sound

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 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() error
	// 音声を停止する
	Close()
}

音声のインターフェース 音声再生を自分で実装したい場合はこのインターフェースに従えば良い より具体的には、このインターフェースの実装を返す関数をCubism.LoadSoundに設定する

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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