You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WW_WAVAudioFileServerMediaSubsession::createNew(..,WA_PCMA,....) //g711a is ok
WW_WAVAudioFileServerMediaSubsession::createNew(..,WA_IMA_ADPCM,....) //g726 is error,how can I support g726?
WA_PCMA means g711a and WA_PCMU means g711u,how can I porting g726,I use enum IMA_ADPCM,but It‘s not work
The text was updated successfully, but these errors were encountered: