Skip to content

parsing all possible inputs to assign values to the Event class #46

@iranroman

Description

@iranroman

#31 implements the generation of soundscapes, but prioritizing the randomness of:

Event = namedtuple(
  "Event",
  [
    "label",
    "source_file",
    "source_time",
    "event_time",
    "event_duration",
    "snr",
    "role",
    "pitch_shift",
    "time_stretch",
    "event_position",
  ],
)

We need to better define the types of values and functions that we will support for the different values of this class.

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