Bugzilla – Bug 10061
WMA transcoding for SBC
Last modified: 2008-11-19 07:17:04 UTC
Is squeezeplay or controller a valid device_type for convert.conf? If so, should it be modified to transcode WMA for those player types?
That shouldn't be required. Slim::Player::SqueezePlay specifies support for ogg, flc, wav, and mp3 for formats(). WMA should therefore automatically look for a valid trancoding command to one of the supported formats. The Controller is a sub-class of SqueezePlay so has the same supported formats.
Fletch, how do you think that it should be modified? As KDF says, exiting wma->flac rules should be used.
OK, thanks. I didn't realize it worked that way.