seeking knowledge #37
-
|
I'm very interested in this topic because I am a DJ as well as a programmer. I stumbled across this repo after some meticulous digging into AI audio processing and upscaling. This issue is to seek advice for me and anybody else who may have a question like this. I have an old mp3 at 320kbps and I am looking to use AI and neural networks to upscale it. I started by trying to use fatllama but got hung up on the final audio processing step (will do more testing later). Then I stumbled across DSRE and tried using that. After some translating, I was able to make a solid gain in increasing the quality of my file. If anybody has a better direction to point me in towards this field and getting my compressed file to be closer to lossless, any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
Also DSRE cut off the time of my mp3, so I might have to make slight adjustments on that front. |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, I'm the author behind HyMPS project. My suggestion is to wait for the next release of Intel's OpenVINO™ AI Plugins for Audacity - scheduled for the first week of October - since they'll support some cool restoration models such as Apollo/Universal:
Check out this interesting discussion about delossyfiers @ their git where we shared some cool resources. I also suggest you to try HRAudioWizard - a non-deeplearning audio enhancer which outputs very interesting quality results - on your file. Last but not least, don't miss the cool @deton24's Make your own remaster paper. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hello, What I can see from these graphs that you have attached, especially on the second one, you have images of the original spectra around 44,1 kHz and 88,2 kHz. Then it appears to me after comparing final step with previous that there were some aliasing from those images into the baseband. Which is always undesirable. Original source that is MP3 with bitrate of 320 kbps should be audibly transparent in vast number of cases. Unless some bad encoder was used, or music has some specific passages difficult to encode, there should not be any issues with it. |
Beta Was this translation helpful? Give feedback.









Hi there, I'm the author behind HyMPS project.
My suggestion is to wait for the next release of Intel's OpenVINO™ AI Plugins for Audacity - scheduled for the first week of October - since they'll support some cool restoration models such as Apollo/Universal:
Check out this interesting discussion about delossyfiers @ their git where we shared some cool resources.
I also suggest you to try HRAudioWizard - a non-deeplearning audio enhancer which outputs very interesting quality results - on your file.
Last but not least, don't miss the cool @deton24's Make your own remaster paper.