Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include example about how to configure radioco with jack and lame #8

Open
txenoo opened this issue Mar 21, 2015 · 1 comment
Open

Comments

@txenoo
Copy link
Contributor

txenoo commented Mar 21, 2015

In our radio station we use jack as audio system instead of alsa so we needed to configure a setup with jack_capture so this could help other people to include this data in the documentation.

file_extension:mp3
recorder_command:jack_capture -c 2 -p system:capture_* -ws
recorder_command_2:lame -r -b192 --little-endian -q0 -m s -s 44100 --bitwidth 16 --tt [TITLE] --ta [AUTHOR] --tl [ALBUM] --tn [TRACK] --tg [GENRE] --tc [COMMENT] - [OUTPUT]

On the other side, as we record in the same machine of the webserver we finally configured radioco configuring using the "uplodad_folder" setting as the web server folder where we wanted to store the audio recordings and disabled the FTP settings. It is also important that he setting delete_files_after_upload to be False.

@iago1460
Copy link
Owner

Thank you for share your configuration. In future contributions use the recorder repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants