Compute the bitrate on the host side for supported clients

This commit is contained in:
Cameron Gutman
2023-12-30 13:08:30 -06:00
parent 7640c504fa
commit 66e31a21fb
2 changed files with 32 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ namespace audio {
constexpr auto SAMPLE_RATE = 48000;
// NOTE: If you adjust the bitrates listed here, make sure to update the
// corresponding bitrate adjustment logic in rtsp_stream::cmd_announce()
opus_stream_config_t stream_configs[MAX_STREAM_CONFIG] {
{
SAMPLE_RATE,