Skip to content

Instantly share code, notes, and snippets.

use "collections"
use "time"
use "lib:portaudio_sink"
use "lib:portaudio"
type Buffer is (Array[F32], Array[U8])
class StopTimer is TimerNotify
var _a: Main
new iso create(a: Main) =>