• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

a phone call when i'm using this app, and return to the app , the micro phone can not work properly.

Explorer ,
Dec 20, 2017 Dec 20, 2017

Copy link to clipboard

Copied

Dear sir

I'm developing an android app with AIR,and there is a function 'microphone testing' in this app.

every time i answser a phone call when i'm using this app, and return to the app , the micro phone can not work properly.

_microphone = Microphone.getEnhancedMicrophone();

_microphone.setUseEchoSuppression(true);

_microphone.codec = SoundCodec.SPEEX;

_microphone.encodeQuality = 6;

_microphone.setLoopBack(true);

_microphone.noiseSuppressionLevel=-30

_microphone.setSilenceLevel(0,2000);

_microphone.gain = 80;

i tried to speak to the microphone , but no voice was detected and recorded.

TOPICS
Performance issues

Views

236

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines