Hey there
i installed yesterday volumio on a virtualbox because it doesnt worked out on the raspberry piZero.
everything seems to work fine but streaming audio to it doesnt make any sound out of the speakers.
I did an
speaker-test -c 2 -r 48000 -D hw:0,0
and i could hear the the test sound. i even can hear the volumio bootup sound so audio seems to work fine in the guest already
this is the
**** List of PLAYBACK Hardware Devices ****
card 0: I82801AAICH [Intel 82801AA-ICH], device 0: Intel ICH [Intel 82801AA-ICH]
Subdevices: 0/1
Subdevice #0: subdevice #0
and an
returns
[code]● volumio.service - Volumio Backend Module
Loaded: loaded (/lib/systemd/system/volumio.service; enabled)
Active: active (running) since Sun 2017-08-27 14:17:27 UTC; 14min ago
Main PID: 854 (node)
CGroup: /system.slice/volumio.service
├─854 /usr/local/bin/node /volumio/index.js
├─980 /bin/sh -c /usr/local/bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
├─981 /usr/local/bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
└─999 /bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
Aug 27 14:25:05 volumio volumio[854]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Aug 27 14:25:05 volumio volumio[854]: info: [1503843905112] interfaceApi::pushState
Aug 27 14:25:05 volumio volumio[854]: info: [1503843905113] InterfaceWebUI::pushState
Aug 27 14:25:05 volumio volumio[854]: info: Pushing Favourites {“service”:“mpd”,“uri”:“”,“favourite”:false}
Aug 27 14:25:05 volumio volumio[854]: info: CoreCommandRouter::volumioStop
Aug 27 14:25:05 volumio volumio[854]: info: [1503843905948] CoreStateMachine::stop
Aug 27 14:25:05 volumio volumio[854]: info: [1503843905948] CoreStateMachine::setConsumeUpdateService undefined
Aug 27 14:25:05 volumio volumio[854]: UNSET VOLATILE
Aug 27 14:25:05 volumio volumio[854]: info: [1503843905948] CoreStateMachine::setConsumeUpdateService undefined
Aug 27 14:25:05 volumio volumio[854]: info: Airplay started streaming[/code]
i can see from that that the connection from one of my osx devices are succsessfull… so what am i missing?
i would appreciate some help to point me in the right direction to get it to work…
thanks