Skip to content

Instantly share code, notes, and snippets.

View tsointsoin's full-sized avatar
👾
Modulating the modulators

tsointsoin tsointsoin

👾
Modulating the modulators
View GitHub Profile

PWM fan control in Linux with a Gigabyte Aorus motherboard

  • install lm-sensors with your package manager

sensors

If it won't show any fan/speed, continue

sensor-detect

@tsointsoin
tsointsoin / prepare_microgranny.sh
Last active July 5, 2023 19:43
Bash script to prepare samples for Bastle Instruments Microgranny - Needs the following utilities : detox, ffmpeg and sox
#!/bin/bash
#
# Prepare samples for microgranny:
# - Remove all metadata from wav files in folders
# - Convert wav to mono/16bit/22kHz
# - Remove silent parts at beginning and end
# - Normalize to -0.1dB
#
# Usage:
# Put this script in a folder with your samples (they can be in subfolders), chmod +x
@tsointsoin
tsointsoin / prepare_disting.sh
Last active July 5, 2023 19:43
Bash script to prepare samples for Expert sleepers Disting - Needs the following utilities : detox, ffmpeg and sox
#!/bin/bash
#
# Convert samples to 44.1kHz/16bit
# Remove all metadata from wav files in folders and create reversed wav files
# Needed : detox, sox and ffmpeg
#
# Usage:
# Put this script in a folder with your samples (they can be in subfolders), chmod +x
# and execute ./prepare_disting.sh
# All .wav files will be treated, detox will take care of spaces and such things