I just got the recent drivers for my audio card from Realtek and when I put
then into Jackport Audio I get the following error message:
Assertion failed!
Program: D:\Users\brazg\AppData\Local\Programs\Jack\jackd.exe
File:
C:\Users\letz\Desktop\Developpements\portaudio-21-11-2012\src\common\pa_process.c,
Line 1558
Expression: framesToProcess != 0
Jack main caught signal 22
For some reason the audio device: *ASIO::Realtek ASIO* does this.
ᐧ
Hi all.
Is there software that someone could recommend that would provide a
visual indicator of clipping occuring in a jack stream? Extra points
if the visual indicator remains set until manually reset. Double extra
points if the program can run inside a (linux) command-line
environment?
If there's nothing out there (yet), I'm going to have to try to add
something to jack_meter...
TIA, Jaime
Hi! I recently setup Jack Audio along side Synchronous Audio Router, i made
the virtual inputs and outputs i wanted to using Reaper to access asio4alls
config with SAR, and setup jack audio to automatically start using SAR, but
i am unable to see both my microphone in as well as my headphone out within
Jack (via using catia).
My Headphones go through a USB dac (iFi iDSD) while my microphone goes to
the onboard microphone jack on my computer.
What would be the best way to get my microphone in and showing up in Jack /
Catia as well as my audio output.
All help will be greatly appreciated.
Im also on Windows 10 x64 1709.
--
Sent from: http://jack-audio.10948.n7.nabble.com/Jackit-f3.html
Hi *,
I am programming on an experimental Jack backend for AVB.
I have a single source/header file but I need to link against a C
library as well.
How would I integrate the backend with the waf script?
Thx,
Ck
Hi all,
since I only need one microphone when recording I am happy with my
Focusrite Scarlett 2i4. I use the 2i4 for recording and direct
monitoring with the line outputs feeding a headphones amp. I use the
builtin headphones amp as well, both when recording and for mixing.
So far, so good.
Then I wanted 2 additional outputs to feed my active speakers (Neumann
KH120A plus KH805 sub). Because of my room's damping of the high
frequencies (at least compared to my headphones AKG K812) I need an EQ
before them. So I use a Scarlett 2i2 for this purpose, with CALF
Jackhost and a Calf EQ feeding this outputs.
Now I have 2 audio interfaces that can't be synchronized with a
wordclock cable. So I have to drive the 2i2 for the speakers in an async
way. Since I use this output only for mixing/mastering I can live with
some additional latency.
I tried several ways to use the 2nd interface:
- alsa_out
- zita_j2a
- audioadapter (jack_load -i "-dhw:2 -q0 -n2 -p128 -r48000" 2i2 audioadapter)
The audioadapter is the most robust solution and doesn't crash when I
resize jackd's bufsize on the fly, so I'd like to stay with it.
As I played around with the quality setting (-q0 ... -q4) I noticed an
enormous CPU load with -q4 (sinc) but couldn't hear any differences in
audio quality. -q0 sounds as good as -q4.
Now my question:
When the audioadapter has to resample to the same frequency (from 48000
to 48000), do higher -q settings improve the audio quality? As I
understand there is no interpolation needed at all so -q0 would be
enough to have a perfect audio quality.
Any comments/ideas to this?
Regards
Holger
Hi all,
I have several Focusrite Scarlett USB interfaces:
- Solo
- 2i2
- 2i4
They work out of the box but I noticed some flaw in either their
firmware or ALSA or jackd:
- with 48000 I can use much lower buffer sizes (down to 32) as with
44100 (at least 96)
- with 44100 I have some slight clicks, about one per minute, sometimes
less. Those clicks sound as if an electrical device (refrigerator,
lights) was switched on.
- with 48000 I have no such clicks.
Has anyone made the same experiences? With Scarletts? With other
USB-Interfaces? Is jackd or ALSA optimized for multiples of 48000
instead of 44100?
Regards
Holger