Searched defs:samplerate (Results 1 – 10 of 10) sorted by relevance
/btstack/3rd-party/lc3-google/python/ |
H A D | lc3.py | 29 def __init__(self, frame_duration, samplerate, nchannels, **kwargs): argument 192 def __init__(self, frame_duration, samplerate, nchannels=1, **kwargs): argument 315 def __init__(self, frame_duration, samplerate, nchannels=1, **kwargs): argument
|
/btstack/3rd-party/lc3-google/tools/ |
H A D | wave.c | 69 uint32_t samplerate; member 94 int *samplerate, int *nchannels, int *nframes) in wave_read_header() 145 int samplerate, int nchannels, int nframes) in wave_write_header()
|
/btstack/platform/embedded/ |
H A D | btstack_audio_embedded.c | 141 uint32_t samplerate, in btstack_audio_embedded_sink_init() 168 uint32_t samplerate, in btstack_audio_embedded_source_init()
|
/btstack/port/esp32/components/btstack/ |
H A D | btstack_audio_esp32_v4.c | 351 uint32_t samplerate, in btstack_audio_esp32_sink_init() 471 uint32_t samplerate, in btstack_audio_esp32_source_init()
|
H A D | btstack_audio_esp32_v5.c | 390 uint32_t samplerate, in btstack_audio_esp32_sink_init() 480 uint32_t samplerate, in btstack_audio_esp32_source_init()
|
/btstack/3rd-party/lc3-google/python/tools/ |
H A D | encoder.py | 52 samplerate = wavfile.getframerate() variable
|
H A D | decoder.py | 54 samplerate = header[2] * 100 variable
|
/btstack/platform/posix/ |
H A D | btstack_audio_portaudio.c | 204 uint32_t samplerate, in btstack_audio_portaudio_sink_init() 295 uint32_t samplerate, in btstack_audio_portaudio_source_init()
|
/btstack/example/ |
H A D | audio_duplex.c | 62 const uint32_t samplerate = 16000; variable
|
/btstack/3rd-party/hxcmod-player/ |
H A D | hxcmod.c | 1410 int hxcmod_setcfg(modcontext * modctx, int samplerate, int stereo_separation, int filter) in hxcmod_setcfg()
|