Skip to content

Instantly share code, notes, and snippets.

@AlfredJKwack
AlfredJKwack / README.MD
Created January 8, 2026 20:54
CamillaNode (& CamillaDSP) setup for Yeti X Mircrophone → PC/Host

State of my CamillaNode installation

A few words about the overall topology here. On card0 we have a PC connected. On card1 we have a microphone. The intent is to capture sound from card1, pipe it through CamillaDSP, and subsequently spit it out on card0 towards the PC. This may not be the usual directoin of things 🧐

The versions of software intalled:

  • CamillaDSP release v2.0.3 - linux-aarch64
  • CamillaNode commit e63878f (Jul 7, 2024)

The hardware is an OrangePi Zero 2W

@AlfredJKwack
AlfredJKwack / convertMovie.bash
Created October 9, 2019 22:42
Bash script to automate compression of movie files using ffmpeg. Expects helper scripts from github.com/natelandau/dotfiles/
#!/usr/bin/env bash
_mainScript_() {
# Compresses movies with some sensible settings
# run the script with no options or -h for usage details.
header "---------[ Sensible movie compession script ]---------"
# Verify that minCompression is a number
re='^[0-9]+$'
@AlfredJKwack
AlfredJKwack / index.html
Created September 29, 2019 07:35
Dynamic maze using old school commodore 64 font
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>10 PRINT CHR$(205.5+RND(1)); : GOTO 10</title>
<style>
@font-face {