dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add misc img
hc
2024-08-19
a51341d8c7882adfad4f167bc7c3ca616908b53d
[~ljy/RK3588_XEN.git]
/
external
/
rk_pcba_test
/
pcba_minui
/
audio_record_test.h
1
2
3
4
5
6
7
8
9
10
#ifndef __AUDIO_RECORD_TEST_H_
#define __AUDIO_RECORD_TEST_H_
#define AUDIO_PLAY_FILE "audio_test_start.wav"
#define AUDIO_RECORD_FILE "record_test.pcm"
void * audio_record_test(void *argc);
#endif //__AUDIO_RECORD_TEST_H_