audio

package
v0.0.3-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2020 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapters

type Adapters interface {
	SoundLoader() SoundLoader
	SongLoader() SongLoader
}

type Song

type Song interface {
	Play() error
}

type SongLoader

type SongLoader interface {
	Load(fileName string) (Song, error)
}

type Sound

type Sound interface {
	Play() error
}

type SoundLoader

type SoundLoader interface {
	Load(fileName string) (Sound, error)
}

Jump to

Keyboard shortcuts

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