opusfile: FFI bindings for libopusfile

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, OpenAL, opusfile, StateVar [details]
License BSD-3-Clause
Copyright Alexander Bondarenko
Author Alexander Bondarenko
Maintainer aenor.realm@gmail.com
Category Sound
Source repo head: git clone https://gitlab.com/dpwiz/opusfile
Uploaded by AlexanderBondarenko at 2021-09-04T22:46:30Z

Modules

Flags

Manual Flags

NameDescriptionDefault
executablesDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for opusfile-0.1.0.1

[back to package description]

opusfile

https://opus-codec.org/

Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications.

My intention were to use the Opus codec for game assets with OpenAL. There's examples/openal-playfile exactly for this.

You'll need libopusfile-dev or something like that for your distro.

Add to package dependencies and import Sound.OpusFile qualified.