Fix: linter errors

This commit is contained in:
Alex P 2025-08-22 22:26:15 +00:00
parent 1e1677b35a
commit e360348829
3 changed files with 10 additions and 12 deletions

View File

@ -35,8 +35,6 @@ type AudioTrackWriter interface {
WriteSample(sample media.Sample) error
}
// NewAudioRelay creates a new audio relay for the main process
func NewAudioRelay() *AudioRelay {
ctx, cancel := context.WithCancel(context.Background())