| /* | |
| * audio_test.h | |
| * | |
| * Created on: Nov 13, 2016 | |
| * Author: gideon | |
| */ | |
| int TestAudio(int, int, int); | |
| int startAudioOutput(int len); | |
| int stopAudioOutput(void); | |
| int testDutSpeaker(void); | |
| /* | |
| * audio_test.h | |
| * | |
| * Created on: Nov 13, 2016 | |
| * Author: gideon | |
| */ | |
| int TestAudio(int, int, int); | |
| int startAudioOutput(int len); | |
| int stopAudioOutput(void); | |
| int testDutSpeaker(void); | |