mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
(almost) One loop to rule all the samples
Avoid looping over and over the samples. One
This commit is contained in:
parent
87c3b57ae4
commit
8d340cbfba
9 changed files with 78 additions and 43 deletions
|
|
@ -29,6 +29,8 @@ public:
|
|||
|
||||
void getAudio(q15_t* samples, uint8_t length);
|
||||
|
||||
q15_t getAudio(q15_t sample);
|
||||
|
||||
void start();
|
||||
void stop();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue