Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge
  • Loading branch information
oliviamiller committed Dec 1, 2025
commit 2b3d1a4ce4182b107fec4ecb2a5fb291f534e7dd
1 change: 1 addition & 0 deletions components/audioin/fake/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,6 @@ func (a *AudioIn) Geometries(ctx context.Context, extra map[string]interface{})

// Close does nothing
func (a *AudioIn) Close(ctx context.Context) error {
a.workers.Stop()
return nil
}
You are viewing a condensed version of this merge commit. You can view the full changes here.