mirror of
https://github.com/markqvist/LXST.git
synced 2026-04-27 14:20:39 +00:00
Sync upstream
This commit is contained in:
parent
8b23d792a6
commit
54d73da83c
9 changed files with 19 additions and 11 deletions
|
|
@ -2,7 +2,6 @@ import RNS
|
|||
import LXST
|
||||
import sys
|
||||
import time
|
||||
RNS.loglevel = RNS.LOG_DEBUG
|
||||
|
||||
target_frame_ms = 20
|
||||
pipelined_output = True
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue