Posts tagged "audio"
Remove ID3 Tags from Flac Files
Problem: Some flac players refuse to play some flac files, and even tools like an old ffmpeg can't handle some flac files Solution: These flac files might have id3v2 tags which they realy should not, because flac uses vorbis style tags and not id3. Remove those id3v2 tags with this command: > id3v2 --delete-all song...
Firefox Audio is Broken due to PulseAudio Dependency
Problem: Firefox 52 audio does not work without pulseaudio. Discussion: pulseaudio is a bloated audio daemon that often fails. In the last years, when ever audio failed on linux, the quickest solution was to uninstall pulseaudio. But the Firefox developers made the mistake to remove support for the underlying audio ...
Squeezebox Remote Streaming
I use Logitech Squeezeboxes at home for my music library, Internet radio, and podcasts. The server is running on my Linux server, and the clients are Squeezebox Boom and Squeezebox Duet. If you like to stream to your desktop PC, you can use several software squeezebox clients, but there is also a simple way to strea...