added basic audio recording functionality

This commit is contained in:
itsmattkc
2018-10-23 19:51:06 +11:00
parent 6edd869445
commit 95f6ffe845
10 changed files with 152 additions and 1 deletions
+1
View File
@@ -263,6 +263,7 @@ void Viewer::pause() {
playing = false;
set_playpause_icon(true);
playback_updater.stop();
stop_recording();
}
void Viewer::update_playhead_timecode(long p) {