mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
(almost) One loop to rule all the samples
Avoid looping over and over the samples. One
This commit is contained in:
@@ -28,6 +28,7 @@ public:
|
||||
uint8_t setParams(uint8_t frequency, uint8_t level);
|
||||
|
||||
void getAudio(q15_t* samples, uint8_t length);
|
||||
inline q15_t getAudio(q15_t sample);
|
||||
|
||||
private:
|
||||
q15_t* m_values;
|
||||
|
||||
Reference in New Issue
Block a user