Skip to content

Commit e239450

Browse files
committed
remove invertdraw from processor
1 parent 4fade85 commit e239450

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

catnip.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func catnip(cfg *config) error {
5858
SampleSize: cfg.sampleSize,
5959
ChannelCount: cfg.channelCount,
6060
FrameRate: cfg.frameRate,
61-
InvertDraw: cfg.invertDraw,
6261
Buffers: inputBuffers,
6362
Analyzer: dsp.NewAnalyzer(dsp.AnalyzerConfig{
6463
SampleRate: cfg.sampleRate,

processor/processor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ type Config struct {
3636
SampleSize int // number of samples per buffer
3737
ChannelCount int // number of channels
3838
FrameRate int // target framerate
39-
InvertDraw bool // invert the direction of bin drawing
4039
Buffers [][]input.Sample // sample buffers
4140
Analyzer Analyzer // audio analyzer
4241
Smoother Smoother // time smoother

0 commit comments

Comments
 (0)