3

Я хочу отправить аудио с Dj-Software Traktor 2.6 на DAW Ableton Live 8.2.2 и вывести его мастер через мою звуковую карту. В качестве аудиоинтерфейса я использую Native Instrument Traktor Audio 2. Для виртуальной проводки единственным хорошим способом является использование комплекта аудиоподключения JACK.

В двух словах:

-> Трактор -> Ableton -> Звуковая карта

Я использую Jack 1.9.9 64bit на Windows 8 64bit как администратор. Я следовал инструкции, которую вы можете найти на Github:

- start qjackctl.exe and configure it the following way:

    - in Setup/Setting, use "jackd -S" at the "Server Path" item. WARNING: on Windows the "-S" parameter is *mandatory* to have the jack server correctly working!!

    - in Setup/Setting, use "portaudio" at the "Driver" item

    - in Setup/Misc, check the "Start JACK audio server at application startup" box

- quit QJACKCTL and start is again, it should now launch the jack server. Quitting QJACKCTL will now close the jack server.

Starting the jack server with another audio device installed on the machine (like an ASIO card) can now be done directly in QJACKCTL. 
A ">" button at the right of the interface button allows to list the name of all available devices, driven either by "MME", "DirectSound", or "ASIO".

Но когда я выбираю «ASIO ::Traktor Audio 2» из списка и перезагружаю сервер и управляющее приложение, я получаю это сообщение об ошибке ...

23:16:33.647 Patchbay deactivated.
23:16:33.663 Statistics reset.
23:16:33.669 JACK is starting...
23:16:33.670 jackd -S -p1024 -dportaudio -d"ASIO::Traktor Audio 2" -r44100 -p1024
23:16:33.693 JACK was started with PID=55139248.
23:16:34.018 JACK has crashed.
23:16:35.924 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.

... и это всплывающее окно:

Я переустанавливал и перестраивал все несколько раз с разными настройками, но это просто не работает. Я в недоумении.

Каковы некоторые возможные решения?

0