Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)