You should stick to the same URL for testing - get one working and thgen
try others as the two samples you have given are very different

For instance http://new.wavlist.com/event/001/spgh-readmail.wav

Content type : audio/wav
Wav Header
======= WAVE Format =======
Format Tag: 1 (0x1)
Channels: 1
Samplerate: 11025
avg byte/sec: 11025
Block align: 1
bits/sample: 8
cbSize: 0


Whereas http://home.binkey.nl/sounds/SpeakIn.wav
Content type : audio/x-wav
Wav Header
======= WAVE Format =======

Format Tag: 1 (0x1)
Channels: 1
Samplerate: 22050
avg byte/sec: 44100
Block align: 2
bits/sample: 16
cbSize: 0


Why are they so different ?
SBS has no support for audio/wav format and so it went to defaults and
not the new format you just added.  To support this content type needs
additional changes.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=80756

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to