Skip to content

Instantly share code, notes, and snippets.

from __future__ import print_function
from owotrans import owo
try:
import __builtin__
except ImportError:
# Python 3
import builtins as __builtin__
@correl
correl / honk.el
Last active November 8, 2019 20:52
Honk
;;; honk.el --- Bad Goose -*- lexical-binding: t; -*-
;; Copyright (C) 2015-2019, Correl Roush
;; Author: Correl Roush <[email protected]>
;; URL: https://gist.github.com/correl/13047d283688ea408acc5c62270b0bfd
;; Version: 1.0
;; Keywords: honk, goose
;; Package-Requires: (emms)
;; This file is not part of GNU Emacs.
@correl
correl / requirements.txt
Created August 27, 2020 22:29
Turntable record detection using audio fingerprinting via PyDejavu
git+https://github.com/worldveil/dejavu.git#egg=PyDejavu
pyalsaaudio
requests