package
0.22.0
Repository: https://github.com/mokiat/lacking.git
Documentation: pkg.go.dev

# Functions

NewNopAPI returns an API that does nothing.

# Constants

MediaDataTypeAuto indicates that the media data type should be automatically detected based on the data.
MediaDataTypeMP3 indicates that the media data is in MP3 format.
MediaDataTypeWAV indicates that the media data is in WAV format.

# Structs

MediaInfo contains the necessary information to create a Media.
PlayInfo specifies conditions for the playback.

# Interfaces

API provides access to a low-level audio manipulation and playback.
Media represents a playable audio sequence.
Playback represents the audio playback of a media file.

# Type aliases

MediaDataType indicates the type of media data contained in a data block.