Сергей Гришаков

Results 56 comments of Сергей Гришаков

Hello! Thank you very much. I have planned to fix this in the next version 2.0.4. Have a nice day!

Hello! It's Docker error. Usually turning on hardware (not software) virtualization helped. Sometimes it is turned off in the BIOS, and not in the Windows settings. If you have everything...

@tmrock Thank you for your feedback! > And a second request: would be possible to download the processed file after intermediate steps, e.g. download afer EQ but before final limiting,...

Thank you, @geraldoramos. The current Matchering limiter is "Python Native". This means that it only uses pip dependencies (numpy, scipy) without explicit C++ calls. The problem here is that all...

@tmrock It looks like I can't reproduce this error. Works for me. Could you provide audio files (target, reference, results) please? And all the log files.

@rcrath Thank you very much for these links! I'll try to research them asap. However, it will not be easy for me, because I don't know C++. I only work...

Thank you so much! Yes, we definitely should have it. I have already tried to implement dithering, but the [libsndfile](https://github.com/bastibe/python-soundfile/issues/257) library that saves WAV files works with it incorrectly: https://github.com/bastibe/python-soundfile/issues/257...

Hi! Thank you for your feedback I'm not sure that this will work, because our library does not process audio in real time, but the entire file at once. therefore,...

@yoyololicon Hi 🙏 There are no such thing as stereo width parameter in Matchering. The effect of expanding the stereo width is achieved by equalizing mid and side channels separately....

Hello @nicokaniak! Thank you for your feedback and suggestion. I like your idea 🙂 I remember this equalization method from [SurferEQ](https://www.soundradix.com/products/surfer-eq/). I think this might be too overkill, but I'll...