mirror of
https://github.com/damp11113/IDRB.git
synced 2025-04-26 22:18:09 +00:00
smail update of 1.6.1
This commit is contained in:
parent
85f8ac61b7
commit
e7b0366c00
Binary file not shown.
@ -19,7 +19,7 @@ import dearpygui.dearpygui as dpg
|
||||
|
||||
from utils import *
|
||||
|
||||
librarylist = ["Opencv (opencv.org)", "PyOgg (TeamPyOgg) (Forked)", "DearPyGui (hoffstadt)"]
|
||||
librarylist = ["Opencv (opencv.org)", "PyOgg (TeamPyOgg) (Forked)", "DearPyGui (hoffstadt)", "LZ4 (python-lz4)", "PyAudio (CristiFati)"]
|
||||
|
||||
def window(self):
|
||||
with dpg.window(label="IDRB", width=320, height=520, no_close=True):
|
||||
|
@ -36,9 +36,9 @@ for i in range(p.get_device_count()):
|
||||
break
|
||||
|
||||
# Create a shared queue for encoded audio packets
|
||||
channel1 = Queue()
|
||||
channel1 = Queue(maxsize=128)
|
||||
|
||||
channel2 = Queue()
|
||||
channel2 = Queue(maxsize=128)
|
||||
|
||||
channel1option = {
|
||||
"Bitrates": 64000,
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user