Searched refs:recorder_start (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/recorder/ |
A D | recorder.h | 13 int32_t recorder_start(media_format_t fmt, int32_t rate, int32_t channels, int32_t bits, int32_t sa…
|
A D | recorder.c | 35 int32_t recorder_start(media_format_t fmt, int32_t rate, int32_t channels, int32_t bits, int32_t sa… in recorder_start() function
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | audio_provider.cc | 258 recorder_start(MEDIA_FMT_PCM, rate, channels, bits, duration_sample_count, NULL); in InitAudioRecording()
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_recorder.c | 500 static int recorder_start(void) in recorder_start() function 1062 mrecorder->start = recorder_start; in uvoice_recorder_create()
|
Completed in 5 milliseconds