Skip to content

Instantly share code, notes, and snippets.

View facastagnini's full-sized avatar

Federico Ariel Castagnini facastagnini

View GitHub Profile
@Diegus83
Diegus83 / Record System Audio
Last active January 5, 2021 14:31
How to do Quicktime screen recordings with system audio
brew cask install blackhole
#https://github.com/ExistentialAudio/BlackHole
Record System Audio
Setup Multi-output Device
In Audio Midi Setup->Audio Devices Right-click on the newly created Multi-output and select "Use This Device For Sound Output"
Open digital audio workstation (DAW) such as GarageBand or QuickTime and set input device to "BlackHole"
Set track to input from channel 1-2
Play audio from another application and monitor or record in your DAW.
@r15ch13
r15ch13 / convert-aax-to-m4a.cmd
Last active December 18, 2023 18:45
Convert aax to m4a
@echo off
setlocal enableextensions
chcp 65001
set input=%1
set device=%2
set loglevel=quiet
for %%i in ("%~f1") do set dirname=%%~dpi
for %%i in ("%~f1") do set extension=%%~xi
set tempfile=%dirname%%RANDOM%-temp.m4a
# Defaults / Configuration options for homebridge
# The following settings tells homebridge where to find the config.json file and where to persist the data (i.e. pairing and others)
HOMEBRIDGE_OPTS=-U /var/lib/homebridge
# If you uncomment the following line, homebridge will log more
# You can display this via systemd's journalctl: journalctl -f -u homebridge
# DEBUG=*
@ejdyksen
ejdyksen / patch-edid.md
Last active April 6, 2024 15:59
A script to fix EDID problems on external monitors in macOS

patch-edid.rb

A script to fix EDID problems on external monitors in macOS.

Instructions

  1. Connect only the problem display.

  2. Create this directory structure (if it doesn't already exist):