Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Music in JLayer stops when other apps play music

Tags:

I have written a few hundred line app in Clojure that uses the JLayer Java library for audio where I run mp3s in the background. This works fine but as soon as I run any other music, YouTube etc in the background (I'm running Arch Linux) the sounds in my app completely stop.

I have wasted the last two hours and tried dozens of things to fix this so any advice is appreciated.

like image 326
ChrisR Avatar asked Jul 16 '11 15:07

ChrisR


1 Answers

Since you have stated that you're on Linux, the problem could be on your ALSA driver. Check whether this article will help you fix the problem.

like image 188
Daniel Baktiar Avatar answered Oct 11 '22 09:10

Daniel Baktiar