mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fixed errors when creating audio recordings
This commit is contained in:
parent
cf095ba13b
commit
fd43865105
@ -20,7 +20,7 @@ if system=="Windows" and not hasattr(sys, 'frozen'): # We are running from sourc
|
||||
import vlc
|
||||
if system=="Windows" and not hasattr(sys, 'frozen'): # Restore the original folder
|
||||
os.chdir(current_dir)
|
||||
import sound_lib.output, sound_lib.input, sound_lib.stream
|
||||
import sound_lib.output, sound_lib.input, sound_lib.stream, sound_lib.recording
|
||||
from mysc.repeating_timer import RepeatingTimer
|
||||
from mysc.thread_utils import call_threaded
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user