REW help with Mytec Brooklyn DAC+

Jsettoon

New Member
Thread Starter
Joined
May 8, 2019
Posts
5
I'm attempting to integrate two subwoofers with my 2ch audio system using REW. My issue is that when the JAVA driver is selected in the preferences page, I get an error message when trying to select my Brooklyn DAC+ as the output device. I can get test tones to play using the ASIO driver but then I can not use my UMIK-1 as an input device. I tried using asio4all but did not have any luck with that either (no audio test tones)

Error Message:

REW V5.20 Beta 29 running JRE 1.8.0_231 64-bit on Windows 10, en, windows-1252


Message:
javax.sound.sampled.LineUnavailableException: Speakers (Brooklyn DAC+) has no lines available supporting PCM_SIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
Stack Trace:
Speakers (Brooklyn DAC+) has no lines available supporting PCM_SIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
roomeqwizard.E.E(y:1682)
roomeqwizard.XG$16.actionPerformed(y:830)
javax.swing.JComboBox.fireActionEvent(Unknown Source)
javax.swing.JComboBox.setSelectedItem(Unknown Source)
javax.swing.JComboBox.setSelectedIndex(Unknown Source)
javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(Unknown Source)
java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
java.awt.Component.processMouseEvent(Unknown Source)
javax.swing.JComponent.processMouseEvent(Unknown Source)
javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(Unknown Source)
java.awt.Component.processEvent(Unknown Source)
java.awt.Container.processEvent(Unknown Source)
java.awt.Component.dispatchEventImpl(Unknown Source)
java.awt.Container.dispatchEventImpl(Unknown Source)
java.awt.Component.dispatchEvent(Unknown Source)
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
java.awt.Container.dispatchEventImpl(Unknown Source)
java.awt.Window.dispatchEventImpl(Unknown Source)
java.awt.Component.dispatchEvent(Unknown Source)
java.awt.EventQueue.dispatchEventImpl(Unknown Source)
java.awt.EventQueue.access$500(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
java.awt.EventQueue$4.run(Unknown Source)
java.awt.EventQueue$4.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
java.awt.EventQueue.dispatchEvent(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)

Any help would be much appreciated, I am a novice user of the REW software.
 
Most likely that error message means ( when trying to use Java ) that your Brooklyn DAC came only with an ASIO driver ( Java + ASIO4ALL usage demands that all USB device have a WDM driver also available for use by JAVA or ASIO4ALL ).

Scout out the specs for your dac unit to see what drivers are available for it ( you may need to contact the manufacturer ).

FYI, ASIO4ALL is flaky with certain nVideo graphics cards ( maybe all of them > honestly, I don't keep track ).

Successful ASIO4ALL usage demands that the device choices available (seen in the menu after clicking the wrench icon ) be lit up in electric blue ( iow; not dark, and certainly not sporting a big red X through the device name ).

full.png
full.png


:)
 
Here's a useful document ( from Mytek ) worth reading.

Windows 10 - "No Sound" Issue! pdf

A quick glance shows your device has a WDM driver ( so my speculation on it's absence seems to be addressed ).

What sort of video card does your computer have ?

:)
 
Thank you EarlK! I will try the steps in the Mytec document to see if I can get it to work. As far as the video card is concerned, I'm using an HP Spectra laptop with NVIDIA GeForce MX150.
 
Update - Problem solved! Windows 10 automatically sets the playback at 32 bit / 384 kHz for the Brooklyn DAC. Once the playback resolution is changed to a setting that REW is capable of using (16 bit / 192 kHz) the JAVA driver works properly. Thanks again EarlK for providing the Mytec document that had the answer!
 
Back
Top