We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fade85 commit e239450Copy full SHA for e239450
catnip.go
@@ -58,7 +58,6 @@ func catnip(cfg *config) error {
58
SampleSize: cfg.sampleSize,
59
ChannelCount: cfg.channelCount,
60
FrameRate: cfg.frameRate,
61
- InvertDraw: cfg.invertDraw,
62
Buffers: inputBuffers,
63
Analyzer: dsp.NewAnalyzer(dsp.AnalyzerConfig{
64
SampleRate: cfg.sampleRate,
processor/processor.go
@@ -36,7 +36,6 @@ type Config struct {
36
SampleSize int // number of samples per buffer
37
ChannelCount int // number of channels
38
FrameRate int // target framerate
39
- InvertDraw bool // invert the direction of bin drawing
40
Buffers [][]input.Sample // sample buffers
41
Analyzer Analyzer // audio analyzer
42
Smoother Smoother // time smoother
0 commit comments