Skip to content

How to implement a speaker as a Custom Components #237

@vudzero

Description

@vudzero

Hi!

I want to simulate a circuit with a speaker, my understanding is that I would need to create a custom component. In the audio world, speakers are described with what is called a .zma file which provides the impedance and phase for a given list of frequencies. It is usually a list of around 400 measurements between 20Hz and 20kHz

Example:
Freq,Z,Phase
20,40,-12
40,80,-18
etc

What would be the easiest way to implement a custom element which would rely on this list of known values?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions