You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for reporting (and trying out on Linux before I did!).
I think the PulseAudio code can be removed - I borrowed it from an example in the Symphonia repo but ideally this should work directly via cpal instead, which supports ALSA and JACK already so there is no need to have platform-specific audio handling in musicat. It appears that cpal uses ALSA by default on Linux, but jack can also be enabled via a feature flag.
I have removed the PulseAudio code, and created a Linux-specific tauri.linux.conf.json file. Tested on Ubuntu 20.04 and it builds successfully. Import and playback works, but on quick glance the UI looks off, WebRTC viz doesn't work due to lack of support in webkit2gtk. I'm sure there's more issues, need to test further
Here's the build log after running
tauri build
( warnings and notes were removed leaving only errors ).tested on
stable
andnightly
.The text was updated successfully, but these errors were encountered: