Chad Lagore

Results 14 issues of Chad Lagore

Probably use `*kwargs`. https://github.com/ubclaunchpad/minutes/blob/chad/%23103-transition-minutes-from-api-to-library/minutes/base.py#L68-L70

Enhancement :boom:

Perhaps just expose the spectrogram options that `scipy.signal.spectrogram` provides. `*kwargs` is probably a good way to do this. https://github.com/ubclaunchpad/minutes/blob/4af53c7ee42afb37c01356faa6a690c630b6288c/minutes/audio.py#L75-L77

Enhancement :boom:

Currently converting FLAC files to WAV prior to ingestion. We can make `Audio.__init__` clever enough to handle different types of files though.

Enhancement :boom:

I'm following your example code identically, and the `Fields` don't populate in these items. Here's some example code: ``` python >>> from sqlalchemy.ext.declarative import declarative_base >>> from sqlalchemy import Column,...