Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
|
nfullagar
2012/06/28 23:54:37
2012
| |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head> | 8 <head> |
| 9 <title>Audio Example</title> | 9 <title>Audio Example</title> |
|
nfullagar
2012/06/28 23:54:37
2d example?
| |
| 10 </head> | 10 </head> |
| 11 | 11 |
| 12 <body> | 12 <body> |
| 13 | 13 |
| 14 <!-- Unsupported sample rates will cause the plugin to fail to load. --> | 14 <!-- Unsupported sample rates will cause the plugin to fail to load. --> |
|
nfullagar
2012/06/28 23:54:37
sample rates?
| |
| 15 <embed id="plugin" type="application/x-ppapi-example-audio" samplerate="44100"> | 15 <embed id="plugin" type="application/x-ppapi-example-2d"> |
| 16 | 16 |
| 17 </body> | 17 </body> |
| 18 </html> | 18 </html> |
| OLD | NEW |