Re: help streaming aiff & wav files
Posted: Wed Oct 07, 2015 8:01 am
Great!
Hmm, yea the render is now set to stream aiff directly (no transcoding)
Hmm, i hoped it would work ..Marantz product page mentions aiff
Have you tried to open the conf file in a text editor? You could try play around with some of the settings available
Tip: use the DefaultRenderer.conf as a "manual", there you will find all settings with some explanation
If you open the ocnfing you can see i added aif and aiff to the setting StreamExtensions
You could try edit to look like this:
..and see if UMS successfully transcodes the aiff instead.
If not you could try uncomment the TranscodeAudio setting (remove preceeding # ) so that it reads:
Last thing i can come to think of is to try to change mimetype of the aiff by adding this line somewhere in the conf:
I'm not sure that will work tho..

Hmm, yea the render is now set to stream aiff directly (no transcoding)
Hmm, i hoped it would work ..Marantz product page mentions aiff
I think somehow it should be possible to get those aiff files playing too.WMA 32/44.1/48kHz 48-192 kbps - .wma
MP3 32/44.1/48kHz 32-320 kbps - .mp3
WAV 32/44.48/88.2/96/176.4/192 kHz - 16/24 bits .wav
MPEG-4 AAC 32/44.1/48 kHz 16-320 kbps - .aac/.m4a/.mp4
FLAC 32/44.48/88.2/96/176.4/192 kHz - 16/24 bits .flac
ALAC 32/44.1/48/88.2/96 kHz - 16/24 bits .m4a
AIFF 32/44.48/88.2/96/176.4/192 kHz - 16/24 bits .aif/.aiff
DSD (stereo) 2.8/5.6 MHz - - .dsf/.dff
Have you tried to open the conf file in a text editor? You could try play around with some of the settings available
Tip: use the DefaultRenderer.conf as a "manual", there you will find all settings with some explanation
If you open the ocnfing you can see i added aif and aiff to the setting StreamExtensions
You could try edit to look like this:
Code: Select all
StreamExtensions = m4a,wma,mp3,mp4,flac,wav,dss,ds2
If not you could try uncomment the TranscodeAudio setting (remove preceeding # ) so that it reads:
Code: Select all
TranscodeAudio = WAV
Code: Select all
MimeTypesChanges = audio/x-aiff=audio/wav