Loading scripts/pyaudio3dtools/audio3dtools.py +4 −0 Original line number Diff line number Diff line Loading @@ -194,6 +194,10 @@ def main(): handlers=[console_handler], ) logger.info("Audio3DTools") logger.info( "Attention: you are using an older version of the pyaudio3dtools scripts (not including ISM-> binaural reference renderer or loudness tool)" ) logger.info("For the newest version see branch python_scripts_updates") if args.list is True or args.long is True: logger.info("===Supported spatial audio formats===") Loading Loading
scripts/pyaudio3dtools/audio3dtools.py +4 −0 Original line number Diff line number Diff line Loading @@ -194,6 +194,10 @@ def main(): handlers=[console_handler], ) logger.info("Audio3DTools") logger.info( "Attention: you are using an older version of the pyaudio3dtools scripts (not including ISM-> binaural reference renderer or loudness tool)" ) logger.info("For the newest version see branch python_scripts_updates") if args.list is True or args.long is True: logger.info("===Supported spatial audio formats===") Loading