2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

ffmpeg audio play / capture done in os x

This commit is contained in:
John Preston
2015-05-30 19:30:47 +03:00
parent 1b11a7feae
commit 1b06fe1220
6 changed files with 98 additions and 48 deletions

View File

@@ -3031,6 +3031,7 @@ void HistoryWidget::stopRecording(bool send) {
_recordingAnim.stop();
_recording = false;
_recordingSamples = 0;
updateControlsVisibility();
activate();