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

Issue 17401: Low level windows audio support (part 1 of 2)... (Closed)

Created:
11 years, 11 months ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Low level windows audio support (part 1 of 2) - Windows specific changes to AudioManager Allows testing for mock streams This this the first part of the code that adds support for audio using waveXXX API. Since is relatively lot of code I will do two CLs, unfortunately the complexity is not evenly split. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7987

Patch Set 1 #

Total comments: 11

Patch Set 2 : '' #

Total comments: 10

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -33 lines) Patch
M media/audio/audio_output.h View 1 2 3 chunks +17 lines, -3 lines 0 comments Download
A media/audio/win/audio_manager_win.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M media/audio/win/audio_output_win.cc View 1 2 4 chunks +67 lines, -30 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
cpu_(ooo_6.6-7.5)
11 years, 11 months ago (2009-01-08 00:36:27 UTC) #1
scherkus (not reviewing)
Tiny nits, but I've got questions about the mock stream. It seems to me like ...
11 years, 11 months ago (2009-01-08 02:35:41 UTC) #2
cpu_(ooo_6.6-7.5)
CL updated. Please take another look. http://codereview.chromium.org/17401/diff/1/3 File media/audio/win/audio_output_win.cc (right): http://codereview.chromium.org/17401/diff/1/3#newcode6 Line 6: #include <mmsystem.h> ...
11 years, 11 months ago (2009-01-08 20:35:19 UTC) #3
brettw
http://codereview.chromium.org/17401/diff/7/207 File media/audio/audio_output.h (right): http://codereview.chromium.org/17401/diff/7/207#newcode140 Line 140: // Some useful sampling rates. I think all ...
11 years, 11 months ago (2009-01-08 21:07:31 UTC) #4
scherkus (not reviewing)
http://codereview.chromium.org/17401/diff/1/3 File media/audio/win/audio_output_win.cc (right): http://codereview.chromium.org/17401/diff/1/3#newcode17 Line 17: class AudioOutputStreamMockWin : public AudioOutputStream { On 2009/01/08 ...
11 years, 11 months ago (2009-01-08 21:34:16 UTC) #5
cpu_(ooo_6.6-7.5)
code updated, please take another look. http://codereview.chromium.org/17401/diff/7/207 File media/audio/audio_output.h (right): http://codereview.chromium.org/17401/diff/7/207#newcode140 Line 140: // Some ...
11 years, 11 months ago (2009-01-08 23:44:37 UTC) #6
cpu_(ooo_6.6-7.5)
On 2009/01/08 21:34:16, scherkus wrote: > http://codereview.chromium.org/17401/diff/1/3 > File media/audio/win/audio_output_win.cc (right): > > http://codereview.chromium.org/17401/diff/1/3#newcode17 > ...
11 years, 11 months ago (2009-01-08 23:45:18 UTC) #7
brettw
L G T M
11 years, 11 months ago (2009-01-08 23:53:37 UTC) #8
scherkus (not reviewing)
11 years, 11 months ago (2009-01-08 23:57:50 UTC) #9
LGTM

Thanks for satisfying my curiosity about the mock cross platform stuff :)

Powered by Google App Engine
This is Rietveld 408576698