aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/web_audio_api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/api/web_audio_api
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/api/web_audio_api')
-rw-r--r--files/pt-br/web/api/web_audio_api/index.html3
-rw-r--r--files/pt-br/web/api/web_audio_api/simple_synth/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/pt-br/web/api/web_audio_api/index.html b/files/pt-br/web/api/web_audio_api/index.html
index 8f582eb524..7f99c3695e 100644
--- a/files/pt-br/web/api/web_audio_api/index.html
+++ b/files/pt-br/web/api/web_audio_api/index.html
@@ -1,12 +1,13 @@
---
title: API Web Áudio
-slug: Web/API/API_Web_Audio
+slug: Web/API/Web_Audio_API
tags:
- Web Audio API
- api de áudio
- áudio api
- áudio web
translation_of: Web/API/Web_Audio_API
+original_slug: Web/API/API_Web_Audio
---
<div class="summary">
<p>A API de áudio da web disponibiliza um poderoso e versátil sistema de controle de áudio para a Web, permitindo aos desenvolvedores escolher arquivos de áudio, adicionar efeitos a estes arquivos, criar reprodutores de áudio, aplicar <em>spatial effects</em> (como <em>panning</em>) e muito mais.</p>
diff --git a/files/pt-br/web/api/web_audio_api/simple_synth/index.html b/files/pt-br/web/api/web_audio_api/simple_synth/index.html
index b0fdf2a0c4..622a71cff0 100644
--- a/files/pt-br/web/api/web_audio_api/simple_synth/index.html
+++ b/files/pt-br/web/api/web_audio_api/simple_synth/index.html
@@ -1,6 +1,6 @@
---
title: 'Tutorial e exemplo: Teclado de Sintetizador Simples'
-slug: Web/API/API_Web_Audio/Sintetizador_simples
+slug: Web/API/Web_Audio_API/Simple_synth
tags:
- Audio
- Exemplo
@@ -12,6 +12,7 @@ tags:
- Tutorial
- Web Audio API
translation_of: Web/API/Web_Audio_API/Simple_synth
+original_slug: Web/API/API_Web_Audio/Sintetizador_simples
---
<div>{{DefaultAPISidebar("Web Audio API")}}</div>