文件名称:Audio-Recorder
文件大小:16.21MB
文件格式:ZIP
更新时间:2024-03-30 13:32:24
C++
录音机
状态
GUI:仅适用于Windows,需要进行调整。 CLI:已完成
克隆
需要递归克隆。
git clone --recursive https://github.com/koobh/Audio-Recorder.git
如果已经克隆,
git submodule init
git submodule update
建造
使用CMake。
Audio_reocrder/
【文件预览】:
Audio-Recorder-main
----.gitignore(272B)
----LICENSE(1KB)
----doc()
--------Recorder.png(129KB)
----GUI()
--------Recorder.cmake(953B)
--------src()
--------bin()
--------resource()
--------README.md(32B)
--------lib()
--------config.json(1KB)
--------CMakeLists.txt(3KB)
----.gitmodules(356B)
----CLI()
--------src()
--------Recorder-CLI 설명서.pdf(291KB)
--------build()
--------README.md(636B)
--------CMakeLists.txt(1KB)
----README.md(1KB)
----lib()
--------WAV()
--------RtaudioWrapper()
--------jsonConfig()