Recent content by Bowkey

  1. B

    REW Beta Release REW API beta releases

    Hi John, When using merging to stitch a far-field measurement to a near-field measurement, where the levels don't match, the current implementation makes a lot of sense. However, I'm stitching two measurements where I want the levels of both to remain the same. Is there a way to do this...
  2. B

    REW Beta Release REW API beta releases

    Thanks! Wouldn't it make sense for the reference level to also be calculated from an average over that same span? That would avoid a slightly different frequency leading to a (sometimes very) different result.
  3. B

    REW Beta Release REW API beta releases

    Hi John, Got an error exiting without saving (with over 40 measurements present): java.lang.ArrayIndexOutOfBoundsException: 31 occurred. I've attached the diagnostics file.
  4. B

    REW Beta Release REW API beta releases

    Hi John, Although it is listed in the documentation, I get a "mergeBlend is not recognized as a parameter" error when I use the process-measurements endpoint with the "Merge B to A" process. Additionally, would it be possible to optionally blend the responses over a provided span instead of at...
  5. B

    REW Beta Release REW API beta releases

    Hi John, The SPL of an imported file seems to be calculated based on the bit-depth of the currently selected input? On Windows this seems to work as expected (24bit input leads to higher SPL), but on macOS selecting the Default Audio Input (listed as 24 bit in the bottom left corner) and...
  6. B

    REW Beta Release REW API beta releases

    No, I'm also talking about measurements imported after updating the cal file through the API. It only doesn't work here when the input is already listed as an existing input (but without a path to a cal file) in the 'mic cal files' list under preferences. Let me know if I need to list the steps...
  7. B

    REW Beta Release REW API beta releases

    Hi John, Setting the path to the mic cal file using the /audio/input-cal endpoint only seems to work after a restart. This is only the case for existing inputs in the 'mic cal files' list under preferences. If I delete the input in that list first, restart and then set the path to the cal...
  8. B

    REW Beta Release REW API beta releases

    The mp3 handler was probably feeling a bit (pun intended..) left out, with everyone always going on about how much better lossless sounds ;-) Thanks for the super quick fix, working great again now! Talking about wav files; Would it be possible to add an endpoint to the API that would allow...
  9. B

    REW Beta Release REW API beta releases

    Sorry about that, I probably forgot to click save, they seem to be there now (attached to post #388 above), but I've emailed them as well.
  10. B

    REW Beta Release REW API beta releases

    Done, I've also included the measurement wav files (including the stimulus) that cause the errors. The first measurement generates the outOfBounds exception, the second one a 'The sweep and respone file sample rates are not the same' (although they both are 44.1kHz). The measurement files are...
  11. B

    REW Beta Release REW API beta releases

    Hi John, In the latest few versions (30-33), there seem to be some problems when importing sweep recordings. If I use the API to import 5 subsequent messages (with blocking enabled), I get 5 successful replies from the API (with increasing "Import sweep ID.. completed" numbers), but only the...
  12. B

    REW Beta Release REW API beta releases

    Super, thanks for the fix & the workaround.
  13. B

    REW Beta Release REW API beta releases

    Hi John, Some of the alignment-tool endpoints only seem to work after using the GUI version first. Example: - Start REW - Import 2 sweep measurements - Set /alignment-tool/mode to "phase" - Set /alignment-tool/index-a to "1" - Set /alignment-tool/index-b to "2" - Set /alignment-tool/command to...
  14. B

    REW Beta Release REW API beta releases

    Great, thanks for the quick fix. Would it be possible to add a way to disable gui warning messages, e.g. the pop-up in the EQ window about the target level being lower than expected, when making a call through the API?
  15. B

    REW Beta Release REW API beta releases

    Hi John, The new API is mostly working great so far, many thanks for making it available. I run into two errors when making calls to alignment-tool endpoint: - If I use the /alignment-tool/command with the body { "command": "Align phase", "frequency": 80 } in REW I get the error window saying...
Back
Top