Category: Audio / Logic / Music

07.04.2023

aac is a great format. it uses less space whan wav, while preserving the quality of sound (sound is important) to almost 100%$ (losless). hostnamectl; # tested with Operating System: Debian GNU/Linux 11 (bullseye) su – root apt update apt […]

08.11.2022

in order to preserve best audio quality instead of converting audio, it is better (better audio quality and also faster) to simply extract the aac from an mp4 like this: vim /scripts/aacFromMp4.sh #!/bin/bash # 🙂 ffmpeg rocks! if [ -z […]

Setup Bluetooth Headset under linux debian gnome2 mate desktop
23.08.2018

preparations on terminal: detect your hardware: you can get old but well supported notebooks/laptops here like the dell latitude e4310 with this intel-spy-on-me wifi/bluetooth module on board: lshw |grep lue description: Bluetooth wireless interface product: DW375 Bluetooth Module capabilities: bluetooth […]

13.11.2016

works like this: [cc lang=”bash” escaped=”true” width=”600″] # tested with uname -a Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) i686 GNU/Linux cat /etc/debian_version 8.5 # compile ffmpeg from source apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev […]

GNU Linux -> Debian -> Recording WebRadio Stations under CentOS7 UPDATED
07.10.2016

All GUI programs are based/use streamripper. no gui/bash/terminal version: hostnamectl; # tested with Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-8-amd64 Architecture: x86-64 su – root; # become root apt update; apt install streamripper; Ctrl+D; # logoff root # […]

Mumble Plumble – how to make Audio Calls and Conversations – private secure and free (OpenSource) – Android v10 support with Mumla App
07.02.2016

2021: update! the old Mumble App (Plumble) does not work well with Android v10 and higher. luckily, someone made an updated version called “Mumla”: https://f-droid.org/en/packages/se.lublin.mumla/ backup: https://dwaves.de/software/apps/Mumla_se.lublin.mumla.zip (sha512sum: e3d9f366a1c3895e24c051a96f6114a30d89713e3098de77a7716ff9187b0b47db58b98eaca3386ddfd09433cd3f1a3aa5a1e29043cb9d40cb280d966852b42e) (tested and works with LineageOS 17 / Android 10) what is great […]