Support live broadcasting with Ogg Vorbis at 96kHz samplerate

Bug #883381 reported by RJ Skerry-Ryan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Confirmed
Wishlist
Unassigned

Bug Description

See Bug #686212 for more information. Ogg Vorbis doesn't support 96kHz samplerates, so we need to downsample to 48kHz or something.

RJ Skerry-Ryan (rryan)
Changed in mixxx:
status: New → Confirmed
importance: Undecided → Wishlist
RJ Skerry-Ryan (rryan)
tags: added: recording shoutcast
Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

I dug into this a bit and found that libvorbis works fine with 96kHz in VBR mode but in managed bitrate mode (what we use for encoding) it still does not support this.

Replacing:
int ret = vorbis_encode_init(&m_vinfo, 2, samplerate, -1, bitrate*1000, -1);
with
int ret = vorbis_encode_init_vbr(&m_vinfo, 2, samplerate, 1.0);

makes 96kHz work fine.

RJ Skerry-Ryan (rryan)
tags: added: broadcast
removed: shoutcast
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/6053

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.