Hi Finn,
the software does not have a visual interface. I may build one since it should be easy to do with Claude or a friend of.
Currently you need to
1. install the software (
https://www.spinorama.org/docs/02_install.html)
2. follow the instruction to add a speaker (
https://www.spinorama.org/docs/03_metadata.html)
Then run the test
Then build the website:
it will fail at the end since you dont have the right to copy to dev or production
Generate a local version:
Code:
./generate_html.py --optim --dev --sitedev=http://localhost:8888
and check it in your browser at
http://localhost:8888.
If you are on Linux Ubuntu or MacOS it should work out of the box, if not, i can help.
So i have tried another time.
at least i was not able to execute ./scripts/setup.sh properly. Which i hat to run as "sudo bash setup.sh", my bad for using zsh.
I get: "
up to date, audited 967 packages in 2s
199 packages are looking for funding
run `npm fund` for details
11 vulnerabilities (4 low, 6 moderate, 1 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
0
running build_ext
copying build/lib.linux-x86_64-cpython-312/c_compute_scores.cpython-312-x86_64-linux-gnu.so ->
ln: failed to create symbolic link 'c_compute_scores.so': File exists
./scripts/setup.sh: line 73: ./scripts/update_3rdparties.sh: No such file or directory"
when I run it from jupyter lab. (It is misspelled as jupiter-lab in the instructions, and needs to be installed)
Do you use jupyter lab for to work from a remote machine?