848 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged Audio x
  • pulseaudio - How to record any internal sound in and out using Ubuntu and Audacity - Ask Ubuntu
    Sat 28 Mar 2020 03:00:09 PM CET - permalink -
    - - - https://askubuntu.com/questions/250073/how-to-record-any-internal-sound-in-and-out-using-ubuntu-and-audacity
    Audio Linux PulseAudio
  • Lossless audio conversion from FLAC to ALAC using ffmpeg - Unix & Linux Stack Exchange

    for file in *.wma; do ffmpeg -i "${file}" -acodec flac "${file/.wma/.flac}"; done

    for file in *.wma; do ffmpeg -i "${file}" -acodec libmp3lame -ab 192k "${file/.wma/.mp3}"; done

    Sat 08 Dec 2018 04:23:36 PM CET - permalink -
    - - - https://unix.stackexchange.com/questions/415477/lossless-audio-conversion-from-flac-to-alac-using-ffmpeg
    Audio ffmpeg flac mp3
  • ympd - MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
    Sat 08 Dec 2018 03:01:52 PM CET - permalink -
    - - - https://www.ympd.org/#about
    audio mpd PulseAudio RaspberryPi ympd
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation