flac

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: MIT Imports: 5 Imported by: 46

Documentation

Overview

Package flac implements audio data decoding in FLAC format.

Note: Seek method is still unimplemented.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(r io.Reader) (s beep.StreamSeekCloser, format beep.Format, err error)

Decode takes a Reader containing audio data in FLAC format and returns a StreamSeekCloser, which streams that audio. The Seek method will panic if r is not io.Seeker.

Do not close the supplied Reader, instead, use the Close method of the returned StreamSeekCloser when you want to release the resources.

Types

This section is empty.

Jump to

Keyboard shortcuts

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