Open neomannheim opened 7 years ago
Hi neomannheim, honestly, linux / OS X based systems are not "supported" currently because there is no active developer regularly working on that. I myself only develop on Windows. @AlexanderS and a few others occasionally provide small bugfixes every few months, but that is about all. If you know objective pascal / delphi, I'll gladly introduce you to the codebase. Otherwise, I guess you might have more success with the Performous karaoke singing game.
The STATUS
messages are regarding the audio input device.
IIRC the audio output is only handled by SDL without portaudio. So setting:
export SDL_AUDIODRIVER="alsa"
and configuring the correct pcm.!default
device in your asound.conf
should be sufficient.
Hello,
On the UAudioCore_Portaudio.pas file, we can read :
In the last version, do you provide a way to manually select an audio output devide ? On my plateform i don't use pulse, only Alsa. Ultrastar-Deluxe use Portaudio to find alsa configuration and take the first device only. With asound.conf, .asoundrc, environments variables (force SDL and PortAudio to use specific device), i have didn't succeed to force UltraStar-Deluxe to use a specific card and device
it use only
for information
Thanks for your ansmer.
Bests regards
PS : you do a great job with this soft