1 #ifndef __AUDIO_PLAY_TEST_H_ 2 #define __AUDIO_PLAY_TEST_H_ 3 4 #define AUDIO_PLAY_FILE "audio_test_start.wav" 5 #define AUDIO_RECORD_FILE "record_test.pcm" 6 7 void * audio_play_test(void *argc); 8 9 #endif //__AUDIO_PLAY_TEST_H_
1 #ifndef __AUDIO_PLAY_TEST_H_ 2 #define __AUDIO_PLAY_TEST_H_ 3 4 #define AUDIO_PLAY_FILE "audio_test_start.wav" 5 #define AUDIO_RECORD_FILE "record_test.pcm" 6 7 void * audio_play_test(void *argc); 8 9 #endif //__AUDIO_PLAY_TEST_H_