Skip to content

Commit

Permalink
chore: Remove unused import and struct field in audiobuffer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed May 20, 2024
1 parent 87ad3c4 commit 180d835
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/myaudio/audiobuffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"errors"
"sync"
"time"

"github.com/tphakala/birdnet-go/internal/conf"
)

// AudioBuffer represents a circular buffer for storing PCM audio data, with timestamp tracking.
Expand All @@ -20,7 +18,6 @@ type AudioBuffer struct {
startTime time.Time
initialized bool
lock sync.Mutex
settings *conf.Settings
}

// NewAudioBuffer initializes a new AudioBuffer with timestamp tracking
Expand Down

0 comments on commit 180d835

Please sign in to comment.