hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs
I wanted a simple library to handle audio playback. Coming from Go, I was used to the `oto` library but I couldn't find a similar library in Zig. So this is a loose port of `oto`. It runs on macOS, Linux, and Windows. Supports memory playback, file streaming, and leverages the new `std.Io.Reader` interface in Zig.

loading...