Commit 1997c2f8 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

Merge branch 'warning_old_version_scripts' into 'main'

added warning for older scripts version

See merge request !434
parents 7f87eaef 1aa1169e
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===")