[mythtv-commits] Ticket #10020: UPnP audio transcoding support

MythTV noreply at mythtv.org
Wed Jul 16 00:09:11 UTC 2014


#10020: UPnP audio transcoding support
--------------------------------------+-----------------------------
 Reporter:  Joe Bryant <tenminjoe@…>  |          Owner:  stuartm
     Type:  Patch - Feature           |         Status:  accepted
 Priority:  minor                     |      Milestone:  0.28
Component:  MythTV - UPnP             |        Version:  Unspecified
 Severity:  medium                    |     Resolution:
 Keywords:                            |  Ticket locked:  0
--------------------------------------+-----------------------------

Comment (by jyavenard):

 mythtv already has method and a class to decode audio and perform all the
 processing required.

 there are two ways you can achieve what you want.
 1- Use the static AudioOutputUtil::DecodeAudio
 2- Write a AudioOutput derivated class that defines what output format is
 supported

 Method 2 is the preferred/better way. This is the way mythtranscode works.

 with 2) the audio will be decoded, upmixed/downmixed as required,
 resampled etc..
 all automatically.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/10020#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list