Skip to content

Instantly share code, notes, and snippets.

View matiri132's full-sized avatar

Mati Machado matiri132

View GitHub Profile
@matiri132
matiri132 / recordandplayback.patch
Last active April 30, 2021 16:03 — forked from abautu/recordandplayback.patch
Bigbluebutton patch for issue #2483
diff -urN recordandplayback-orig/edl/audio.rb recordandplayback-andrei/edl/audio.rb
--- recordandplayback-orig/edl/audio.rb 2020-09-25 19:56:21.000000000 +0300
+++ recordandplayback-andrei/edl/audio.rb 2020-12-25 00:16:29.076301902 +0200
@@ -22,9 +22,9 @@
module Audio
FFMPEG_AEVALSRC = "aevalsrc=s=48000:c=stereo:exprs=0|0"
FFMPEG_AFORMAT = "aformat=sample_fmts=s16:sample_rates=48000:channel_layouts=stereo"
- FFMPEG_WF_CODEC = 'flac'
- FFMPEG_WF_ARGS = ['-c:a', FFMPEG_WF_CODEC, '-f', 'flac']
- WF_EXT = 'flac'