Home
last modified time | relevance | path

Searched refs:uvoice_recorder_t (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/uvoice/include/
A Duvoice_recorder.h41 } uvoice_recorder_t; typedef
48 uvoice_recorder_t *uvoice_recorder_create(void);
57 int uvoice_recorder_release(uvoice_recorder_t *mrecorder);
/AliOS-Things-master/solutions/tflite_micro_speech_demo/recorder/
A Drecorder.c17 static uvoice_recorder_t *mrecorder = NULL;
/AliOS-Things-master/components/uvoice/media/
A Duvoice_recorder.c26 static uvoice_recorder_t *g_mrecorder;
1037 uvoice_recorder_t *uvoice_recorder_create(void) in uvoice_recorder_create()
1039 uvoice_recorder_t *mrecorder = g_mrecorder; in uvoice_recorder_create()
1049 mrecorder = snd_zalloc(sizeof(uvoice_recorder_t), AFM_EXTN); in uvoice_recorder_create()
1080 int uvoice_recorder_release(uvoice_recorder_t *mrecorder) in uvoice_recorder_release()
/AliOS-Things-master/components/uvoice/test/
A Dtest_recorder.c22 static uvoice_recorder_t *uvocrecorder;
A Dtest_player.c231 uvoice_recorder_t *mrecorder = uvoice_recorder_create(); in play_loopback()
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoicerecorder.c34 uvoice_recorder_t *recorder_obj;

Completed in 6 milliseconds