sound

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sound

type Sound interface {
	// Play the sound
	Play() error
	// Stop the sound
	Close()
}

Audio Interface If you want to implement audio playback yourself, you should follow this interface. More specifically, set a function that returns the implementation of this interface to Cubism.LoadSound.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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