|
Hi
Working on an RPI 3. Onboard audio disabled, defaulted to USB.
uos_createplayer(plid);
uos_addintofile(plid,pchar('/home/pi/test.wav'));
indev := uos_addfromdevin(plid,-1,-1,-1,2,-1,4096);
uos_play(plid);
Results in a 46 byte wav header and no data. The simple recorder demo behaves the same.
Libraries are all loaded and happy.
Nothing apears to be wring in either case, just no audio :(
|