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

[mod_opusfile] New featuress: bitrate settings for each samplerate, appending to existing ogg-opus, etc. #2709

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mishehu
Copy link

@mishehu mishehu commented Jan 10, 2025

It is now possible to:

-Append to an existing recorded file. Each appended stream becomes an additional audio stream in the ogg container.
-The ability to set different target bitrates for NB, WB, UWB, and FB, with defaults within the ranges suggested in RFC 6716 sec 2.1.1.
-The ability to limit the maximum sample sample rate for recording file, which can further limit anything set with record_sample_rate . Thus a g711u call will not be upsampled to 48 kHz, and instead can use the lower necessary bitrate for NB.
-Metadata as defined by switch_audio_col_t now gets added to the ogg container's comments.

samplerate limiting for encoding to files, appending capability for
encoding to files, and support for all 3 options for channel mapping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant