def resolve_destination()

in basic_pitch/data/commandline.py [0:0]


def resolve_destination(namespace: argparse.Namespace, time_created: int) -> str:
    return os.path.join(namespace.destination, str(time_created) if namespace.timestamped else "splits")