diff options
Diffstat (limited to 'files/ru/web/api/htmlaudioelement/index.html')
-rw-r--r-- | files/ru/web/api/htmlaudioelement/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlaudioelement/index.html b/files/ru/web/api/htmlaudioelement/index.html index e8fb21e4d6..4ecbafa11a 100644 --- a/files/ru/web/api/htmlaudioelement/index.html +++ b/files/ru/web/api/htmlaudioelement/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/HTMLAudioElement <p><code>mozSetup(in PRUint32 channels, in PRUint32 rate)</code> {{non-standard_inline}}</p> </td> <td><code>void</code></td> - <td>Создает аудиострима для записи. Вы можете указать такие параметры, как количество каналов (<code>1</code> for mono or <code>2</code> for stereo), так и частота сэмпла (<code>44100</code> for 44.1kHz, for example).</td> + <td>Создаёт аудиострима для записи. Вы можете указать такие параметры, как количество каналов (<code>1</code> for mono or <code>2</code> for stereo), так и частота сэмпла (<code>44100</code> for 44.1kHz, for example).</td> </tr> <tr> <td><code>mozWriteAudio(in jsval data) </code>{{non-standard_inline}}</td> |