//
pkg.gl
Category
github.com/nf/sigourney
audio
package
0.0.0-20180328025407-3c2d0352804d
Repository:
https://github.com/nf/sigourney.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
8
Dependents
11
Files
658 SLOC
#
Functions
NewBandLimitedSaw
NewBandLimitedSquare
NewBandLimitedTriangle
NewClip
NewDelay
NewDup
NewEngine
NewEnv
NewFilter
NewMul
NewMulSum
NewNoise
NewQuant
NewRand
NewSin
NewSkip
NewStep
NewSum
NewTableOsc
#
Constants
FrameLength
#
Structs
Clip
Delay
Dup
Dup splits a Processor into multiple audio streams.
Engine
Engine implements the root of an Processor graph.
Env
Filter
Mul
MulSum
Noise
Output
An Output is a Processor endpoint provided by Dup.
Quant
Rand
Sin
Skip
Step
Sum
TableOsc
#
Interfaces
Processor
Processor implements an audio source.
Sink
A Sink is a consumer of audio data with one or more named inputs.
Ticker
A Ticker is a Processor whose Tick method is called once per audio frame.
#
Type aliases
Sample
A Sample is a single frame of audio.
Value