Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.9% dependent packages on proxy.golang.org
Top 1.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/gonutz/mixer

Package mixer provides an abstraction over the sound card to be able to play multiple sounds simultaneously, combining different effects. Call Init to start the mixer and Close when you are done with it. Call NewSoundSource to create a sound source from PCM data. You can use this source to play the sound using the Play... functions. Each call will give you a Sound which represents that particular instance of the sound source that is then played. You can change its parameters, pause and resume it and change its position. Once the Sound is done playing, its Stopped function will return true. In this case you cannot use the Sound anymore and should set its pointer to nil so the Go garbage collector can remove it. Calling any function on a Stopped Sound has no effect.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/gonutz/mixer
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Namespace: github.com/gonutz
Dependent packages: 11
Dependent repositories: 10
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 23 hours ago

    Loading...
    Readme
    Loading...