Skip to content

Dynamic Audio Connections #81

@chipaudette

Description

@chipaudette

The core Teensy Audio library supports dynamic audio connections. The Tympan Library does not. We should extend it to support dynamic audio connections.

There are two levels of "dynamic" that we could envisioned supporting:

  • Easier: Dynamically create and destroy AudioConnection_F32 instances
  • Harder: Dynamically create and destroy AudioStream_F32 instances

Note: The Teensy library supports dynamic AudioConnection but not dynamic AudioStream. Given this, it seems like we ought to be able to get dynamic AudioConnection_F32 to work, but dynamic AudioStream_F32 is probably harder.

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