kpeu3i / oto

♪ A low-level library to play sound on multiple platforms ♪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oto (v2)

Go Reference

A low-level library to play sound.

Platforms

  • Windows
  • macOS
  • Linux
  • FreeBSD
  • OpenBSD
  • Android
  • iOS
  • WebAssembly

Prerequisite

macOS

Oto requies AudioToolbox.framework, but this is automatically linked.

iOS

Oto requies these frameworks:

  • AVFoundation.framework
  • AudioToolbox.framework

Add them to "Linked Frameworks and Libraries" on your Xcode project.

Linux

ALSA is required. On Ubuntu or Debian, run this command:

apt install libasound2-dev

In most cases this command must be run by root user or through sudo command.

FreeBSD, OpenBSD

BSD systems are not tested well. If ALSA works, Oto should work.

Crosscompiling

To crosscompile, make sure the libraries for the target architecture are installed, and set CGO_ENABLED=1 as Go disables Cgo on crosscompiles by default.

About

♪ A low-level library to play sound on multiple platforms ♪

License:Apache License 2.0


Languages

Language:Go 95.2%Language:Objective-C 4.8%