hi i am new to chuck. I am trying to run it on Linux (Debian unstable) but i get this error: $ chuck foo.ck [chuck]: (via rtaudio): no devices found for compiled audio APIs! [chuck]: cannot initialize audio device (try using --silent/-s) I tried on window goes fine. But my main production system is debian. However i am not expert on setting linux audio, still learning slowly. I installed ChucK with apt-get and i have version 1.2.0.7.dfsg-1 any ideas? thanks enrike
altern wrote:
$ chuck foo.ck [chuck]: (via rtaudio): no devices found for compiled audio APIs! [chuck]: cannot initialize audio device (try using --silent/-s)
Did you run "make linux-alsa" or something else? The problem could be that you make for jack "make linux-jack" and don't have jack running when launching chuck... -- peace, love & harmony Atte http://www.atte.dk | quintet: http://www.anagrammer.dk | compositions: http://www.atte.dk/compositions
Atte André Jensen wrote:
altern wrote:
$ chuck foo.ck [chuck]: (via rtaudio): no devices found for compiled audio APIs! [chuck]: cannot initialize audio device (try using --silent/-s)
Did you run "make linux-alsa" or something else? The problem could be that you make for jack "make linux-jack" and don't have jack running when launching chuck...
i installed chuck with apt-get so i didnt compile it myself. Maybe the debian package was compiled by default to use with jack? I will try that.
Atte André Jensen wrote:
altern wrote:
$ chuck foo.ck [chuck]: (via rtaudio): no devices found for compiled audio APIs! [chuck]: cannot initialize audio device (try using --silent/-s)
Did you run "make linux-alsa" or something else? The problem could be that you make for jack "make linux-jack" and don't have jack running when launching chuck...
so what does the chuck debian package use by default? alsa? oss? jack? i guess my problem is that whatever it uses it is not running on my system properly. But it would be good to know if someone can point out. thanks enrike
participants (2)
-
altern
-
Atte André Jensen