We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we do recordings with a bitrate of 320 - it would be cool to have maxOf(live.bitrate , 320)
# dump live_dj recordings to a file timestamp = '%H-%M--%d-%m-%Y' output.file(%mp3(bitrate=320, id3v2=true), reopen_on_metadata=false, "#{basedir}/audio/rec/OMYLiveRecordedOn#{timestamp}.mp3", live, fallible=true)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we do recordings with a bitrate of 320 - it would be cool to have maxOf(live.bitrate , 320)
The text was updated successfully, but these errors were encountered: