mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-12 15:54:43 +00:00
refactor(voicemail): remove unused opus_path variable from VoicemailManager
This commit is contained in:
@@ -133,7 +133,6 @@ class VoicemailManager:
|
||||
raise RuntimeError(msg)
|
||||
|
||||
wav_path = os.path.join(self.greetings_dir, "greeting.wav")
|
||||
opus_path = os.path.join(self.greetings_dir, "greeting.opus")
|
||||
|
||||
try:
|
||||
# espeak-ng to WAV
|
||||
|
||||
Reference in New Issue
Block a user