Skip to content

Instantly share code, notes, and snippets.

View matiri132's full-sized avatar

Mati Machado matiri132

View GitHub Profile
package com.trajeledbt;
import android.bluetooth.BluetoothSocket;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* Created by root on 12/06/17.
@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'
@matiri132
matiri132 / tests.txt
Created May 22, 2023 20:21
Terratest PR 1288 tests output
go test -v -timeout 15m -run TestEcrPublicRepo
=== RUN TestEcrPublicRepo
=== PAUSE TestEcrPublicRepo
=== CONT TestEcrPublicRepo
--- PASS: TestEcrPublicRepo (1.57s)
PASS
ok github.com/gruntwork-io/terratest/modules/aws 1.579s