Skip to content

Instantly share code, notes, and snippets.

View ravinkpon's full-sized avatar
🎯
Focusing

RKP Janakiraman Gopal ravinkpon

🎯
Focusing
View GitHub Profile
@Nottt
Nottt / compile-opus.sh
Last active September 20, 2022 18:33
Compile Opus-Tools in Ubuntu 18.04
#!/bin/bash
# Install opus-tools
# Latest releases: opus 1.3.1, opus-tools 0.2, opusfile 0.11, libopusenc 0.2.1
set -e
set -o pipefail
# Install packages needed
apt update > /dev/null 2>&1 && apt install -y curl libflac-dev > /dev/null 2>&1