I installed ChucK in my Ubuntu 12.0.4 VirtualBox. When I started the miniAudicle Virtual Machine, I got a pop up error message
"The Virtual Machine appears to be hanging.......Abort the current shred? Cancel or Abort button"
I seem can not click either button, the error message will keep popping up. and the console log message:
[chuck]: RtApiAlsa::callbackEvent: audio read error, Input/Output error.
I did:
chuck test.ck
[chuck]: (via rtaudio): no devices found for compiled audio APIs!
[chuck]: cannot initialize audio device (try using --silent/-s)
I have upgraded the VirtualBox but still the same.
Please help.
Thanks.
hc.
Input/Output errors during filesystem access attempts generally mean hardware issues. Type dmesg and check the last few lines of output. If the disc or the connection to it is failing, it'll be noted there. this is probably caused by disk hardware issues and the dmesg output is the right place to check this.
Reasons for I/O Device ErrorThe computer USB port or USB card reader is damaged or broken. The computer storage device driver is outdated, damaged or incompatible with your attached device. The external hard drive, memory card or USB drive is recognized with a wrong drive letter.
The Canonical man page for chucK explains the problem:
Use chuck for jack audio interfaces, chuck.alsa to access alsa devices, and chuck.oss to access oss devices.
Thus, the default audio server is actually the Jack Audio Connection Kit (JACK), so you either need to install it:
$ sudo apt-get update && sudo apt-get -y install jackd
and then of course you need to figure out how to use it. It's a great audio server, but is a little bit more geared towards audio professionals than towards the average user.
…or you need to explicitly state the audio server you want to use— either chuck.alsa
for ALSA or chuck.oss
for OSS.
Assuming you are running Ubuntu (and not a flavor like Lubuntu), you are more likely running PulseAudio (certainly not OSS). That being said, you have the following options:
pasuspender -- chuck.alsa test.ck
(this is my recommended ideal solution).chuck.alsa
(I'm not a big fan of PulseAudio anyways, but that's a matter of personal opinion).If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With