Thanks, hadn't thought of that... Seems a bit kludgy though, I would have to do it for every application.
Do you use that much Windows application on Pardus ?
Is there a way I can set KDE to run "padsp wine" instead of just "wine", for instance, so that stuff in Wine always gets OSS emulation?
That's a worth trying idea. To do so, create a script with
kwrite in your home directory that contains the following :
#!/usr/bin/bash
padsp wine $1
And save it to "
LaunchWindowsAppOSS.sh" for example.
Then, give it executable rights by right-clicking on its icon > "Properties" > check "is executable"
Now, right-click on the icon of one of your WindowApp (that have ".exe" in its filename) ;
Choose "Open with" > "Other" ;
Fetch your script with the file selector button and validate your choice by clicking the "Ok" button Check "Memorize the application file type association" and click the "OK" button.
You are done. As for now, all your Windows executable files should be using OSS for their sounds.
(Ideally, though, it would be better to load libpulsedsp for everything using OSS... There has to be some way to do that, no?)
Maybe, but I don't know how to do it. You have to dive in the PulseAudio documentation to find out.