Sync upstream

This commit is contained in:
Mark Qvist 2025-05-12 12:42:55 +02:00
commit 54d73da83c
9 changed files with 19 additions and 11 deletions

View file

@ -2,7 +2,6 @@ import RNS
import LXST
import sys
import time
RNS.loglevel = RNS.LOG_DEBUG
target_frame_ms = 20
pipelined_output = True

View file

@ -2,7 +2,6 @@ import RNS
import LXST
import sys
import time
RNS.loglevel = RNS.LOG_DEBUG
if len(sys.argv) < 2:
print("No codec specified")

View file

@ -2,7 +2,6 @@ import RNS
import LXST
import sys
import time
RNS.loglevel = RNS.LOG_DEBUG
target_frame_ms = 40
tone = LXST.Generators.ToneSource(frequency=388, ease_time_ms=3.14159, target_frame_ms=target_frame_ms)