Issue with input device

Justin Reed

Registered
Thread Starter
Joined
Jun 30, 2017
Messages
2
All,

This is my first jump into REW, and I am in the process of setting everything up and came across an issue with choosing my input device.

I am using my USB Dac for my output device and it is working fine. When I choose my input device, I get an error:

"Unable to access the selected device
javax.sound.sampled.LineUnavailableException: Line (Steinberg
UR22mkII ) does not have any lines supporting PCM_SIGNED
48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian"

This is copied from the details.


"Input device error


Message:
javax.sound.sampled.LineUnavailableException: Line (Steinberg UR22mkII ) does not have any lines supporting PCM_SIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
Level:
SEVERE
Stack Trace:
Line (Steinberg UR22mkII ) does not have any lines supporting PCM_SIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
roomeqwizard.ZD.Z(Unknown Source)
roomeqwizard.yC$11.actionPerformed(Unknown Source)
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)"

Every input device works fine.

The input device is a Steinburg UR 22 mkII, Windows 10, 64 bit.

Any thoughts?
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,297
The error basically means REW asked the UR22 for inputs running at 48k and it said no. That might be because some other application is using the UR22 and has been allowed to take exclusive access, or because the UR22 is fixed at 44.1k for some reason (mine doesn't allow the default format in the Windows recording device properties to be changed from 44.1k, but it still runs happily at 48k). Try using 44.1k, and if that doesn't work try finding what else might be using the UR22 and/or uncheck the box on the Advanced properties that allows applications to take exclusive control.
 

Justin Reed

Registered
Thread Starter
Joined
Jun 30, 2017
Messages
2
I just tried changing from 44.1 to any other sample rate and it wouldn't let me. I then unchecked the box and it still didn't work. After looking on Steinberg's website, I found a newer driver than what I currently had installed. After installing it, REW reported no errors.

What's weird is that after the driver update, in the Windows recording tab, under the Steinberg properties/advanced tab, the sample rate is grayed out and I can no longer choose any other option than 44.1k. No biggy though.

Thanks for the reply John.
 
Top Bottom