You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: