package
Version:
v0.0.0-...-d4bf2a5
Opens a new window with list of versions in this module.
Published: Mar 1, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Play(source, mtype string)
type MP3Player struct {
}
type Player interface {
Play(source string)
}
type WAVPlayer struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.