Improved close call precision

This commit is contained in:
furrtek
2016-05-13 01:18:04 +02:00
parent 7d193c3445
commit 9149508c83
23 changed files with 184 additions and 44 deletions
+3 -3
View File
@@ -39,10 +39,10 @@ public:
void execute(const buffer_c8_t& buffer) override;
private:
int16_t audio_data[64];
/*int16_t audio_data[64];
std::array<int16_t, 64> audio;
/*const buffer_s16_t audio_buffer {
const buffer_s16_t audio_buffer {
audio.data(),
audio.size()
};*/
@@ -75,7 +75,7 @@ private:
int32_t sample, frq;
TXDoneMessage message;
AudioOutput audio_output;
//AudioOutput audio_output;
};
#endif