Recent content by phofman

  1. P

    National Instruments Audio device with REW

    IMO if there is a standard windows driver (WDM, no ASIO), then WASAPI exclusive will do, no need for any ASIO -> WDM bridge.
  2. P

    REW Automation

    Yes, you can code the features you need. A very clever way of combining the backend and UI + multiplatformness is using javascript in a local html page, like @serko70 does in his https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne . There are quite a few reworked clones online...
  3. P

    REW Automation

    E.g. https://www.roomeqwizard.com/help/help_en-GB/html/api.html A rather long but quite comprehensive thread https://www.avnirvana.com/threads/rew-api-beta-releases.12981/
  4. P

    Java exception when running REW on Linux

    Interesting, please let us know how you fare on Wayland - see https://www.avnirvana.com/threads/problem-with-the-video-card-i-think-in-ubuntu.15572/
  5. P

    Remote Desktop

    IMO the suggestion to use a different remote-screen technology is a good one too. IIUC the windows Remote Desktop (RDP) routes local (client) audio devices to the remote server, in addition to graphics (server -> client) and keyboard/mouse (client -> server). It makes sense - one typically wants...
  6. P

    Getting UMM-6 mic to work on Ubuntu Linux laptop

    The hardware works the same way on linux and windows. But the hardware configuration can be different. My 2 cents - there is some gain USB control in your USB capture device which gets set differently in windows and linux. IIUC REW itself operates this control, if the checkbox "control input...
  7. P

    Getting UMM-6 mic to work on Ubuntu Linux laptop

    Since you are using plughw:X device (i.e. using the alsa plug plugin), any format is always available. My 2 cents your device is enabled in pulseaudio/pipewire and used by that sound server, thus blocking out the direct alsa access by java in REW. Always disable a device in PW/PA if you want to...
  8. P

    Resync Event ASIO issues

    That device is described as 12 x 18 audio interface. If it really supports 12 input and 18 output channels and not fewer, then the wasapi-excl plugin would not check for 18 output channels...
  9. P

    REW Java version for RaspberryPi OS 32bit newest "Bookworm"

    You can use newer JDK, look at e.g. https://www.avnirvana.com/threads/rew-linux-installation.6711/ .
  10. P

    REW Linux installation

    I just tested beta 100 and runs OK on my amd64 with java 21: Do you have correct path to the launcher jar (e.g. REW_DIR/.install4j/launcherd9d2fef3.jar in my case)? Your error looks like java cannot find the main REW class which is in that jar: pavel@precision:~$ jar tvf...
  11. P

    Problem with the video card, I think, in Ubuntu

    Unfortunately the Wayland support in java has still a long way to go https://openjdk.org/projects/wakefield/ https://wiki.openjdk.org/display/wakefield/Work+breakdown
  12. P

    Problem with the video card, I think, in Ubuntu

    Switch your desktop to X11 and check if it helps. Just google out the method (it should be at login screen).
  13. P

    Problem with the video card, I think, in Ubuntu

    Maybe your system switched from X11 to Wayland? What does echo "$XDG_SESSION_TYPE" say ?
  14. P

    firewire 400 vs USB2

    IMHO USB is way more compatible with current and future host devices than firewire. Technically both interfaces are just transferring data anyway, good audio devices have conversion master clocks on their sides. Well engineered (especially multichannel) USB2 highspeed devices use the packet...
  15. P

    ArrayIndexOutOfBoundsException when changing the input channel in Preferences (reversing Input and Loopback)

    Yes, if the ADC distortion component to the combined distortion is negligible, compensating (i.e. adding distortions of opposite phase) on the DAC side only works OK. The problem is when the ADC distortion is not negligible, while being also compensated on the DAC/generator side . Then the...
Back
Top