Home
last modified time | relevance | path

Searched defs:samplerate (Results 1 – 10 of 10) sorted by relevance

/btstack/3rd-party/lc3-google/python/
H A Dlc3.py29 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 Dwave.c69 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 Dbtstack_audio_embedded.c141 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 Dbtstack_audio_esp32_v4.c351 uint32_t samplerate, in btstack_audio_esp32_sink_init()
471 uint32_t samplerate, in btstack_audio_esp32_source_init()
H A Dbtstack_audio_esp32_v5.c390 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 Dencoder.py52 samplerate = wavfile.getframerate() variable
H A Ddecoder.py54 samplerate = header[2] * 100 variable
/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c204 uint32_t samplerate, in btstack_audio_portaudio_sink_init()
295 uint32_t samplerate, in btstack_audio_portaudio_source_init()
/btstack/example/
H A Daudio_duplex.c62 const uint32_t samplerate = 16000; variable
/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.c1410 int hxcmod_setcfg(modcontext * modctx, int samplerate, int stereo_separation, int filter) in hxcmod_setcfg()