mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-26 09:59:23 +00:00
Putting all the code from the current master branch of TWBlue
This commit is contained in:
8
src/sound_lib/external/__init__.py
vendored
Normal file
8
src/sound_lib/external/__init__.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import platform
|
||||
#if platform.system() == 'Windows':
|
||||
# import sound_lib.external.pybasswma
|
||||
if platform.system() != 'Darwin':
|
||||
import sound_lib.external.pybass_aac
|
||||
import sound_lib.external.pybass_alac
|
||||
import sound_lib.external.pybassflac
|
||||
import sound_lib.external.pybassmidi
|
Reference in New Issue
Block a user