Skip to content

Instantly share code, notes, and snippets.

View hendryque's full-sized avatar

Hendryk hendryque

  • Earth
View GitHub Profile
@hendryque
hendryque / gist:56e7a81ba9440c8731b81263307aca9d
Created June 3, 2023 16:32 — forked from scottburton11/gist:3222152
Audio Compression for Voiceover

About compression

Audio compression is used to reduce the dynamic range of a recording. Dynamic range is the difference between the loudest and softest parts of an audio signal. It was originally used to guard against defects when cutting wax and vinyl phonograph records, but generally became useful as a way of increasing the loudness of an audio recording without achieving distortion.

The goal of most compression applications is to increase the amplitude of the softest parts of a recording, without increasing the amplitude of the loudest parts.

Compressor anatomy

Compressors generally all have the same conceptual parts. However, not all compressors present variable controls for all parts to the user. If you don't see all of your compressor's controls here, there's a chance it either has a fixed value (and no control), or is named something else:

@hendryque
hendryque / Sendy Nginx Config
Created March 31, 2023 13:13 — forked from amanjuman/Sendy Nginx Config
Sendy Nginx Config for PHP7.4 FPM
sudo su
//Setup Hostname
hostnamectl set-hostname subdomain.domain.tld
## Basic
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get autoremove -y && sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php -y && add-apt-repository ppa:nginx/stable -y
//Setup SWAP
sudo fallocate -l 1G /swapfile;
@hendryque
hendryque / wireguard.txt
Created November 7, 2021 19:34 — forked from engelmarkus/wireguard.txt
Setting up a VPN with WireGuard on a vServer
Setting up a VPN with WireGuard
Prerequisites
A linux server with
- ip forwarding enabled:
~> sysctl net/ipv4/ip_forward
net.ipv4.ip_forward = 1
- the "tun" kernel module loaded:
~> lsmod | grep tun
@hendryque
hendryque / recommended-routine.md
Created May 18, 2021 06:09 — forked from sgup/recommended-routine.md
Recommended Routine - Reddit BodyweightFitness
@hendryque
hendryque / apps_install.sh
Created August 14, 2020 16:16 — forked from brunofbrito/apps_install.sh
Install my macOS apps with homebrew, cask and mas-cli
#!/bin/sh
echo Install all AppStore Apps at first!
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Installing Homebrew...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo Installing Brew favorites...
brew tap homebrew/cask-fonts
@hendryque
hendryque / osx_install.sh
Created August 14, 2020 16:14 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Keybase proof

I hereby claim:

  • I am hendryque on github.
  • I am shd (https://keybase.io/shd) on keybase.
  • I have a public key whose fingerprint is 6D8D 510F 232B DAEB 8211 6BDC 151A 7304 6139 66A0

To claim this, I am signing this object: