opt

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: MIT Imports: 0 Imported by: 3

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"
	InputSOX Input = "sox"
)

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 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