Skip to content

Commit

Permalink
Merge branch 'issue9' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
pficardoso committed Dec 23, 2021
2 parents 808e6d0 + 0c29ec0 commit 818cae4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 166 deletions.
3 changes: 1 addition & 2 deletions src/MAAP/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
"AudioSignal",
"AudioWriter",
"utils",
"threads",
]

import sys

from MAAP import threads, utils
from MAAP import utils
from MAAP.AudioCutter import AudioCutter
from MAAP.AudioFeature import AudioFeature
from MAAP.AudioFeatureExtractor import AudioFeatureExtractor
Expand Down
93 changes: 0 additions & 93 deletions src/MAAP/threads/AudioFeatureExtractorThread.py

This file was deleted.

67 changes: 0 additions & 67 deletions src/MAAP/threads/AudioReceiverThread.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/MAAP/threads/__init__.py

This file was deleted.

0 comments on commit 818cae4

Please sign in to comment.