GetAudio do not take any arguments

This commit is contained in:
Geoffrey Merck 2020-04-21 22:00:11 +02:00
parent 9170c398be
commit 1c599138ad
7 changed files with 22 additions and 18 deletions

View file

@ -29,7 +29,7 @@ public:
void getAudio(q15_t* samples, uint8_t length);
q15_t getAudio(q15_t sample);
q15_t getAudio();
void start();
void stop();