Skip to content

Expose Spectrogram Options #114

@chadlagore

Description

@chadlagore

Perhaps just expose the spectrogram options that scipy.signal.spectrogram provides. *kwargs is probably a good way to do this.

minutes/minutes/audio.py

Lines 75 to 77 in 4af53c7

def spec_from_row(row):
_, _, Sxx = signal.spectrogram(row)
return Sxx

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions