Skip to content

Commit

Permalink
Comment bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlagore committed May 14, 2018
1 parent cf7deaa commit 4af53c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions minutes/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ def get_spectrograms(self, ms_per_observation, verbose=False):
of each spectrogram depends on the ms_per_observation,
The number of rows depends on the length of the audio file
and the ms per observations.
TODO: Provide different spectrogram creation options; for now
mode='phase' is all you get.
"""
d = self.samples_per_observation(ms_per_observation)
N = len(self.data) // d
Expand Down

0 comments on commit 4af53c7

Please sign in to comment.