| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
python audio_recorder.py --help
usage: audio_recorder.py [-h] [-o OUTPUT] [-d DURATION]
an Audio Recorder using Python
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output file (with .wav)
-d DURATION, --duration DURATION
Duration to record in seconds (can be float)
python audio_recorder.py -d 5 -o recorded.wav
python audio_player_playsound.py audio_file.mp3
| Back | FazBrowse Home | New Git URL |