https://github.com/gkaszewski/audio-recorder
Basic audio recorder written in C++ using QT library.
https://github.com/gkaszewski/audio-recorder
audio-recorder cpp qt5
Last synced: 11 months ago
JSON representation
Basic audio recorder written in C++ using QT library.
- Host: GitHub
- URL: https://github.com/gkaszewski/audio-recorder
- Owner: GKaszewski
- Created: 2020-02-03T03:16:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T20:20:59.000Z (about 6 years ago)
- Last Synced: 2025-04-20T11:32:20.158Z (12 months ago)
- Topics: audio-recorder, cpp, qt5
- Language: C++
- Size: 144 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio recorder
## Basic audio recorder written in C++ using QT library.

---
### Third party:
1. [QHotkey for global shortcut](https://github.com/Skycoder42/QHotkey)
2. [JSON](https://github.com/nlohmann/json)
---
### Building
This project was developed on Windows. If you want you can clone it and run .sln file and you should be good to go.
For Linux go see `linux` branch :D]
---
### Features
1. Recording audio from microphone.
---
### To do
I would like to add ogg/opus file support in the future.
If you want you can contribiute to this project.