Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Audio Komplete Audio 1 #118

Closed
Domoproja opened this issue Sep 9, 2020 · 8 comments
Closed

Native Audio Komplete Audio 1 #118

Domoproja opened this issue Sep 9, 2020 · 8 comments

Comments

@Domoproja
Copy link

Hi,

I have checked and it works without problem with the native ASIO drivers. (48khz and 128 samples) Guitar is in channel 1 (I believe it's the same as in Focusrite Scarlet solo).

@mdias
Copy link
Owner

mdias commented Sep 10, 2020

Thank you, added to the readme.

@mdias mdias closed this as completed Sep 10, 2020
@TimWrightImmediate
Copy link

Just another confirmation - this works fine with the new (v5.0) Native Instruments driver released Feb 2021. Reliable at 48 samples but breaks up at 32 (although even at 64 samples the latency is imperceptible to me). The guitar is indeed on channel 1, 0 corresponds to the balanced XLR connector for the microphone.

It's a real pleasure playing RS2014 with no latency - many, many thanks for taking the time to make this and release it!

@ghost
Copy link

ghost commented Feb 18, 2021

Just another confirmation - this works fine with the new (v5.0) Native Instruments driver released Feb 2021. Reliable at 48 samples but breaks up at 32 (although even at 64 samples the latency is imperceptible to me). The guitar is indeed on channel 1, 0 corresponds to the balanced XLR connector for the microphone.

It's a real pleasure playing RS2014 with no latency - many, many thanks for taking the time to make this and release it!

Can you share config?

@TimWrightImmediate
Copy link

No problem, here's the config I'm using:

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1

[Asio]
; available buffer size modes:
; driver - respect buffer size setting set in the driver
; host - use a buffer size as close as possible as that requested by the host application
; custom - use the buffer size specified in CustomBufferSize field
BufferSizeMode=custom
CustomBufferSize=64

[Asio.Output]
Driver= Komplete Audio ASIO Driver
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver= Komplete Audio ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.1]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.Mic]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

@MrOrnithorynque
Copy link

No problem, here's the config I'm using:

[Config] EnableWasapiOutputs=0 EnableWasapiInputs=0 EnableAsio=1

[Asio] ; available buffer size modes: ; driver - respect buffer size setting set in the driver ; host - use a buffer size as close as possible as that requested by the host application ; custom - use the buffer size specified in CustomBufferSize field BufferSizeMode=custom CustomBufferSize=64

[Asio.Output] Driver= Komplete Audio ASIO Driver BaseChannel=0 AltBaseChannel= EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

[Asio.Input.0] Driver= Komplete Audio ASIO Driver Channel=1 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

[Asio.Input.1] Driver= Channel=1 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

[Asio.Input.Mic] Driver= Channel=1 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

I use the komplete audio 1 too but I get the "ERROR SOUND INITIALIZATION" error. My sound format is set to 24 bits 48000Hz but I cannot change it to 16 bits. How did you do ?

@TimWrightImmediate
Copy link

I use the komplete audio 1 too but I get the "ERROR SOUND INITIALIZATION" error. My sound format is set to 24 bits 48000Hz but I cannot change it to 16 bits. How did you do ?

Oddly... I would have assumed I was on 48kHz / 16 bit, but when I checked the sound control panel, I'm actually using 48kHz / 24 bit as well. So Rocksmith / rs_asio evidently works fine using that setting, and you may have a different issue?

I can switch to 16 bit, though - Open the Sound settings page, then open the "Sound Control Panel", select the Komplete Audio playback device, then the "Properties" button, switch to the "Advanced" tab and you can change the default settings. I also have both of the "Exclusive Mode" options checked, if that helps.

@mdias
Copy link
Owner

mdias commented Feb 6, 2022

@MrOrnithorynque I suppose that you get that error in the RS ASIO log file?
If so, does any other ASIO-enabled application work with that driver?

@jcf-junior
Copy link

@MrOrnithorynque Did you ever fix your issue? I have just bought the Komplete Audio 1 and I can't get it to work on Rocksmith, it always crahes on startup, so my fix has been to disconnect the interface and connect it as soon as Rocksmith has done its initial loading, but I also get the same error as you. Any fixes?
My interface is set to 48KHz 24bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants