Jump to content


Photo

Annoying Audio Bug


  • Please log in to reply
21 replies to this topic

Re: Annoying Audio Bug #21 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+542
Excellent

Posted 13 February 2017 - 16:09

Yes its a TS

Hmmm...


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Annoying Audio Bug #22 ian1095

  • Senior Member
  • 462 posts

+6
Neutral

Posted 17 February 2017 - 18:12

Ok I've got to the bottom of this.

 

Its code used in Exteplayer3 that causing the A_ to be added. As it works perfectly when using Mediaplayer selected through Serviceapp and no A_ is added with Mediaplayer.

 

Possibly this ?

     case AV_CODEC_ID_MP2:
         return "A_MPEG/L3";
     case AV_CODEC_ID_MP3:
         return (mp3_software_decode) ? "A_IPCM" : "A_MP3";
     case AV_CODEC_ID_AAC:
         return (aac_software_decode) ? "A_IPCM" : "A_AAC";
     case AV_CODEC_ID_AC3:

Could you take a look anyway SSS if you see this thread and have a spare moment ?

 

Ian.

 

 

   
 


Edited by ian1095, 17 February 2017 - 18:12.



5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users