Wohlstand / OPL3BankEditor

A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)
GNU General Public License v3.0
140 stars 11 forks source link

PulseAudio device does not support output. #181

Closed johnsonb2 closed 3 years ago

johnsonb2 commented 3 years ago

After building on Arch Linux from https://aur.archlinux.org/packages/opl3bankeditor-git:

Init audioOut... Using RtAudio API 2 Desired latency 0.02 Buffer size 882 terminate called after throwing an instance of 'RtAudioError' what(): PulseAudio device does not support output. fish: Job 1, 'opl3_bank_editor' terminated by signal SIGABRT (Abort)

It's strange because the OPN2 Bank Editor (also built from the AUR) loads up just fine.

Wohlstand commented 3 years ago

The first in my mind is that something was happening because of the RtAudio library... :thinking:

Wohlstand commented 3 years ago

I got the same mess at my OPN2BE too on Linux Mint. Okay, I had to downgrade the RtAudio library, and the result now works! Please try again. :fox_face: :+1:

johnsonb2 commented 3 years ago

Works now, thanks.

Wohlstand commented 3 years ago

So, I'll leave the bug report at RtAudio itself as it's a critical issue of the library.