Elektrine lite

← Feed

@omz13@mastodon.social

Post #1922987

2026-02-03 19:10 UTC

I did a bit of #AudioDev for the past few days, but eventually I finally got my pipeline to work. I have mixed feelings about demuxing a html stream, piping aac/mp3 across #FFmpeg to get PCM, doing some manipulation (because FFTs are fun), then calling #PortAudio to call #CoreAudio to make the speakers go beep-boop.

Replies (1)

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

    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.

    Open ##2711950