Hi. Is it possible to set an external audio renderer, e.g. MPC Audio Renderer for the mpv player?
https://www.free-codecs.com/download/mpc_audio_renderer.htm
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
-
You won't be able to do that since MPC Audio Renderer is for DirectShow players such as MPC-HC/MPC-BE/BS-Player/PotPlayer. MPV player is a player that has all the necessary codecs and files included within it. MPV has its own audio renderers such as WASAPI, SDL, and OpenAL. MPV is able to do audio exclusive through WASAPI, allowing you to change to whatever the sample rate of a file is and preventing audio from other applications. MPC Audio Renderer uses WASAPI shared and WASAPI Exclusive sound.
-
More as I set.
--ao=wasapi --audio-exclusive=yes --wasapi-exclusive-buffer=50
Should it come out the same? -
If you are using Windows then that should technically work for you. Most people will say when working correctly that WASAPI sounds the same on all programs in renderers etc.
It's easier to use a mpv.conf file to put those commands into it. I recommend Notepad++ program for easier control over all sorts of type of text-like files.
mpv.conf -- inside commands:
ex:
ao=wasapi
audio-exclusive=yes
wasapi-exclusive-buffer=50
You won't need to put in wasapi since MPV uses this audio renderer by default in Windows. You can just do audio-exclusive by itself without the 'yes' part but either way is fine. Wasapi-exclusive-buffer is a new command that was implemented into MPV not too long ago to give more control to the user.
You can go even further to make MPV more portable by putting a ' portable_config ' folder into MPV directory if you like and then putting mpv.conf file into it. You can just make a text file and then rename it to mpv.conf name.Last edited by syberdude; 15th Oct 2024 at 16:11. Reason: Correction has been made
-
Similar Threads
-
Enhanced Video Renderer not installed
By amirhamdi in forum Software PlayingReplies: 0Last Post: 21st Dec 2023, 09:09 -
Canon HF100 - doesn't record sound from external microphone
By AlexNRW in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 5Last Post: 19th Feb 2021, 13:23 -
Where to get ASIO renderer for free ?
By empleat in forum AudioReplies: 7Last Post: 16th Aug 2020, 02:50 -
Looking For Users of Smart Renderer 5
By MeNeedVidHelp in forum Newbie / General discussionsReplies: 8Last Post: 3rd Jun 2020, 17:29 -
Question about the SODIAL 5.1 External Sound Card
By ArianK in forum AudioReplies: 0Last Post: 12th Mar 2020, 02:13