HOA7-Spatial-Decoder / scripts /spatial-report
woodfireind's picture
HOA7 Spatial Field Decoder (hoa64 v0.5.0): 7th-order Ambisonics encode/decode, Wigner-D rotation, DOA analysis, vision fuse, diffusion conditioning
570b87b verified
Raw
History Blame Contribute Delete
448 Bytes
#!/usr/bin/env bash
# spatial-report — PATH entry for Qwythos / Pi bash tool / humans.
# Wraps hoa64 CLI. Examples:
# spatial-report demo-scene -o /tmp/r.json
# spatial-report analyze /path/file.wav --ambix
# spatial-report vision --boxes '[{"az":30,"el":0,"label":"obj"}]'
# spatial-report serve
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
export PYTHONPATH="${ROOT}${PYTHONPATH:+:$PYTHONPATH}"
exec python3 -m hoa64 "$@"