Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anil-turan/voice-recorder-application

A simple Python script to record audio using the "sounddevice" library and save it as a wav file.
https://github.com/anil-turan/voice-recorder-application

Last synced: about 1 month ago
JSON representation

A simple Python script to record audio using the "sounddevice" library and save it as a wav file.

Awesome Lists containing this project

README

        

This code is designed to record audio using a microphone connected to the computer.
It prompts the user to input the duration for how long they want to record and the name they want to give to the recorded file.
After the recording is complete, it saves the audio as a WAV file with the specified file name.
The code uses two main libraries: "sounddevice" for recording the audio and "scipy" to save the recorded audio into a WAV file.