MediaPortal Audio renderer - better video playback quality (9 Viewers)

robyf

Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    55
    Bolzano
    Home Country
    Italy Italy
    Other way round - I'm using a newer driver which was released to cure some HDMI issues. Must have dropped functionality for it, I'll have a look and see if robyf has posted results and compare.

    Not yet but I will post them as soon as I can.
     

    mironicus

    Portal Pro
    March 9, 2008
    688
    44
    AW: MediaPortal Audio renderer - better video playback quality

    I have some flv-files where the sound is muted if they are played through the MediaPortal AudioRenderer. The renderer connects successfully with the FFDShow audio renderer but there is no sound. The files can be successfully played with DirectSound. I suppose that the Renderer does not detect that the audioformat is not compatible so it does not switch automatically to DirectSound.

    Look at the attached logs.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Re: AW: MediaPortal Audio renderer - better video playback quality

    I have some flv-files where the sound is muted if they are played through the MediaPortal AudioRenderer. The renderer connects successfully with the FFDShow audio renderer but there is no sound. The files can be successfully played with DirectSound. I suppose that the Renderer does not detect that the audioformat is not compatible so it does not switch automatically to DirectSound.

    WASAPI device / driver accepts the format so the issue cannot be incompatible audio format.

    Please upload a sample file.
     

    red5goahead

    MP Donator
  • Premium Supporter
  • November 24, 2007
    695
    144
    Italy, North West
    Home Country
    Italy Italy
    Re: AW: MediaPortal Audio renderer - better video playback quality

    James told me

    Quote:
    Originally Posted by red5goahead
    James. Do Reclock use the event driven mode or not with wasapi exc. mode?


    Nope, ReClock polls for better compatibility.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Re: AW: MediaPortal Audio renderer - better video playback quality

    Nope, ReClock polls for better compatibility.

    Yep, as I expected. Down side is a bit more glitch prone (on high CPU loads) and a bit higher CPU load. But those aren't something to be discussed in this thread.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Please test if you can reproduce a crash with audio stream switching - at least I'm able to cause random crashes when changing audio stream (TV / DVD). I'm currently working on sorting out that issue.
     

    Truri

    MP Donator
  • Premium Supporter
  • November 9, 2008
    192
    9
    Home Country
    Germany Germany
    AW: MediaPortal Audio renderer - better video playback quality

    Hi,

    I checked the Realtek HDMI Driver with WASAPI test.

    Here are the results:
    WASAPI-test.exe version: 3 tested: 2526 ok: 189

    I attached also some logs with the newest renderer version.
    I get sound, but only limited to 2.0
     

    Attachments

    • Realtek HDMI Driver 2.49.txt
      12.1 KB
    • AudioRenderer.bak
      8.5 KB

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Re: AW: MediaPortal Audio renderer - better video playback quality

    Hi,

    I checked the Realtek HDMI Driver with WASAPI test.

    Here are the results:
    WASAPI-test.exe version: 3 tested: 2526 ok: 189

    I attached also some logs with the newest renderer version.
    I get sound, but only limited to 2.0

    For some reason EXCLUSIVE: on EVENT DRIVEN: on combination is not supported at all by that driver. Please change WASAPIUseEventMode to 0 in registry.
     

    Truri

    MP Donator
  • Premium Supporter
  • November 9, 2008
    192
    9
    Home Country
    Germany Germany
    AW: MediaPortal Audio renderer - better video playback quality

    Looks much better and now I get 5.1 sound.

    I will test a bit more...

    Some logs, the last two are with the FLAC 7.1 Testfile.
    24 Bit output limited to 2.0
    16 Bit all 7.1 channels
     

    Attachments

    • AudioRenderer1.txt
      10 KB

    robyf

    Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    55
    Bolzano
    Home Country
    Italy Italy
    This are my results of wasapi_test with ION (nvidia) over HDMI:

    Code:
    EXCLUSIVE: off    EVENT DRIVEN: off
    -------------------------------------------------------------------------
     48000 16  2   192000  4     1  0         - Format works ok
     48000 16  2   192000  4 65534 22 16    3 - Format works ok
     48000 24  2   288000  6     1  0         - Format works ok
     48000 24  2   288000  6 65534 22 24    3 - Format works ok
     48000 32  2   384000  8 65534 22 24    3 - Format works ok
     48000 32  2   384000  8     1  0         - Format works ok
     48000 32  2   384000  8 65534 22 32    3 - Format works ok
     48000 32  2   384000  8     3  0         - Format works ok
     48000 32  2   384000  8 65534 22 32    3 - Format works ok
    
    EXCLUSIVE: on    EVENT DRIVEN: off
    -------------------------------------------------------------------------
     32000 16  1    64000  2     1  0         - Format works ok
     32000 24  1    96000  3     1  0         - Format works ok
     32000 16  2   128000  4     1  0         - Format works ok
     32000 16  2   128000  4 65534 22 16    3 - Format works ok
     32000 24  2   192000  6     1  0         - Format works ok
     32000 32  2   256000  8 65534 22 24    3 - Format works ok
     44100 16  1    88200  2     1  0         - Format works ok
     44100 24  1   132300  3     1  0         - Format works ok
     44100 16  2   176400  4     1  0         - Format works ok
     44100 16  2   176400  4 65534 22 16    3 - Format works ok
     44100 24  2   264600  6     1  0         - Format works ok
     44100 32  2   352800  8 65534 22 24    3 - Format works ok
     48000 16  1    96000  2     1  0         - Format works ok
     48000 24  1   144000  3     1  0         - Format works ok
     48000 16  2   192000  4     1  0         - Format works ok
     48000 16  2   192000  4 65534 22 16    3 - Format works ok
     48000 24  2   288000  6     1  0         - Format works ok
     48000 32  2   384000  8 65534 22 24    3 - Format works ok
    
    EXCLUSIVE: off    EVENT DRIVEN: on
    -------------------------------------------------------------------------
     48000 16  2   192000  4     1  0         - Format works ok
     48000 16  2   192000  4 65534 22 16    3 - Format works ok
     48000 24  2   288000  6     1  0         - Format works ok
     48000 24  2   288000  6 65534 22 24    3 - Format works ok
     48000 32  2   384000  8 65534 22 24    3 - Format works ok
     48000 32  2   384000  8     1  0         - Format works ok
     48000 32  2   384000  8 65534 22 32    3 - Format works ok
     48000 32  2   384000  8     3  0         - Format works ok
     48000 32  2   384000  8 65534 22 32    3 - Format works ok
    
    EXCLUSIVE: on     EVENT DRIVEN: on
    -------------------------------------------------------------------------
    
    AC3 - EXCLUSIVE: on     EVENT DRIVEN: off
    -------------------------------------------------------------------------
    
    AC3 - EXCLUSIVE: on     EVENT DRIVEN: on
    -------------------------------------------------------------------------

    For people who have problems with ION here's my codec setup:

    - Install SAF5
    - Install powerdvd9 codec

    TV Codec: mpeg2 microsoft, h264 powerdvd9, audio ffdshow
    video codec: mpeg2 ffdshow, h264 ffdshow, audio ffdshow
    dvd: mpeg2 ffdshow, audio ffdshow

    NVIDIA Drivers: 197.45

    I use a 2 channel output configuration in ffdshow (do not have multichannel here) so don't know how it behaves with multichannel.
     

    Users who are viewing this thread

    Top Bottom