mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-14 01:23:21 -06:00
9 lines
277 B
Python
9 lines
277 B
Python
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
|