Commit 1aa1169e authored by Anika Treffehn's avatar Anika Treffehn
Browse files

added warning for older scripts version

parent 7f87eaef
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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===")