Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeffii/chuck_disk_recorder_from_gist
turns a gist link into a rendered wav / flac / ogg / (mp3)
https://github.com/zeffii/chuck_disk_recorder_from_gist
Last synced: about 1 month ago
JSON representation
turns a gist link into a rendered wav / flac / ogg / (mp3)
- Host: GitHub
- URL: https://github.com/zeffii/chuck_disk_recorder_from_gist
- Owner: zeffii
- Created: 2013-12-18T11:23:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-28T18:28:46.000Z (almost 11 years ago)
- Last Synced: 2023-03-13T11:54:39.769Z (over 1 year ago)
- Language: JavaScript
- Size: 22.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ChucK Encoder Server App.
this repository hosts a python based server application that
- takes an incoming full gist link with parameters for length, name and gain
- downloads the tar.gz into a temporary directory
- looks for a compatible tar.gz (must contain a dir and initialize.ck)
- if it's found gold, it extracts the content to its own directory
- will record a .wav of given (length|name|volume) to disk
- the wave is moved to the output directory
- the tar and folder are deleted.### How?
- The Chuck-plugin for SublimeText3 can upload multi-file gist of the current project
- with this gist point a browser at:
(gist_url) = https://gist.github.com/zeffii/8021115
- `http://127.0.0.1:5000/encode/url=(gist_url)&name=newname&time=30&gain=90`
- `http://the-host.ext:5000/encode/url=(gist_url)&name=newname&time=30&gain=90`### future plans
- offer a flac/mp3 encoder ( http://packages.debian.org/squeeze/flac )