Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25BE99EFD for ; Fri, 15 Jun 2012 00:41:04 +0000 (UTC) Received: (qmail 59807 invoked by uid 500); 15 Jun 2012 00:41:04 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 59773 invoked by uid 500); 15 Jun 2012 00:41:04 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 59763 invoked by uid 99); 15 Jun 2012 00:41:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 00:41:03 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of timkim85@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 00:40:58 +0000 Received: by bkcjm2 with SMTP id jm2so1881600bkc.6 for ; Thu, 14 Jun 2012 17:40:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=SroKeH8PTPT+5ILLSRXdBsMRyk+ORjdx6dt6YYfxns4=; b=WhpB53gcg++ikCBD9sQbtTjs/+S3BoZC5n96+69QRcffZ87pk+jW4IWPLQf497/ZBL Q+HaGgLvazvvqLy07icCo2xMcexDDeIo2Q8M7AsFksihMwgwkgxotPlQkR/8zyjlC3mT L/PPLd1MLOEjrulsD0rcJy4lJ0Te1/5HwO3j7hwP+eaybbHBFgGLIKPWBwtEuXBa5wap uIod/lsS8H1dnbbm+tanXqqNCPqfaaTQZb0V0jhQnPBq/1Zko8SUx1pm4sdsr00tXvt4 e0hWLfwxeOAyCvvRBeYJ9B+ZiRlbrq2uY7paviNvqSYSXJnrAmL/YP53XZTmmp5FHhUr ikgw== MIME-Version: 1.0 Received: by 10.204.153.21 with SMTP id i21mr1939530bkw.38.1339720837508; Thu, 14 Jun 2012 17:40:37 -0700 (PDT) Received: by 10.205.64.207 with HTTP; Thu, 14 Jun 2012 17:40:37 -0700 (PDT) Date: Thu, 14 Jun 2012 17:40:37 -0700 Message-ID: Subject: Playbook Audio Capture Test From: Tim Kim To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0015175cd1009e307004c2781013 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cd1009e307004c2781013 Content-Type: text/plain; charset=ISO-8859-1 Hey all, I just added audio capture for the playbook and wanted to know how it ran on other playbooks. Pull from here: https://github.com/timkim/incubator-cordova-js/tree/playbookAudioCapture To note: when calling navigator.device.capture.captureAudio, you must provide a duration and a limit greater than 0 in the CaptureAudioOptions object. -- Timothy Kim --0015175cd1009e307004c2781013--