[Csnd] csound doesn't find the right output port
Date | 2013-08-08 20:04 |
From | Stefan Thomas |
Subject | [Csnd] csound doesn't find the right output port |
Dear community, it happens sometimes (but, strange enough, only sometimes) that csound won't find the sound card I want the program to use.-+rtaudio=alsa -+rtmidi=alsa -Ma -m0d -b 512 -B 1024 -odac:hw:Intel in my csd-file. But I get the message (when running from command line): Cannot open device 'hw:Intel' for audio output: Device or resource busy Failed to initialise real time audio output The output of cat /proc/asound/cards is 0 [Intel ]: HDA-Intel - HDA Intel The file works when I use only -odac (without :hw:Intel), but I get the error message
Does someone know, why these things happen? |