1
0
Fork
You've already forked sar
0
No description
  • C++ 99.5%
  • Shell 0.5%
Find a file
2025年11月05日 21:30:11 -03:00
docs Feat: Modify previous program for Arch recording with pipewire 2025年11月05日 21:30:11 -03:00
recordings Add audio recorder 2025年05月10日 00:52:59 -03:00
.gitignore Add audio recorder 2025年05月10日 00:52:59 -03:00
compile.sh Feat: Modify previous program for Arch recording with pipewire 2025年11月05日 21:30:11 -03:00
main.cpp Add audio recorder 2025年05月10日 00:52:59 -03:00
readme.txt Feat: Modify previous program for Arch recording with pipewire 2025年11月05日 21:30:11 -03:00
sar_arch.cpp Feat: Modify previous program for Arch recording with pipewire 2025年11月05日 21:30:11 -03:00

simple-audio-recorder
---------------------
planning to build an amt polyphonic ai in the future,
very difficult to find one good-enough that is opensource.
Data-collection is a crucial step for this though
so the importance of the recordings.
some libs are in fact required to build the program correctly:
Requirements:
-------------
-> pulseaudio
or
-> pipewire (for arch)
Dev-packages (debian based)
____________
apt-get install libpulse-dev
apt-get install libmp3lame-dev
Packets
_______
apt-get install pulseaudio-utils lame mpg123
Build
______
./compile.sh
Run
______
Usage: ./recorder -a <stereo|input> <filename>
Obs:
----
-> input recorder broken for arch, use audacity instead
 ~ [ mpv for player ]
References
__________
[1] https://superuser.com/a/1570367
[2] https://www.arxiv.org/pdf/2505.04451