 Chromium Code Reviews
 Chromium Code Reviews Issue 25660014:
  Add alaw codec for .wav files.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 25660014:
  Add alaw codec for .wav files.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: content/browser/media/media_browsertest.cc | 
| =================================================================== | 
| --- content/browser/media/media_browsertest.cc (revision 226034) | 
| +++ content/browser/media/media_browsertest.cc (working copy) | 
| @@ -168,6 +168,10 @@ | 
| PlayAudio("bear_gsm_ms.wav", GetParam()); | 
| } | 
| +IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavAlaw) { | 
| 
DaleCurtis
2013/11/05 01:50:18
Just realized these alaw and mulaw tests were in t
 
ilja
2013/11/05 02:26:52
Moved to general section as discussed.
 | 
| + PlayAudio("bear_alaw.wav", GetParam()); | 
| +} | 
| + | 
| IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) { | 
| PlayAudio("bear_mulaw.wav", GetParam()); | 
| } |