Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobertlo/go-mpg123
/ functions
Functions
15 in github.com/bobertlo/go-mpg123
⨍
Functions
15
◇
Types & classes
1
↓ 6 callers
Method
strerror
returns a string containing the most recent error message corresponding to an mpg123 decoder instance
mpg123/mpg123.go:95
↓ 3 callers
Method
Close
Close closes an input file if one was opened by mpg123
mpg123/mpg123.go:160
↓ 1 callers
Method
Delete
Delete frees an mpg123 decoder instance
mpg123/mpg123.go:89
↓ 1 callers
Method
Format
Format sets the audio output format for decoder
mpg123/mpg123.go:122
↓ 1 callers
Method
FormatNone
OUTPUT FORMAT CODE // FormatNone disables all decoder output formats (used to specifying supported formats)
mpg123/mpg123.go:104
↓ 1 callers
Method
GetFormat
GetFormat returns current output format
mpg123/mpg123.go:114
↓ 1 callers
Function
NewDecoder
DECODER INSTANCE CODE // NewDecoder creates a new mpg123 decoder instance
mpg123/mpg123.go:67
↓ 1 callers
Method
Open
INPUT AND DECODING CODE // Open initializes a decoder for an mp3 file using a filename
mpg123/mpg123.go:131
↓ 1 callers
Method
Read
Read decodes data and into buf and returns number of bytes decoded.
mpg123/mpg123.go:169
Method
Feed
Feed provides data bytes into the decoder
mpg123/mpg123.go:182
Method
FormatAll
FromatAll enables all decoder output formats (this is the default setting)
mpg123/mpg123.go:109
Method
OpenFeed
OpenFeed prepares a decoder for direct feeding via Feed(..)
mpg123/mpg123.go:151
Method
OpenFile
OpenFile binds to an fd from an open *os.File for decoding
mpg123/mpg123.go:142
Function
init
init initializes the mpg123 library when package is loaded
mpg123/mpg123.go:53
Function
main
()
examples/mp3dump/mp3dump.go:9