audio2midi 0.13.0__py2.py3-none-any.whl → 0.14.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: audio2midi
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.14.0
|
4
4
|
Summary: Audio To Midi
|
5
5
|
Author-email: dummyjenil <dummyjenil@gmail.com>
|
6
6
|
Provides-Extra: all
|
@@ -174,7 +174,7 @@ from audio2midi.melodia_pitch_detector import Melodia
|
|
174
174
|
from audio2midi.pop2piano import Pop2Piano
|
175
175
|
from audio2midi.violin_pitch_detector import Violin_Pitch_Det
|
176
176
|
from audio2midi.mt3_music_transcription import MT3
|
177
|
-
from yourmt3_music_transcription import YMT3
|
177
|
+
from audio2midi.yourmt3_music_transcription import YMT3
|
178
178
|
from audio2midi.magenta_music_transcription import Magenta
|
179
179
|
from os import environ
|
180
180
|
from huggingface_hub import hf_hub_download
|
@@ -10,6 +10,6 @@ audio2midi/pop2piano.py,sha256=kBAF1kY-5Ctu92etNLo4Clr1hkW1B5OCvd-XT7SrI8g,12568
|
|
10
10
|
audio2midi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
audio2midi/violin_pitch_detector.py,sha256=C0--R0NaYcIyAFELGgebbs3yjAnQeVdtpk4iZ2NbUIA,61650
|
12
12
|
audio2midi/yourmt3_music_transcription.py,sha256=ZS-2EOog6fVoRpbR4RjrDlHytDFNsLQOCHw344JtVsE,26
|
13
|
-
audio2midi-0.
|
14
|
-
audio2midi-0.
|
15
|
-
audio2midi-0.
|
13
|
+
audio2midi-0.14.0.dist-info/METADATA,sha256=dIhi5kNUMr8KYVd1QlFS7YTNmknz0ycISoNLsdLTjsY,14646
|
14
|
+
audio2midi-0.14.0.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
15
|
+
audio2midi-0.14.0.dist-info/RECORD,,
|
File without changes
|