Skip to content

Commit

Permalink
keep trying to identify audio #1172
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed May 7, 2024
1 parent 3b691ac commit 13f3a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/wyzecam/iotc.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def get_audio_codec_from_codec_id(self, codec_id: int) -> tuple[str, int]:
logger.info(f"[AUDIO] {codec=} {sample_rate=} {codec_id=}")
return codec, sample_rate

def identify_audio_codec(self, limit: int = 25) -> tuple[str, int]:
def identify_audio_codec(self, limit: int = 60) -> tuple[str, int]:
"""Identify audio codec."""
assert self.av_chan_id is not None, "Please call _connect() first!"

Expand Down

0 comments on commit 13f3a0a

Please sign in to comment.