Readme. Initial work to allow choosing captured audio save location.

This commit is contained in:
xenakios
2018-12-19 15:25:52 +02:00
parent e6a614c5f5
commit 36052698e9
3 changed files with 8 additions and 4 deletions

View File

@ -227,6 +227,7 @@ public:
int m_cur_tab_index = 0;
bool m_is_recording = false;
bool m_save_captured_audio = true;
String m_capture_location;
private:
bool m_prebuffering_inited = false;
AudioBuffer<float> m_recbuffer;