Jack audio connection kit windows 10

Downloading JACK

Linux

  • Binaries: please use your distribution’s package manager
    (apt-get, yum, synaptic etc.)
  • Source tarball: JACK 1.9.22.

macOS

  • Intel 64bit Installer: JACK 1.9.22 macOS-intel.
  • Universal Installer: JACK 1.9.22 macOS-universal.
  • Source tarball: JACK 1.9.22.

For macOS 10.12 or higher.

Nightly builds are available through JACK2 GitHub actions.

Windows

  • 32bit installer: JACK 1.9.22 win32.
  • 64bit installer: JACK 1.9.22 win64.
  • Source tarball: JACK 1.9.22.

For Windows 7 or higher. 64bit builds provide mixed 32/64bit support.

Nightly builds are available through JACK2 GitHub actions.

JACK Source Code Repository

JACK uses Git as its source control system. Our central git repository is hosted by GitHub.
We are currently working toward linking the repositories for JACK1 and JACK2 but this work is not complete,
so for now the commands to get a copy of the source are a little different depending on which tree/version you want.

JACK2 Git Repository

Those without write access can access the repository with this command:

git clone https://github.com/jackaudio/jack2.git

You can also point a web browser at

https://github.com/jackaudio/jack2

to be able to browse current source code and full history with all the usual
GitHub goodies.

Write Access

Those who have been granted write access and have supplied a public key can
get to the repository with the following command:

git clone git@github.com:jackaudio/jack2.git

JACK1 Git Repository

Those without write access can access the repository with these commands:

git clone https://github.com/jackaudio/jack1.git
cd jack1
git submodule init
git submodule update

You can also point a web browser at

https://github.com/jackaudio/jack1

to be able to browse current source code and full history with all the usual
GitHub goodies.

Write Access

Those who have been granted write access and have supplied a public key can
clone the repository with the following commands:

git clone git@github.com:jackaudio/jack1.git
cd jack1
git submodule init
git submodule update

You must then edit the .git/config file within jack1 so that the submodule
entries correctly reference the write-access URL. They should look like this:

[submodule "example-clients"]
    url = git@github.com:jackaudio/example-clients.git
[submodule "jack"]
    url = git@github.com:jackaudio/headers.git
[submodule "tools"]
    url = git@github.com:jackaudio/tools.git

Eventually the same setup for the submodules will be required for both JACK2 and JACK1,
but this is only the case for JACK1 at this time.

Главная » Софт » Jack Audio Connection Kit v1.9.18

18.06.2021

| 2 комментария

Jack Audio Connection Kit v1.9.18

Важно! Перед началом скачивания и установки необходимо ОТКЛЮЧИТЬ АНТИВИРУС, иначе кейген может быть удалён.

macOS

  • Intel 64bit Installer: JACK 1.9.18 macOS-intel.
  • Universal Installer: JACK 1.9.18 macOS-universal.
  • Source tarball: JACK 1.9.18.

For macOS 10.12 or higher.

Windows

  • 32-bit installer: JACK 1.9.18 win32.
  • 64-bit installer: JACK 1.9.18 win64.
  • Source tarball: JACK 1.9.18.

For Windows 7 or higher.

Видео-инструкция по установке и активации Jack Audio Connection Kit v1.9.18

Если видео не работает, обновите страницу или сообщите об этом в комментариях, поправлю.

Ссылка на видео: https://disk.yandex.ru/i/dI4zXZ3ALnQxVw

Сделай репост:

  • Добавить ВКонтакте заметку об этой странице
  • Мой Мир
  • Одноклассники

Похожие статьи:

  • Audio Assault - Plugins Bundle VST [2020]Audio Assault — Plugins Bundle VST [2020]
  • EOS 2 v2.2.1EOS 2 v2.2.1
  • Otto Audio - II II II II v1.5.1Otto Audio — II II II II v1.5.1
  • Audio Repeater MME v1.56.2Audio Repeater MME v1.56.2
  • Sausage Fattener v1.1.5 VST MacOSSausage Fattener v1.1.5 VST MacOS
  • Kush Audio - Blyss v1.0.1Kush Audio — Blyss v1.0.1
  • Looperator VST 1.0.4Looperator VST 1.0.4
  • A1StereoControl VST v1.1A1StereoControl VST v1.1

  Peace Equalizer APO v1.6.1.2

Софт

Комментарии:

  1. Для чего это?

    Ответить

    • JACK Audio Connection Kit (JACK) — звуковой сервер-демон, позволяющий с низкой задержкой соединять между собой поддерживающие эту технологию аудио-программы. Он требуется для работы Ardour.

      Ответить

Пишите — отвечу всем! Регистрация не требуется!

Имя

The Jack Audio Connection
Kit for Windows

The
Jack Audio Connection kit is a tool that allows audio connections
(inputs and outputs) to be plugged in and out from each other,
just as one would plug audio cables in and out from a mixing
sounddesk. In Windows there are two connection possibilities,
native Jack connections, or ASIO connections that use the
JackRouter driver. There are already some existing *native* JACK
for Windows applications (these are audio applications that use
the JACK API directly) like:

[Musescore]

[foo-yc20]

[Harisson
MixBus]

[SND-RT]

And, of
course, our jOrgan Fluidsynth-Jack backend!

Native
Jack applications can make use of the full power of the JACK audio
and MIDI connection system (for instance, they can open or close
Jack connections from within the application, rather than having
to set an ASIO driver to use use JackRouter), also the use of
natively provided Jack ports provides the ability to sync audio
streams between applications. The JackRouter JACK/ASIO driver is
«only» there so that users are able to use ASIO
applications (like our jOrgan — fluidsynth/portaudio-ASIO driver)
in the context of JACK, but this connection obviously has some
limitations that native application won’t have.

Jack
uses a ‘Server <-> Client’ architecture to supply the audio
connection between your sound device and the ASIO application(s).
When you run Jack PortAudio, this starts the Jack Audio Server.
Once the Jack Audio Server is running, the JackRouter driver is
then able to create connections between clients (ASIO
applications) and the Jack Audio Server. These connections can be
seen in the Jack Control -> Connect Screen.

If
the Jack Audio Server is not running, then neither the JackRouter
nor the Jack Driver connection will be available to your
application(s), and an error report may be shown.

Installation

  • Download
    the Jack Audio Connection Kit for Windows from the Windows
    section of the Jack Audio
    downloads page

  • Run
    the Jack_v1.9.xx_setup.exe. This will install the Jack
    Audio Connection Kit application and drivers

  • In
    your Start menu you will now find the Jack folder

64-bit
JackRouter

If
you used the Installer for Windows 64 bit (Windows 7): Mixed 64/32
bit JACK , the Jack/64bits/JackRouter.dll still has to be
registered manually using the regsvr32 command — so open a
command prompt and type in the following command to register the
64-bit JackRouter:

regsvr32
«C:\Program Files (x86)\Jack\64bits\JackRouter.dll»

Be
sure to unregister previous versions before installing the new
one. If you un-install the Jack Audio Connection Kit please
unregister the JackRouter.dll first.

regsvr32 -u
«C:\Program Files (x86)\Jack\64bits\JackRouter.dll»

Troubleshooting
Tip

