Skip to content

Commit

Permalink
opus: add restricted_lowdelay profile
Browse files Browse the repository at this point in the history
Merge pull request #87 from MartB/patch-1
  • Loading branch information
azlux authored Oct 30, 2020
2 parents 754b4f4 + 9f1e76f commit 0417c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymumble_py3/mumble.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def get_loop_rate(self):

def set_codec_profile(self, profile):
"""set the audio profile"""
if profile in ["audio", "voip"]:
if profile in ["audio", "voip", "restricted_lowdelay"]:
self.__opus_profile = profile
else:
raise ValueError("Unknown profile: " + str(profile))
Expand Down

0 comments on commit 0417c5b

Please sign in to comment.