An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Audio recorder
## Basic audio recorder written in C++ using QT library.

![Application](https://user-images.githubusercontent.com/42281413/73698817-7a804000-46e2-11ea-9e2f-6e1f10d461a9.PNG)

---

### 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.