From 54264aeb5625fde72eec7b020170a67aca99c88b Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sun, 20 Nov 2022 09:18:25 -0500 Subject: [PATCH] note to self --- simpleaudio.d | 1 + 1 file changed, 1 insertion(+) diff --git a/simpleaudio.d b/simpleaudio.d index 402327f..25c359c 100644 --- a/simpleaudio.d +++ b/simpleaudio.d @@ -1,5 +1,6 @@ // FIXME: add a query devices thing // FIXME: add the alsa sequencer interface cuz then i don't need the virtual raw midi sigh. or at elast load "virtual" and auto connect it somehow +// FIXME: 3d sound samples - basically you can assign a position to a thing you are playing in terms of a angle and distance from teh observe and do a bit of lag and left/right balance adjustments, then tell it its own speed for doppler shifts /** The purpose of this module is to provide audio functions for things like playback, capture, and volume on both Windows