audio

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Format = "audio"
)

Variables

View Source
var (
	ErrEmptyPayload        = errors.New("crypha/audio: empty payload")
	ErrUnsupportedFormat   = errors.New("crypha/audio: cover must be a 16-bit PCM WAV or a FLAC file")
	ErrUnsupportedBitDepth = errors.New("crypha/audio: audio must be 16-bit, provide 16-bit PCM WAV or 16-bit FLAC")
	ErrNotPCM              = errors.New("crypha/audio: WAV must be uncompressed PCM")
	ErrNoSamples           = errors.New("crypha/audio: cover contains no audio samples")
	ErrPayloadTooLarge     = errors.New("crypha/audio: payload exceeds carrier capacity")
	ErrTooSmall            = errors.New("crypha/audio: audio is too small to contain a payload")
	ErrNoPayload           = errors.New("crypha/audio: no crypha payload found")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL