Tiny improvements but things arestill not working right
This commit is contained in:
@ -63,8 +63,9 @@ public:
|
||||
bool isRecordingEnabled() { return m_is_recording; }
|
||||
double getRecordingPositionPercent();
|
||||
std::unique_ptr<AudioFormatManager> m_afm;
|
||||
private:
|
||||
std::unique_ptr<Control> m_control;
|
||||
private:
|
||||
|
||||
|
||||
bool m_ready_to_play = false;
|
||||
AudioBuffer<float> m_recbuffer;
|
||||
|
Reference in New Issue
Block a user