From 89777cb3e1177d83043edb19c2da610efecde2ee Mon Sep 17 00:00:00 2001 From: osmarks Date: Sun, 25 Feb 2024 14:32:33 +0000 Subject: [PATCH] "documentation" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db818a7..1040894 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,5 @@ This comes with absolutely no guarantee of support or correct function, although * `block_scope.py` - Python uses function scoping rather than block scoping. Some dislike this. I made a decorator to switch to block scoping. * `mpris_smart_toggle.py` - playerctl play-pause sometimes does not play or pause the media I want played or paused (it seems to use some arbitrary selection order). This does it somewhat better by tracking the last thing which was playing. * `rec_rewrite.py` - in the spirit (and blatantly copypasted code) of `block_scope.py`, rewrite recursive functions as iterative using a heap-allocated stack and generators. -* `computercraft` - CC(:T) projects - see folder README. Consolidated from Pastebin and various internal records. \ No newline at end of file +* `computercraft` - CC(:T) projects - see folder README. Consolidated from Pastebin and various internal records. +* `rotating_audio.py` - composite audio files such that they sound as if they are from sources orbiting you \ No newline at end of file