Vai al contenuto
Melius Club

Camilla DSP e Gentooplayer


Messaggi raccomandati

Ho cominciato a capire qualcosa... poco... ma interessante... con l'aiuto di Perplexity...:classic_laugh:

 

Prompt: how to implement a 10 band equalizer in CamillaDSP:

Risposta:

CamillaDSP implements a 10-band equalizer using biquad peaking filters in its YAML configuration file, typically one filter per band applied to desired channels. Standard center frequencies for a 10-band graphic EQ are 31 Hz, 63 Hz, 125 Hz, 250 Hz, 500 Hz, 1 kHz, 2 kHz, 4 kHz, 8 kHz, and 16 kHz, with Q values around 1.4 to 2.0 for octave spacing.

Configuration Steps

Edit the YAML config file (e.g., config.yml) with devices, filters, and pipeline sections.

......

Create 10 peaking filters under filters (name them eq31, eq63, etc.).

Add a pipeline with filter steps applying each EQ filter to stereo channels (0 and 1).

Run camilladsp config.yml and adjust gains via GUI or websocket.

........

filters:
  eq31:
    type: Biquad
    parameters:
      type: Peaking
      freq: 31
      gain: 0.0  # Adjust in dB
      q: 1.4
  eq63:
    type: Biquad
    parameters:
      type: Peaking
      freq: 63
      gain: 0.0
      q: 1.4
  # Repeat for 125, 250, 500, 1000, 2000, 4000, 8000, 16000 Hz

pipeline:
  - type: Filter
    channel: 0
    names:
      - eq31
      - eq63
      # List all 10 for left channel
  - type: Filter
    channel: 1
    names:
      - eq31
      - eq63
      # List all 10 for right channel

 

Load into CamillaGUI (web interface) for live slider control like a graphic EQ.

 

Prompt: how to add shortcuts to CamillaDSP

Risposta:

 

CamillaDSP adds "shortcuts" via its CamillaGUI web interface, which lets you define preset configurations (like EQ profiles) for quick keyboard or button switching.

.......

Add Shortcuts

Edit config/gui-config.yml in the backend directory to create presets.

Under shortcuts, define a name (e.g., "V-Curve") and list config changes (filters, gains, mixers).

 

CamillaDSP10BandsEqualizer2026-01-26alle02_12_28.thumb.png.bd8bc6d8c6b6ba4150a187d0ae743c0c.png

 

 

 

 

Link al commento
https://melius.club/topic/22770-camilla-dsp-e-gentooplayer/page/2/#findComment-1684032
Condividi su altri siti

  • 4 settimane dopo...

Misurato con REW e microfono miniDSP Umik-1 e creato filtri dedicati per canali sinistro e destro.... sto decidendo "a orecchio" se applicare o meno i filtri sulle alte frequenze...(ovvero filtri  8 e 9 sul canale left e filtro 7 sul canale right)

Canale sinistro

LeftFilters2026-02-14alle15_31_15.thumb.png.a7f79e4a4a41cd900fc739f11f43750c.png

LeftCurveFilters2026-02-14alle15_30_55.thumb.png.735294254785b47c99fb2ede3d711098.png

 

  • Canale destro

RightFilters2026-02-14alle15_41_05.thumb.png.aef42e33addf1468d2eb965048022c45.png

RightCurveFilters2026-02-14alle15_40_10.thumb.png.aa095484d9e24c85ee9012d0efa9be78.png

 

Non nascondo che per impostare correttamente (spero) i vari parametri di REW ho fatto AMPIO ricorso a  AI (Perplexity+ChatGPT)  per farmi dare spiegazioni...

La configurazione per filtri e pipeline è stata generata in automatico da REW! Cool!

In azione senza filtri sulle alte frequenze:

Filtersleft1-7andright1-6inaction2026-02-22at16_43_11.thumb.png.aa554dd7643b84880c1f6eea91e9f649.png

  • Melius 1
Link al commento
https://melius.club/topic/22770-camilla-dsp-e-gentooplayer/page/2/#findComment-1703804
Condividi su altri siti

Crea un account o accedi per lasciare un commento

Devi essere un membro per lasciare un commento

Crea un account

Iscriviti per un nuovo account nella nostra community. È facile!

Registra un nuovo account

Accedi

Sei già registrato? Accedi qui.

Accedi Ora



  • Badge Recenti

    • Badge del Vinile Oro
      Folkman
      Folkman ha ottenuto un badge
      Badge del Vinile Oro
    • Reputazione
      JureAR
      JureAR ha ottenuto un badge
      Reputazione
    • Badge del Vinile Oro
      Felis
      Felis ha ottenuto un badge
      Badge del Vinile Oro
    • Ringraziamento dal Club
      Fabio Cottatellucci
      Fabio Cottatellucci ha ottenuto un badge
      Ringraziamento dal Club
    • Reputazione
      G.Carlo
      G.Carlo ha ottenuto un badge
      Reputazione
  • Notizie

×
×
  • Crea Nuovo...