Re: Record levels lower in Alsa than Jack

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just wanted to say thanks again for the help with this. I've learnt:

Record levels are the same in Alsa and Jack and it was a normalisation
process which was making them look different (as well as how the levels
are shown in PavCtl are lower than in TimeMachine).

Normalisation loses nothing, but better utilises the available bit depth.

Cronjobs are easy to set up and this helps with the values:

https://crontab.guru/

------

My Bash script:

#!/bin/bash

# folder to use
a="/home/john/1tB-SSD/att/2020/"

# duration (2 hours is 7200 seconds)
d=7320
 
# add the date in the right format for the filename:
a+=$(date +%a%d%m.wav)

# start recording
jack_capture --daemon --channels 2 --port system:capture* -b 16 -d $d -fn $a

(I watched it make the connections in QjackCtl connections and
I even stayed up to watch it disconnect :) )

-- 
John.
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
https://lists.linuxaudio.org/listinfo/linux-audio-user




[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux