Skip to content

Commit

Permalink
Made default noise implementations noop (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson authored Jul 21, 2024
1 parent 9bf9a02 commit 7f2d601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ def noise_trigger_pop():
https://noise.talonvoice.com/static/previews/pop.mp3 for an
example.
"""
actions.skip()

def noise_trigger_hiss(active: bool):
"""
Called when the user makes a 'hiss' noise. Listen to
https://noise.talonvoice.com/static/previews/hiss.mp3 for an
example.
"""
actions.skip()


def noise_trigger_hiss_debounce(active: bool):
Expand Down

0 comments on commit 7f2d601

Please sign in to comment.