faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.03k stars 150 forks source link

100% CPU usage on LINUX #131

Open shofster opened 2 years ago

shofster commented 2 years ago

On Windows BEEP is wonderful. On LINUX, it plays very well, but just linking V1.1.0 or earlier) into GO program on SBCs for RASPBIAN or ARMBIAN OS gives 100% CPU even without playing MP3.

dusk125 commented 2 years ago

Can you post a snippet of your usage of Beep or link to your project in github so I can take a look?