Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Equalization
#5
(12-21-2020, 11:49 AM)bitlab Wrote:
(12-19-2020, 02:58 PM)Macdelf Wrote: I don’t know if anyone else is trying to get camilla to wok, but I have hit a snag. After replacing the device alsaequal with camilladsp I get “device not found”. Any advice is welcome.

The alsa_cdsp module is in the wrong location (my bad), you can correct it by running the following command:
Code:
sudo install -m 644 `pkg-config --variable=libdir alsa`/libasound_module_pcm_cdsp.so `pkg-config --variable=libdir alsa`/alsa-lib/
That got it to work. Thank You. One question I am using a Biquad High pass filter with a Q of 2. Camilla outputs coefficients (printed when run from ssh) that look like a Q of 0.5 instead. It is easier to ask than to try to measure it. I want the 6 dB peak in the frequency response. The speakers were designed to have it.


devices:
  samplerate: 44100
  chunksize: 1024
  queuelimit: 1
  capture:
    type: File
    channels: 2
    filename: "/dev/stdin"
    format: S16LE
    extra_samples: 8192
  playback:
    type: Alsa
    channels: 2
    device: "hw:0,0"
    format: S32LE

filters:
  hp_802:
    type: Biquad
    parameters:
      type: Highpass
      freq: 26
      q: 2.0

pipeline:
  - type: Filter
    channel: 0
    names:
      - hp_802
  - type: Filter
    channel: 1
    names:
      - hp_802
Reply


Messages In This Thread
Equalization - by Macdelf - 12-19-2020, 02:58 PM
RE: Equalization - by Macdelf - 12-20-2020, 02:37 PM
RE: Equalization - by Macdelf - 12-20-2020, 08:51 PM
RE: Equalization - by bitlab - 12-21-2020, 11:49 AM
RE: Equalization - by Macdelf - 12-21-2020, 02:19 PM
RE: Equalization - by Macdelf - 12-21-2020, 05:45 PM
RE: Equalization - by bitlab - 12-21-2020, 09:38 PM
RE: Equalization - by Macdelf - 12-23-2020, 02:57 AM
RE: Equalization - by bitlab - 12-23-2020, 09:30 AM
RE: Equalization - by Macdelf - 12-24-2020, 03:31 PM
RE: Equalization - by seashell - 12-25-2020, 01:58 AM

Forum Jump: