Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.53k stars 792 forks source link

Feature Request/Suggestion - Fast play a video without change of audio pitch #615

Closed Visitor76 closed 2 months ago

Visitor76 commented 2 months ago

Really appreciate LAV and all the work around it!

One feature that is missing is the availability to fast play a video without change of audio pitch. If its possible to add, would be great!

clsid2 commented 2 months ago

That is not the job of LAV.

You can do that by changing the audio renderer in MPC-HC option. Sanear and MPC Audio Renderer support pitch correction.

Nevcairiel commented 2 months ago

Indeed, thats a players/audio renderers job.

Visitor76 commented 2 months ago

Thanks for the response and feedback! Apology for lacking deeper understanding for this matter.

The player I'm using depends only on external parts, does not have internal renderer. MPC in not an option in this case because it misses other functionalities that's needed in this particular situation.

I will explore the Sanear tip, and or other options. Thank you all

Visitor76 commented 2 months ago

That is not the job of LAV.

You can do that by changing the audio renderer in MPC-HC option. Sanear and MPC Audio Renderer support pitch correction.

Thank you for the feedback

Visitor76 commented 2 months ago

Turns out you can download and install the MPC audio renderer by it self, and use with other players. Everything works great now. Thanks for pointing me in the right direction.