Add the timeout tones.

This commit is contained in:
Jonathan Naylor
2020-04-15 18:38:39 +01:00
parent a9a985182f
commit ebd87584da
4 changed files with 95 additions and 6 deletions
+4 -2
View File
@@ -33,8 +33,10 @@ public:
void getAudio(q15_t* samples, uint8_t length);
private:
q15_t m_level;
bool m_running;
q15_t m_level;
bool m_running;
uint32_t m_pos;
uint8_t m_n;
};
#endif