opt

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package opt specifies valid options

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

type Input string

OptLoader represents an audio input option

const InputWAV Input = "wav"

OptLoadWav to use Go-Native WAV file I/O

type Output

type Output string

OptOutput represents an audio output option

const OutputNull Output = "null"

OptOutputNull for benchmarking/profiling, because those tools are unable to sample to C-go callback tree

const OutputPortAudio Output = "portaudio"

OptOutputPortAudio to use Portaudio for audio output

const OutputSDL Output = "sdl"

OptOutputSDL to use SDL for audio output

const OutputWAV Output = "wav"

OptOutputWAV to use WAV directly for []byte to stdout

Jump to

Keyboard shortcuts

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