Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Nov 17, 2024
1 parent eb36284 commit 07efaa3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ class STTOptions:
keywords: list[Tuple[str, float]]
profanity_filter: bool
energy_filter: AudioEnergyFilter | bool = False
# whether energy filter is used before sending to deepgram, or just for metrics events
use_energy_filter: bool = False


class STT(stt.STT):
Expand Down

0 comments on commit 07efaa3

Please sign in to comment.