Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Wave_function []float64
Functions ¶
func GetAmplitudes ¶
func GetProjections ¶
func Initialize ¶
func Initialize()
Types ¶
type AudioListener ¶
type AudioListener struct {
// contains filtered or unexported fields
}
func NewAudioListener ¶
func NewAudioListener(callback func([]float64)) *AudioListener
func (*AudioListener) Start ¶
func (listener *AudioListener) Start() error
func (*AudioListener) Stop ¶
func (listener *AudioListener) Stop() error
type AudioWriter ¶
type AudioWriter struct { Chord []int // contains filtered or unexported fields }
func NewAudioWriter ¶
func NewAudioWriter() *AudioWriter
func (*AudioWriter) Start ¶
func (writer *AudioWriter) Start() error
Click to show internal directories.
Click to hide internal directories.