Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anil-turan/voice-recorder-application
- Owner: anil-turan
- Created: 2024-01-05T21:19:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:22:06.000Z (12 months ago)
- Last Synced: 2024-01-05T22:34:58.277Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.