Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ycydsxy/micrecorder
A simple mic recorder that can start recording as the program starts and keep writing wav files
https://github.com/ycydsxy/micrecorder
Last synced: about 2 months ago
JSON representation
A simple mic recorder that can start recording as the program starts and keep writing wav files
- Host: GitHub
- URL: https://github.com/ycydsxy/micrecorder
- Owner: ycydsxy
- License: mit
- Created: 2018-01-24T12:15:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T03:17:21.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T09:33:29.877Z (about 1 year ago)
- Language: Java
- Size: 5.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MicRecorder
A simple mic recorder that can start recording as the program starts and keep writing wav files## parameters
- ALL OPTIONAL!
1. Save Path: where you want to save the .mp3 files, default is "./"
2. Split Interval: how long a single mp3 file takes, default is 1 (Hour)
3. Transcode Interval: how often you want to transcode from ".wav" to ".mp3", default is 24 (Hours)