New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 11:17, 9 June 2024Playing without resampling (hist | edit) ‎[249 bytes]Jonas (talk | contribs) (Created page with "For "bit perfect" playback, make sure the audio normalization, equalizer and bs2b is disabled. You can check the sample rate and bit depth played with the following command: tail -f /proc/asound/card0/pcm0p/sub0/hw_params")
  • 22:52, 8 June 2024Test play audio files (hist | edit) ‎[224 bytes]Jonas (talk | contribs) (Created page with "Using gst-play-1.0: gst-play-1.0 --use-playbin3 --audiosink="alsasink" /file/path/filename.flac Using gst-launch-1.0: gst-launch-1.0 filesrc location=/file/path/filename.flac ! decodebin ! audioconvert ! alsasink")
  • 20:15, 5 June 2024Ubuntu PPA (hist | edit) ‎[293 bytes]Jonas (talk | contribs) (Created page with "For the newest version on Ubuntu you can use our PPA repository, add it with the following commands: sudo add-apt-repository ppa:jonaski/strawberry sudo apt update sudo apt install strawberry For the latest development changes you can use ppa:jonaski/strawberry-unstable instead.")
  • 20:25, 30 May 2024Disable Pipewire (hist | edit) ‎[999 bytes]Jonas (talk | contribs) (Created page with "Disable pipewire on Linux: sudo systemctl disable --global pipewire systemctl --user disable --now pipewire.{socket,service} killall pipewire-pulse Enable pipewire again: sudo systemctl enable --global pipewire systemctl --user enable --now pipewire.{socket,service}")