Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4EB4A200B89 for ; Tue, 6 Sep 2016 15:08:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4D87A160AAD; Tue, 6 Sep 2016 13:08:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C0E58160ABF for ; Tue, 6 Sep 2016 15:08:21 +0200 (CEST) Received: (qmail 58626 invoked by uid 500); 6 Sep 2016 13:08:21 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 58591 invoked by uid 99); 6 Sep 2016 13:08:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 13:08:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D6F862C1B75 for ; Tue, 6 Sep 2016 13:08:20 +0000 (UTC) Date: Tue, 6 Sep 2016 13:08:20 +0000 (UTC) From: "jadestar han (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLEX-35127) [FLEX]Microphone echo cancelation for mobile device MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Sep 2016 13:08:22 -0000 jadestar han created FLEX-35127: ----------------------------------- Summary: [FLEX]Microphone echo cancelation for mobile device Key: FLEX-35127 URL: https://issues.apache.org/jira/browse/FLEX-35127 Project: Apache Flex Issue Type: Bug Components: .Unspecified - Compiler, .Unspecified - Framework, .Unspecified - Mobile Environment: - Aache 4.15.0 installer - Air SDK 22, 23 beta - Flash builder 4.7 Reporter: jadestar han While developing an application on flex now I have a few problem with Microphone.getEnhancedMicrophone function on android and, iOS devices. I tried to use flex 4.15.0 with air SDK 22.0. The problem follows. ... var mic:Microphone = Microphone.getEnhancedMicrophone(); ... But return value of getEnhancedMicrophone() function is null. I know that air SDK 22 supports AEC(Acoustic Echo Cancelation) on iOS and air SDK 23 beta supports AEC on android devices. So I tested getEnhancedMicrophone functions on the flash mobile project and it is fine(not null), but on flex mobile project it is null. So can anybody to answer what is that and the ways to solve it? -- This message was sent by Atlassian JIRA (v6.3.4#6332)