If you are
unable to register the 64-bit JackRouter

  • In
    Windows Explorer navigate to C:\Windows\System32

  • Right click on «cmd.exe»
    (you might not see the file extension .exe if you have not
    customized your default file view) and chose «Run As
    Administrator» from the context menu

  • This opens an
    administration command prompt, now change directory to where you
    installed Jack for Window (i.e. use cd «C:\Program Files
    (x86)\Jack\64bits»

  • Once
    the command prompt shows that you are in the Jack 64-bit folder
    enter regsvr32 JackRouter.dll at the prompt

  • JackRouter
    64-bit should now register correctly

  • You
    can exit the administration command prompt by typing in exit
    and pressing the Enter key

The
reason that this has to happen manually is that the installer is
32-bit process which installs the 32-bit and 64-bit files, takes
care of registering the 32-bit portions, but cannot call a 64-bit
process to register the 64-bit portions — that’s just the way
computers (and Windows) work.

Windows
XP 64-bit and Windows Vista 64-bit

The
official release of Jack for Windows only supports Windows XP and
Vista in the 32-bit installer. Please contact me for an
experimental 64-bit version for WinXP 64-bit and Vista 64-bit.

Configuration

  • Start
    the Jack Control GUI



01-JackControl.png

  • Click
    on the Setup button

  • Now
    configure your settings using the following screenshot as a guide



02-Setup-Settings.png

  • Select
    the portaudio driver in the Driver drop down (if it is not
    already pre-selected)

  • Use the «>»
    button on the Interface field to select the Audio device that you
    wish to use. Jack for Windows currently provides connections to
    your audio hardware using WMME, Dsound, and ASIO drivers.

  • Match
    the Sample Rate setting to the one that your Audio device
    is set to (typically 44100 or 48000)

  • Start
    with a setting of Frames/Period = 1024, but adjust this
    value lower for less latency once you have tested things

  • Set
    the Timeout value to higher than the default (just to give
    the Jack Audio Server a bit more breathing space as it starts up)

  • Now
    click on the Misc tab

  • Use
    the following screenshot to configure the Miscellaneous settings:



03-Setup-Misc.png

  • This
    sets Jack Control to automatically start the Jack Audio Server
    when you start Jack Control, as well as place a Jack icon on your
    task bar

  • Finally,
    go back to the Settings tab and click on the Save button

  • Click
    on OK to exit the Setup dialogue

  • Now
    you’re ready to start the Jack Audio Server, click on the Start
    button

  • You
    should now see something like this:



04-JackControl-Start.png

  • If
    your screen does not show the yellow Started indicator,
    then please contact me at ggoode.sa@gmail.com for further
    assistance

Manual Configuration for
the JackPortAudio ShortCut

If
you have configured the Jack Audio Server using the above section,
you can skip this one — this is an advanced section for those who
want to hardcode the shortcut or to learn about starting jack from
the command line.

  • From the Windows Start
    menu, locate the Jack folder and right click on Jack Portaudio
    icon, then select ‘Send to Desktop’ (this will place a shortcut
    on your desktop)

  • Now go to your desktop and
    right click on the Jack PortAudio shortcut, and then select
    ‘Properties’ (use right click to open ‘Properties’)

  • Add the following
    information to the ‘Target’ property: «C:\Program
    Files\Jack\jackd.exe» -R -S -d portaudio -d
    «ASIO::ASIO4ALL v2»

  • Click on OK. [This
    configures Jack to use the ASIO4ALL v2 driver, if you have
    another ASIO device configure the ‘Target’ property with that
    device name]

  • For a list of all the
    audio devices that Jack can connect to, open a Command Prompt,
    change directory to the Jack folder (i.e. cd «c:\Program
    Files (x86)\Jack\») then run this command: jackd -d
    portaudio -l
    (that’s an ‘ell’ for List, not a ‘one’) , this
    will present you with the list of supported devices.

  • Again,
    from the Windows Start menu, locate the Jack folder and right
    click on the Jack Control icon, then select ‘Send to Desktop’
    (placing a Jack Control shortcut on your desktop)

You
will now have the Jack PortAudio icon (which starts the Jack Audio
Connection Kit’s audio server), and the Jack Control icon (which
allows you to configure the connections between ASIO programs and
your hardware). The sequence of usage is to start with the Jack
PortAudio icon, allow the audio server to start, and then start
Jack Control.

Connections

Use
the Jack Control Connect button to load the connections
screen. This screen will show you what connections have been made,
and what inputs and outputs are available for connecting with each
other.



05-Connections.png

By
default, JackRouter is set to provide 4 Input and 4 Output
connections. This setting can be customized to suite your needs by
editing the JackRouter.ini file within your C:\Program Files\Jack
folder (in Windows Explorer, right click on the file and choose
the ‘Edit’ option). Change the settings in the [IO] portion of the
file.

Connecting ASIO Audio to
VST Reverb using the Jack Audio Connection Kit for Windows

  • Download
    SAVIhost from [savihostnk.zip]
    (Savihost is a VST Host that loads just one VST application,
    making it ideal for our use)

  • Once
    you’ve downloaded SAVIHost and decompressed the zip, copy the
    savihost.exe to the folder that has the reverb’s VST dll files

  • Rename
    savihost.exe to [the_name_of_the_VST_dll].exe (for example ….)

  • Right
    click on the newly created exe file and select ‘Send to Desktop’
    to create a desktop icon for the reverb application

  • Run
    jOrgan with a Fluidsynth PortAudio ASIO disposition

  • Configure
    the Fludisynth Sound element to use the JackRouter device

  • Run
    your VST Reverb

  • Configure
    the Savihost VST to use JackRouter

  • In Jack Control’s
    Connections tab connect the output (left side panel) fluidsynth
    audio stream to the input (right side panel) of the VST Reverb

  • Check that the output
    (left side panel) of the VST Reverb is connected to the input
    (right side panel) of your system configuration (i.e. your
    speakers)

  • Test
    and report

Also
see Using_Jack_Connections_with_VST_Effects

Free VST Reverb
Applications

Freeverb3
VST

  • Read
    about Freeverb3 at [freeverb3.sourceforge.net/]

  • Download
    freeverb3 VST from [freeverb3_vst]
    (note: There are a few different versions of freeverb3 VST,
    depending on your CPU, you’ll probably need
    freeverb3_vst-fast-x87-singleprecision version)

  • You’ll
    also need download some impulses response wav files to use as a
    reverb… [Where
    to Get Impulse Responses]

HybridReverb2

  • Read
    about on HybridReverb2 at [www2.ika.rub.de/HybridReverb2/],
    then follow the download link there to get the VST installer

Reverberate
LE

  • Read
    about and download Reverberate LE from
    [www.liquidsonics.com/software_reverberate_le.htm]

  • You
    can use Reverberate’s own application to receive and send
    JackRouter audio

NOTE: The
Reverberate LE link above is the only one in this section
currently working.

Certifications for Jack Audio Connection Kit


5 stars for Jack Audio Connection Kit «WOW! Finally my PC got up to speed!» Melany Kim 7/18/2016

Our main support OS are: Windows 7, Windows 7 64 bit, Windows 7 32 bit, Windows 10, Windows 10 64 bit, Windows 10 32 bit, and Windows 8.

Windows Compatibility for Jack Audio Connection Kit driver


Jack Audio Connection Kit Driver Details:

Jack Audio Connection Kit File Name: jack_audio_connection_kit.zip

Jack Audio Connection Kit Driver Version: 384ZrKW72

Jack Audio Connection Kit ZIP Size: 136.kb

Manufacturer: Jack

Jack Audio Connection Kit was fully scanned at: 10/6/2023


Scan Status: driver download scanOK

Jack Audio Connection Kit now has a special edition for these Windows versions: Windows 7, Windows 7 64 bit, Windows 7 32 bit, Windows 10, Windows 10 64 bit,, Windows 10 32 bit, Windows 8,
Windows 10 Mobile 64bit, Windows XP Starter Edition 32bit, Windows 10 IoT 32bit, Windows RT 32bit, Windows 7 Professional 32bit, Windows Vista Home Basic 64bit, Windows 7 Service Pack 1 (Microsoft Windows NT) 32bit, Windows 8 Enterprise 32bit, Windows Vista Starter 64bit, Windows 10 32bit, Windows 10 Pro 64bit,

Jack Audio Connection Kit Download Stats:

Driver Uploaded: 1/22/2019



Direct Downloads: 512
Most Recent Download: 11/2/2019


Managed Downloads: 612
Most Recent Download: 11/22/2019


Download Mirrors: 5
Current Delay: 14 Seconds
Driver License: FS {free software}

Direct Download Success Stats:

Reports Issued By 370/512 Users

Success Reported By 354/370 Users

Driver Download Score88/100

Driver Installation Score92/100

Overall preformance Score98/100

Jack Audio Connection Kit 453 Thumbs Up453Thumbs
Up

Jack Audio Connection Kit 5 Thumbs Down5Thumbs
Down

Jack Audio Connection Kit driver direct download was reported as adequate by a large percentage of our reporters, so it should be good to download and install.

Installation Manager Success Stats:

Reports Issued By 561/612 Users

Success Reported By 556/561 Users

Driver Download Score97/100

Driver Installation Score93/100

Overall preformance Score92/100

Jack Audio Connection Kit 592 Thumbs Up592Thumbs
Up

Jack Audio Connection Kit 1 Thumbs Down1Thumbs
Down

Jack Audio Connection Kit driver installation manager was reported as very satisfying by a large percentage of our reporters, so it is recommended to download and install.

DOWNLOAD OPTIONS:

1. Direct Download

Select your OS and press «Download».

This option requires basic OS understanding.
Select Your Operating System, download zipped files, and then proceed to
manually install them.
Recommended if Jack Audio Connection Kit is the only driver on your PC you wish to update.

2. Driver Installation Manager

This option requires no OS understanding.
Automatically scans your PC for the specific required version of Jack Audio Connection Kit + all other outdated drivers, and installs them all at once.

Please help us maintain a helpfull driver collection.
After downloading and installing Jack Audio Connection Kit, or the driver installation manager, take a few minutes to send us a report:
* Only registered users can upload a report.


Don’t have a password?
Please register, and get one.

Jack Audio Connection Kit may sometimes be at fault for other drivers ceasing to function

These are the driver scans of 2 of our recent wiki members*

*Scans were performed on computers suffering from Jack Audio Connection Kit disfunctions.

Scan performed on 4/24/2019, Computer: Fujitsu D2812-A1 — Windows 7 64 bit

Outdated or Corrupted drivers:9/21

Device/Driver Status Status Description Updated By Scanner
Motherboards
Intel(R) 82801EB USB universeller Hostcontroller — 24D7 Corrupted By Jack Audio Connection Kit
Mice And Touchpads
Microsoft Microsoft USB IntelliMouse Explorer 4.0 (IntelliPoint) Up To Date and Functioning
Razer USA HID mouse Up To Date and Functioning
Microsoft HID-compliant muis Up To Date and Functioning
Usb Devices
Apple Apple Mobile Device USB Driver Outdated
Sound Cards And Media Devices
Buffalo BUFFALO TV Tuner DT-T90/PCIEMW-TS Corrupted By Jack Audio Connection Kit
Network Cards
Marvell Generic Marvell Yukon 88E8050 based Ethernet Controller Outdated
Keyboards
Microsoft Keyboard Device Filter Outdated
Hard Disk Controller
Ricoh Ricoh xD-Picture Card Host Controller Corrupted By Jack Audio Connection Kit
Others
SMSC SMSC Fast Infrared Driver Up To Date and Functioning
Nokia Nokia USB Phone Parent Up To Date and Functioning
AuthenTec AuthenTec AES3500 TruePrint Sensor Outdated
O2Micro Standard-CardBus-Controller Up To Date and Functioning
Intel Intel(r) AIM External Flat Panel Driver 7 Outdated
Nokia Nokia E52 USB OBEX Up To Date and Functioning
Cameras, Webcams And Scanners
Canon Canon MP495 ser Corrupted By Jack Audio Connection Kit
Video Cards
Intel(R) HD Graphics 4000 Up To Date and Functioning
Input Devices
KME USB-HID (Human Interface Device) Up To Date and Functioning
Port Devices
PROLiNK PROLiNK Voice Device (COM9) Up To Date and Functioning
Monitors
Sony Digital Flat Panel (1024×768) Up To Date and Functioning
Mobile Phones And Portable Devices
Acer NOKIA Up To Date and Functioning

Scan performed on 4/25/2019, Computer: HP HP Compaq 6000 Pro MT PC — Windows 7 32 bit

Outdated or Corrupted drivers:6/21

Device/Driver Status Status Description Updated By Scanner
Motherboards
Microsoft ServerWorks (RCC) CMIC_LE Processor to PCI Bridge(*) Up To Date and Functioning
Mice And Touchpads
Genius USB Scroll Mouse Up To Date and Functioning
Microsoft Souris Microsoft USB Wheel Mouse Optical Up To Date and Functioning
Usb Devices
Microsoft VIA Rev 5 or later USB Universal Host Controller Corrupted By Jack Audio Connection Kit
Cambridge Silicon Radio Alps Bluetooth Device Up To Date and Functioning
Microsoft Intel(R) 82801BA/BAM USB Universal Host Controller — 2444 Up To Date and Functioning
Sound Cards And Media Devices
Creative Creative SB Audigy 2 ZS (WDM) Up To Date and Functioning
Network Cards
Intel(R) 82566DC-2 Gigabit Network Connection Corrupted By Jack Audio Connection Kit
Keyboards
Microsoft HID Keyboard Up To Date and Functioning
Hard Disk Controller
Advanced Micro Devices Controller standard PCI IDE Corrupted By Jack Audio Connection Kit
Others
Google Android ADB Interface Up To Date and Functioning
ClockworkMod CDC Serial Up To Date and Functioning
Intel(R) 82810 Graphics Controller (Microsoft Corporation) Up To Date and Functioning
Intel Intel(r) AIM External TV Encoder Driver 3 Corrupted By Jack Audio Connection Kit
Intel Intel(r) AIM External Flat Panel Driver 1 Up To Date and Functioning
Cameras, Webcams And Scanners
Canon CanoScan LiDE 110 Up To Date and Functioning
Video Cards
VIA/S3G VIA/S3G UniChrome Pro IGP Up To Date and Functioning
Input Devices
Lenovo ThinkPad USB Travel Mouse (HID) Up To Date and Functioning
Port Devices
hspa Modem Application3 port (COM6) Outdated
Monitors
Sony Digital Flat Panel (1024×768) Up To Date and Functioning
Mobile Phones And Portable Devices
Acer NOKIA Corrupted By Jack Audio Connection Kit
Driver Model OS Original Upload Date Last Modification Driver File File Size Compatible Computer Models Availabilty To Instalation Manager
Jack Audio Connection Kit 43782.1 For Windows 7 32 bit 7/24/2014 4/18/2017 heigj-43782.1.exe 107kb HP RR820AA-UUZ m7770.ch, Fujitsu FMVNB16C, Gateway NS40T, Toshiba Dynabook R731/W2MB, I-MOBILE TPC-2A, HP FR471AA-UUW a6655sc, , HP HP Compaq n6120, Fujitsu FMVDJ3A0E1, NEC PC-LL850SG, HP PS306AA-AB9 a819.pt, HP VC893AA-ABF s5108f, HP PN111AA-ABF t760.f, Dell WN09, , and more.
Jack Audio Connection Kit 40262.1 For Windows 7 64 bit 11/3/2015 8/26/2016 qqoxl-40262.1.exe 192kb IBM ThinkPad T30, IBM 2672M3G, WIPRO WIV37455-1080, HP HP 510 Notebook PC, Lenovo ThinkCentre Edge 71z, Gateway DX4300, Seneca PRO02421, Sony VPCW210AB, Samsung 305E4A/305E5A/305E7A, Sony VGN-FW46S, Sony VGN-SR49VT_H, Toshiba Dynabook REGZA PC D731/T7DRS, , and more.
Jack Audio Connection Kit 40098 For Windows 7 11/26/2016 6/25/2016 fkcuw-40098.exe 205kb Panasonic CF-19KDRC66M, Sony VGN-NS38E_S, Sony PCG-Z1XMP, IBM 1829W1E, Lenovo FL6AXXX, Toshiba Dynabook NX/76JBL, NEC PC-MK29MLZE1RJG, Toshiba SATELLITE C850-A791, Lenovo 20AUA02MMB, HP Pavilion dv1000, Fujitsu FMVU75HRG, IBM 2389QU2, Toshiba SATELLITE C855-1NF, Panasonic CF-Y5LW8AXS, LG R500-U.CPCIT, LG S1-PRIDE, LG LS75-26JLCE1, , and more.
Jack Audio Connection Kit 431.123 For Windows 10 5/7/2016 3/25/2017 tfitr-431.123.exe 215kb Sony VGN-AR11MR, HP Pav dv6521 mariner, Toshiba SATELLITE C870-12E, Lenovo ThinkCentre E51, Compaq DD377A-ABX 6680 FI110, IBM 8177B1G, IBM ThinkPad X40, Lenovo 8933W91, Acer Aspire M7200, Sony VGN-NS328J, IBM 8212H1U, Gateway S-7220M, KOBIAN KOB746, , and more.
Jack Audio Connection Kit 40242 For Windows 10 64 bit 5/12/2015 6/20/2016 mdqys-40242.exe 189kb HP KZ241AA-AR6 p6020l, LG R590-XR7WK, Lenovo 7484W76, MSW GmbH & Co. KG Intel DP55WB, HP HP Pavilion 0 Notebook PC, Crea NW SERIES, , and more.
Jack Audio Connection Kit 43646 For Windows 7 32 bit 3/12/2014 6/11/2016 xfwvt-43646.exe 35kb LG R410-L.A2BME8, Toshiba SATELLITE C855-19N, TBD K8A8X-M, NEC PC-VL570AD, ASUS G750JX, HP 810-019eb, , and more.
Jack Audio Connection Kit 41.192.18 For Windows 7 64 bit 5/2/2014 8/16/2016 guhhn-41.192.18.exe 60kb NEC FC-S16W, NEC PC-VZ500AD, NEC EASYNOTE P910R00406, Compaq EC516AA-ABH SR1519NL NL530, Compaq RZ569AA-ABZ SR5039IT, Fujitsu FMVA54EW, Fujitsu MS-6318, Samsung RV409/RV509/RV709, HP GB290AA-AB5 m8088hk, , and more.
Jack Audio Connection Kit 40367 For Windows 7 4/13/2016 2/26/2017 kowcf-40367.exe 79kb IBM 808735M, HP P8652A-ABF 722, HP NQ852AA-ABH IQ830nl, Sony VGN-CR60B_P, Sony VGN-FW17GU_H, HP Presario M2000, Toshiba Dynabook T552/58HRJ, MSI MS-16GN, Compaq Presario 6266EA, Toshiba SATELLITE C870-1HG, LG R560-K.ABA6L, HP RZ482AA-ABF m8090.f, HP HP Compaq 6000 Pro MT PC, , and more.
Jack Audio Connection Kit 401.12.12.1 For Windows 10 10/8/2016 4/14/2017 xiznr-401.12.12.1.exe 116kb MIKROLOG ProG33-CH, Biostar Hi-Fi B85S3, IBM 8145LUC, Toshiba PSK1SE-005002GR, Packard Bell ISTART 8401, EUROCOM Panther 5D, , and more.
Jack Audio Connection Kit 42420 For Windows 10 64 bit 6/13/2015 10/3/2016 jwvbq-42420.exe 142kb Olidata OLIDATA, LG E500-G.ABBTZ, HallmarkComputer ViewMaster System, RadiSys C2SBM, NEC PC-VY22XRXEAAFM, NEC VERSAE6300 RNF41103088, Dell TT 3421, IBM 2668WCG, Acer Aspire 4253G, KONTRON 886LCD-M/Flex, HP DX2400, HP EC651AA-ABY t3170.dk, Supermicro X9DRW-3LN4F+/X9DRW-3TF+, HP HP ENVY13 Notebook PC, , and more.
Jack Audio Connection Kit 401.107 For Windows 8 9/11/2015 2/14/2017 xdcjz-401.107.exe 175kb HP PS306AA-AB9 a819.pt, HP VC893AA-ABF s5108f, HP PN111AA-ABF t760.f, Dell WN09, Toshiba SATELLITE C855-23Z, Panasonic CF-R3DW1AXS, Compaq KP296AA-ABE SR5412ES, , and more.
Jack Audio Connection Kit 41.1681.1 For Windows 7 32 bit 4/9/2015 2/20/2017 eemgx-41.1681.1.exe 189kb Sony VGN-SZ55B_B, Packard Bell IMEDIA J9004, HP HP 500 Notebook PC, Fujitsu FMVXN0484Z, Sony SVP1322R4RBI, MSI MS-9818, Sony VGN-NS220TH, Panasonic CF-74KCJDZAM, , and more.
Jack Audio Connection Kit 4402.12.1 For Windows 7 64 bit 7/9/2015 4/16/2017 kqkwp-4402.12.1.exe 36kb HP GC359AV-ABA a6010e, Gateway SX2360, Toshiba PORTEGE A600, Sony VGN-SZ13GP_B, IBM System x3630 M3 -[7377AC1, Lenovo ThinkCentre M57, Packard Bell IMEDIA X96844, EMachines 3265IT, HP GG700AA-UUW s3140.sc, Sony VGN-CS62JB_R, IBM IBM System x3100 M4 -[258242Z, , and more.
Jack Audio Connection Kit 42604 For Windows 7 9/17/2016 9/6/2016 lkrzi-42604.exe 44kb Fujitsu CELSIUS W380, Panasonic CF-S9LWEJPS, HP HP G5000, Acer AX12300-U1801A, Panasonic FZ-G1AAHJB1M, IBM 1860WR7, BYTSPD ByteSpeed LLC, Fujitsu AMILO Li 2732, Panasonic CF-53JJCZY1M, IBM 8123W8E, Sony SVE15116FJB, Toshiba Satellite C660-2KF, , and more.
Jack Audio Connection Kit 4071.19 For Windows 10 8/17/2016 2/10/2017 pxxyv-4071.19.exe 126kb Gateway FX540B, Sony SVE14112ENB, Fujitsu FMVNX95UD, Gateway S-7220M, HP P7478A-ABA 761N, Cybernet Manufacturing DeskBook, Sony PCG-U101, Sony VGC-RA52, Toshiba SATELLITE C55-A-1FN, ECS M916, WIPRO WSG48105V-0015, , and more.
Jack Audio Connection Kit 431.128 For Windows 10 64 bit 8/20/2014 3/19/2017 tnvcr-431.128.exe 32kb IBM 262842U, HP HDX9300, HP KZ848AAR-ABA a6510t, Fujitsu FMVF56HDWY, Intel WIV68805-0052, ASUS C90S, IBM 8215WBM, HP EP187AA-UUZ t3319.ch, Biostar TP45 HP, HP RR496AA-ABU s7710.uk, HP Pavilion dv1000, HITACHI FLORA 330 DG5, HP WC785AA-UUW p6363sc, , and more.
Jack Audio Connection Kit 43220 For Windows 7 32 bit 2/18/2014 2/5/2017 cfgcy-43220.exe 27kb HP KY787AA-AKL p6172l, HP NF566AA-ABU a6718.uk, Compaq PJ517AA-ABA SR1220NX NA441, Sony PCG-GRZ615M, Fujitsu PRIMERGY RX200 S6, Toshiba Dynabook Satellite T772/W5TG, Packard Bell IMEDIA D7010 NL, Fujitsu FMVD7BF010, HP GS184AA-AB0 a6240tw, LG R490-K.AFE3BZ, IBM System x3630 M3 -[7377AC1, LG R380-AP6BK, ASUS 900, IBM IBM System x3100 -[434842X, Sony VGN-FW160D, , and more.

JACK, the Jack Audio Connection Kit, provides low latency, high efficiency inter-process audio connectivity, as well as audio device sharing, suitable for pro-audio applications. THIS WEBSITE IS DEAD. PLEASE USE http://jackaudio.org/ INSTEAD

License

GNU Library or Lesser General Public License version 2.0 (LGPLv2), GNU General Public License version 2.0 (GPLv2)

The Future of Fraud Prevention Icon

Fraud.net delivers the world’s most advanced infrastructure for fraud management – powered by a sophisticated collective intelligence network, world class artificial intelligence, and a modern, cloud-based platform that helps you.

User Reviews

Be the first to post a review of Jack Audio Connection Kit!

Additional Project Details

Operating Systems

Linux, BSD

Languages

English

Intended Audience

Developers, End Users/Desktop

User Interface

Non-interactive (Daemon)

Programming Language

C

Related Categories

C Sound Audio

2001-11-09

  • Java install windows java home
  • Jagged alliance 2 gold windows 10
  • Java 64 bit скачать для windows 10 pro 64 bit
  • Jabra скачать приложение для windows
  • Java home для windows 7