You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# JC2Rec is a GUI in Qt for recording speech using Codec2.
1
+
# JC2Rec is a GUI in Qt for recording speech using Codec2
2
2
3
-
This is a simple speech recording application that uses Codec2 and Qt. For more information see https://jontio.zapto.org/hda1/jc2rec.html
3
+
[Codec2] is an audio compression codec designed for speech. The codec is designed for very high compression ratios. It has bit rates as low as 450 bits per second!!!
4
+
5
+
I wrote this application to make audio recordings with this audio compressor.
6
+
7
+

8
+
9
+
For more information see https://jontio.zapto.org/hda1/jc2rec.html
10
+
11
+
### Building
12
+
13
+
You will need the [codec2 repo] cloned into a directory above the jc2rec repo. You'll have to build codec2 and have all the required QT things. On Windows I suggest using [MSYS2] to install everything needed.
0 commit comments