OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)
(2014-09-24, 20:20)BoBeRzE Wrote: Hi,

all my test are done with Milhouse build #0922
Quote:
Code:
OpenELEC:~ # aplay -vv -D default /storage/music/s24_le.wav
Playing WAVE '/storage/music/s24_le.wav' : Signed 24 bit Little Endian, Rate 8000 Hz, Stereo
aplay: set_params:1297: Unable to install hw params:
OOPS - those config file incantations can be black magic Smile it should have been
Code:
pcm.!default {
     type plug
     slave {
         rate "unchanged"
         channels "unchanged"
         pcm {
             type hw
             card 0
             format S16_LE
}   }   }
However, the 'afterthought' I posted still applies, you might have to fall back to just
Code:
pcm.!default {
    type hw
    card 0
    format s16_le }
in order for xbmc to play it (and testing s32_le will be interesting)
Quote:EDIT: I just played around with the asound.conf and i see its not necessary to reboot the Pi after i change something. After i renamed the file i was able to play your file again with aplay (no reboot). I think when i restart xbmc with 'systemctl restart xbmc' it use also the new asound.conf. Is what right?
Yes, restarting application should be enough to cause alsa to reread file (in most cases).

and thanks again for your efforts, it is helping to pin things down.


Messages In This Thread
Re: RE: - by Mafarricos - 2014-06-04, 20:21
Live tv issues again - by pootler - 2014-06-04, 23:29
RE: OpenELEC Testbuilds for RaspberryPi Part 3, - by removed151214 - 2014-08-04, 23:38
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-08-19, 00:11
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-08-21, 20:42
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:20
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:34
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:44
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-23, 01:12
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-23, 23:24
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-25, 01:38
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by plugh - 2014-09-24, 20:50
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-01, 18:12
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-01, 18:26
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-05, 01:07
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 03:48
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 04:06
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 11:29
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)8