Note: This project has been deprecated. See my transfer-sh project instead, for better audio quality.
vocaroo-cli is a simple tool for uploading sound files to vocaroo.com.
Disclaimer: I am in no way affiliated with vocaroo.com. Please only upload sound files, and do not abuse this tool or their site.
Run the command to install:
$ curl -Lo- "https://raw.githubusercontent.com/avahe-kellenberger/vocaroo-cli/master/install.sh" | sudo bashThis command will upload your file, and print the URL in your shell.
vocaroo /path/to/fileSpecial thanks to Sapphirus (Github) for assisting with the main curl command to upload files, and to Anthony (Github), for assisting with bash commands.
This plugin will automatically upload your exported audio file, and open it in your browser.
Open Ardour and navigate to:
1. Session > Export > Export to Audio File(s)...
2. Click "Edit" on the right-hand side of the "Format" drop-down selector
3. In the "Command to run post-export" box, paste the following command: vocaroo-ardour %fRun the command to uninstall:
$ curl -Lo- "https://raw.githubusercontent.com/avahe-kellenberger/vocaroo-cli/master/uninstall.sh" | sudo bashIf you have complaints or suggestions, feel free to open an issue with the project.