audio2midi 0.13.0__tar.gz → 0.14.0__tar.gz

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.13.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
@@ -79,7 +79,7 @@ from audio2midi.melodia_pitch_detector import Melodia
79
79
  from audio2midi.pop2piano import Pop2Piano
80
80
  from audio2midi.violin_pitch_detector import Violin_Pitch_Det
81
81
  from audio2midi.mt3_music_transcription import MT3
82
- from yourmt3_music_transcription import YMT3
82
+ from audio2midi.yourmt3_music_transcription import YMT3
83
83
  from audio2midi.magenta_music_transcription import Magenta
84
84
  from os import environ
85
85
  from huggingface_hub import hf_hub_download
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "audio2midi"
3
- version = "0.13.0"
3
+ version = "0.14.0"
4
4
  description = "Audio To Midi"
5
5
  readme = "README.md"
6
6
  authors = [
File without changes
File without changes