Feasibility: once the code is installed how difficult would it be to extract comparisons of all normalized and band-passed Early Reflection slopes? #339
Unanswered
digbyphonic
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Thanks for trying the library. Spinorama is complicated to install and only well tested on linux. You may have better chances with a Linux VM instead of WSL2. The easiest way is to dump the data in a dataframe that R can read. you will have all the data in the cache directory. There is cache_load function that will load all in memory (or you can filter if you want to). An example of how to use it is in generate_meta.py. The code is defined Line 264 in 5d19fb4 if that does not work out of the box (likely), please ping me here. I can have a look this weekend. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please forgive my naivety: I use R as best I can, and will be attempting to install a clone of the Spinorama Repository in the near future.
I intend to use WSL2 and VS Code under Windows 11 Pro.
My first attempt throws up errors of missing modules, so I will clear the existing WSL2 and start afresh.
I would like to compare normalized and band-passed Early Reflection slopes for all 'high' quality and 'default' loudspeaker measurements in the database. (Amongst other tasks).
Should I be looking at importing all existing ER data into dataframes long-hand, and working from there?
Or should I be able to figure out how to use the existing code kindly provided within the site to more easily combine results?
Again, dear reader, please forgive my lack of coding expertise.
I'm highly skilled in audio engineering, but brand new to Python.
I'm determined to achieve my goal in the most efficient way possible, but realise I may have to stumble around and go the long way.
Thank you for making the data so accessible in this excellent and valuable resource.
Beta Was this translation helpful? Give feedback.
All reactions