Elektrine lite

← Feed

@omz13@mastodon.social

Post #2711950

2026-02-08 05:16 UTC

Using #PortAudio to send PCM on my Mac was causing a few problems, so, I whipped up some #golang to talk to #CoreAudio via CGO and now everything is nicely going beepboop. And I’m discovering that using go to generate sfx, music, and tts is kinda fun.

Replies (1)

  • @omz13@mastodon.social 2026-02-08 05:24

    My audio pipeline can use either #CoreAudio or #FFmpeg or #libopus for codec purposes. The biggest shock was realizing that using pipes is a lot easier than an API, and that thinking like #plan9 isn’t as crazy as it first seems.

    Open ##2711951