u/_superuserdo_

Built a simple Audio Recorder App in C++ using portaudio
▲ 29 r/Cplusplus+1 crossposts

Built a simple Audio Recorder App in C++ using portaudio

Developed a cross-platform command-line audio recorder and player in C++ using PortAudio.

Features:

Record audio from the system default microphone in real-time.

Store multiple recordings in memory and access them by name.

Interactive command-line interface with simple record, play, and stop commands.

Cross-platform audio support through the PortAudio library.

Uses 48 kHz, 16-bit PCM mono audio with low-latency buffer-based processing.

Git:https://github.com/charanHubCommits/Audio-Recorder-CPP

Any feedback, suggestions are welcome!

u/_superuserdo_ — 11 days ago