Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Issue 10907110: Create iOS Audio Manager implementation. (Closed)

Created:
8 years, 3 months ago by blundell
Modified:
8 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Create iOS Audio Manager implementation. The iOS audio manager supports audio input only (for voice search). This CL also makes slight changes to audio_input_mac to make it usable on iOS. BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155416

Patch Set 1 #

Patch Set 2 : Nit #

Total comments: 19

Patch Set 3 : Response to reviews #

Total comments: 6

Patch Set 4 : Response to review #

Patch Set 5 : Response to review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -9 lines) Patch
A media/audio/ios/audio_manager_ios.h View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A media/audio/ios/audio_manager_ios.mm View 1 2 3 4 1 chunk +119 lines, -0 lines 0 comments Download
A media/audio/ios/audio_manager_ios_unittest.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M media/audio/mac/audio_input_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M media/audio/mac/audio_input_mac.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M media/media.gyp View 5 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
blundell
Dale, please feel free to add any other reviewers as seems appropriate/necessary. Thanks!
8 years, 3 months ago (2012-09-07 09:55:58 UTC) #1
stuartmorgan
iOS and gyp parts LGTM with nits. https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.h File media/audio/ios/audio_manager_ios.h (right): https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.h#newcode51 media/audio/ios/audio_manager_ios.h:51: static bool ...
8 years, 3 months ago (2012-09-07 11:09:26 UTC) #2
DaleCurtis
https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.mm File media/audio/ios/audio_manager_ios.mm (right): https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.mm#newcode10 media/audio/ios/audio_manager_ios.mm:10: #include "media/audio/ios/audio_manager_ios.h" Should be first header; above everything. https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.mm#newcode15 ...
8 years, 3 months ago (2012-09-07 11:31:12 UTC) #3
stuartmorgan
https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/mac/audio_input_mac.h File media/audio/mac/audio_input_mac.h (right): https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/mac/audio_input_mac.h#newcode17 media/audio/mac/audio_input_mac.h:17: class AudioManagerBase; On 2012/09/07 11:31:12, DaleCurtis wrote: > Why ...
8 years, 3 months ago (2012-09-07 11:35:29 UTC) #4
blundell
PTAL, thanks! https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.h File media/audio/ios/audio_manager_ios.h (right): https://chromiumcodereview.appspot.com/10907110/diff/2001/media/audio/ios/audio_manager_ios.h#newcode51 media/audio/ios/audio_manager_ios.h:51: static bool isAudioSessionInitialized_; On 2012/09/07 11:09:26, stuartmorgan ...
8 years, 3 months ago (2012-09-07 12:35:39 UTC) #5
stuartmorgan
https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm File media/audio/ios/audio_manager_ios.mm (right): https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm#newcode35 media/audio/ios/audio_manager_ios.mm:35: // 32-bit integer, not a boolean (http://developer.apple.com/library/ios/#documentation/AudioToolbox/Reference/AudioSessionServicesReference/Reference/reference.html). Remove this ...
8 years, 3 months ago (2012-09-07 12:47:34 UTC) #6
blundell
https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm File media/audio/ios/audio_manager_ios.mm (right): https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm#newcode35 media/audio/ios/audio_manager_ios.mm:35: // 32-bit integer, not a boolean (http://developer.apple.com/library/ios/#documentation/AudioToolbox/Reference/AudioSessionServicesReference/Reference/reference.html). On 2012/09/07 ...
8 years, 3 months ago (2012-09-07 12:53:06 UTC) #7
DaleCurtis
LGTM % nits that can be ignored if you'd prefer the current style. https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm File ...
8 years, 3 months ago (2012-09-07 12:55:58 UTC) #8
blundell
Thanks. https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm File media/audio/ios/audio_manager_ios.mm (right): https://chromiumcodereview.appspot.com/10907110/diff/2002/media/audio/ios/audio_manager_ios.mm#newcode16 media/audio/ios/audio_manager_ios.mm:16: enum { On 2012/09/07 12:55:58, DaleCurtis wrote: > ...
8 years, 3 months ago (2012-09-07 13:03:21 UTC) #9
blundell
+tommi for OWNERS.
8 years, 3 months ago (2012-09-07 13:03:53 UTC) #10
tommi (sloooow) - chröme
lgtm
8 years, 3 months ago (2012-09-07 13:22:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/10907110/8
8 years, 3 months ago (2012-09-07 13:24:29 UTC) #12
commit-bot: I haz the power
Try job failure for 10907110-8 (retry) on mac_rel for step "sync_integration_tests". It's a second try, ...
8 years, 3 months ago (2012-09-07 15:09:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/10907110/8
8 years, 3 months ago (2012-09-07 15:14:33 UTC) #14
commit-bot: I haz the power
8 years, 3 months ago (2012-09-07 17:39:00 UTC) #15
Change committed as 155416

Powered by Google App Engine
This is Rietveld 408576698