kfish / sweep

Sound wave editor
http://www.metadecks.org/software/sweep/
GNU General Public License v2.0
26 stars 6 forks source link

PulseAudio support? #10

Open superdreamkilla opened 3 years ago

superdreamkilla commented 3 years ago

Is this program ever going to be compatible with Pulse Audio?

biopsin commented 3 years ago

Did you compile from master, seems to me apulse is supported? The code is old so compatability might have been lost on the way, I only build with alsa support so can't help you with your issues, sorry

malespiaut commented 2 years ago

Hello,

I'm late to answer this question, but: yes, sweep does have PulseAudio support.

Here's what you need to do to activate it:

$ ./autogen.sh
$ ./configure --disable-alsa --disable-oss
$ make

This will force sweep to be compiled with PulseAudio support only.