Recent content by phofman

  1. P

    REW+WIN10+ASIO4ALL PROBLEM

    Yes - e.g. the documentation https://www.roomeqwizard.com/help/help_en-GB/html/calsoundcard.html#multichannel
  2. P

    REW+WIN10+ASIO4ALL PROBLEM

    Did you try Wasapi exclusive (the JAVA -> EXCL: devices) instead of the ASIO4ALL workaround?
  3. P

    clicks and clock adjustment too large

    It looks MS messed up something around their USB stack, breaking flow of isochronous transmissions (people seem to complain about webcams etc.). Probably just a temporary situation, it is a major issue as modern motherboards increasingly use onboard USB audio instead of HDA.
  4. P

    REW Beta Release Testing REW to RPi 5 in "Gadget Mode" running CamillaDSP

    IMO this issue is not related to REW, but to the way a DSP application is being run on the gadget side of the USB link. Windows mixer and REW use whatever rate the gadget audio device is configured to support. But the DSP application on the gadget side must be able to respond to the gadget rate...
  5. P

    Unable to access the selected device

    Please see the first paragraph of https://www.roomeqwizard.com/help/help_en-GB/html/calsoundcard.html#audioconfig
  6. P

    REW measurements Problem with slow PC-laptop

    @John Mulcahy : Do the mdat serializations contain the actual recorded stream?
  7. P

    REW measurements Problem with slow PC-laptop

    The chart at https://www.avnirvana.com/threads/rew-measurements-problem-with-slow-pc-laptop.14573/post-111536 suggests exclusive at 16k, with the peaks. What was changed afterwards that it's ok now?
  8. P

    REW measurements Problem with slow PC-laptop

    Well, it's possible you are getting buffer glitches. But they would likely not occur always at the same moment of the sweep (like at 3kHz with the 256k buffer), the timing would be more or less random, as the OS does not keep up. Unlike buffer glitches caused by ASIO merging the two devices -...
  9. P

    REW measurements Problem with slow PC-laptop

    I would recommend to keep using wasapi exclusive (EXCL), to eliminate the potential issue with duplex ASIO to two different audio devices.
  10. P

    REW measurements Problem with slow PC-laptop

    Do you use wasapi exclusive (i.e. selected in REW https://www.roomeqwizard.com/help/help_en-GB/html/calsoundcard.html#audioconfig ) for that measurement?
  11. P

    REW measurements Problem with slow PC-laptop

    Does it happen with both capture and playback using java exclusive in REW too?
  12. P

    REW measurements Problem with slow PC-laptop

    Flexasio merges two soundcards with independent clocks into one callback. IMO technically that is not correct, and works ok only due to short measurements sessions where the buffers do not have time to go apart. IMO the asynchronous Wasapi exclusive is the proper API for this.
  13. P

    Behringer x32 + PipeWire + LinuxMint 22 (Ubuntu 24.04)

    @lfdm: I wonder why the pipewire GUI shows only 2ch for the Pipewire Alsa connections, eventhough the REW/java alsa interface should open the alsa PCM pipewire device (= alsa plugin...
  14. P

    Issue with Behringer uca202 and HDMI audio

    ASIO drivers themselves are not flawed, but the ASIO adapters which merge different capture and playback devices are. ASIO passes data for both directions using one callback method bufferSwitch with fixed buffer size for playback and capture. It means it expects both directions to be clocked by...
  15. P

    Issue with Behringer uca202 and HDMI audio

    Using different devices for capture and playback in ASIO (be it ASIO4All or FlexASIO) is flawed by ASIO design and if it happens to run OK, it happens by pure chance that the two devices have clocks running at very close frequencies. The technically correct interfaces are java (WDM via windows...
Back
Top