Version 2.8.0 beta (2 Viewers)

Symphy

Retired Team Member
  • Premium Supporter
  • August 25, 2007
    501
    151
    Groningen
    Home Country
    Netherlands Netherlands
    @Helios61

    Thanx for the file!
    Is this the only file that won't play in exclusive/event on your LG TV device? I have learned there are problems with this combi, but it doesn't seem to be related to the type of file played. What happens if you play a plain old mp3 in exclusive/event?
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Hi @Symphy

    .mp3 file doesn't work -> Log_MP3_not working.rar
    .flac 5.1 HiRes Blu-Ray audio rip is working fine -> Log_5.1flac_BRAudio_working.rar
     

    Attachments

    • Log_5.1flac_BRAudio_working.rar
      14.8 KB
    • Log_MP3_not working.rar
      14.4 KB

    Symphy

    Retired Team Member
  • Premium Supporter
  • August 25, 2007
    501
    151
    Groningen
    Home Country
    Netherlands Netherlands
    Ok i think i got it. Problem is in the baswasapi.dll.
    MP comes with the beta dll 0.0.0.19. Problem does not occur when using the newer 2.4.0.2 and bass.net 2.4.10.3.
    This means we'll have to wait for a MP update that includes the most recent bass library...
     

    Wiedmann

    Portal Pro
    June 22, 2007
    107
    28
    Home Country
    Germany Germany
    Hi @Wiedmann ,
    The constructor overloads in 2.4.10.0 (which comes with MP) do not match the documentation that comes with 2.4.10.3. See intellisense.
    Oh, it's always good to have the correct documentation... Thanks.
    (Sorry, don't use/have intellisense in my plain text editor)

    Hi @Wiedmann ,
    When using your code with 2.4.10.0, it doesn't use event mode as far as i can see. The following code will enable event mode:
    Code:
    _wasapi = new BassWasapiHandler(Bass.BASS_GetDevice() - 1, true, true, true, 44100, 2, 0f, 0f);
    Ah, this code works sometime. It seams, Event mode is only working, if freq is set to the default mixer sampling rate:
    Code:
                    int wasapidevice = Bass.BASS_GetDevice() - 1;
                    info = BassWasapi.BASS_WASAPI_GetDeviceInfo(wasapidevice);
                    _wasapi = new BassWasapiHandler(wasapidevice, true, false, true, info.mixfreq, 2, 0f, 0f);
    Of course, doing this isn't the reason we are using WASAPI ;-) There must be some other way.

    Apart from that, your errorhandling won't work.
    I know.. Just to prevent "This application stopped working" without a lot of typing for a test *g*
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Ok i think i got it. Problem is in the baswasapi.dll.
    MP comes with the beta dll 0.0.0.19. Problem does not occur when using the newer 2.4.0.2 and bass.net 2.4.10.3.
    This means we'll have to wait for a MP update that includes the most recent bass library...

    Maybe @hwahrmann can help!
     

    Symphy

    Retired Team Member
  • Premium Supporter
  • August 25, 2007
    501
    151
    Groningen
    Home Country
    Netherlands Netherlands
    There is a branch with latest bin : MP1-4350 maybe it will help ? :)
    Thanx for your reaction.
    Yep as soon as that ends up in a MP1 release our problem will probably be solved:)
    Maybe it's an idea to add support for exclusive/eventdriven mode in standard MP as well. Would only require small changes.
     

    Users who are viewing this thread

    Top Bottom