aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/web_audio_api/tools
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-17 11:37:07 +0900
committerGitHub <noreply@github.com>2021-08-17 11:37:07 +0900
commit98a7793a51bdbdeefb172842e677dca22eb779e5 (patch)
treef07cde27678193afe366832bd58c958657fadc6c /files/ko/web/api/web_audio_api/tools
parent6c30dec8016abec2fba8caf0bd07d0e145c37caf (diff)
parenta28f6c8632ced6d91d311614d96ab643e5ef7058 (diff)
downloadtranslated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.tar.gz
translated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.tar.bz2
translated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.zip
Merge branch 'mdn:main' into 20210811-orphaned/Web/API/NavigatorLanguage
Diffstat (limited to 'files/ko/web/api/web_audio_api/tools')
-rw-r--r--files/ko/web/api/web_audio_api/tools/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ko/web/api/web_audio_api/tools/index.html b/files/ko/web/api/web_audio_api/tools/index.html
new file mode 100644
index 0000000000..beee9d6fb4
--- /dev/null
+++ b/files/ko/web/api/web_audio_api/tools/index.html
@@ -0,0 +1,41 @@
+---
+title: Tools for analyzing Web Audio usage
+slug: Web/API/Web_Audio_API/Tools
+tags:
+ - API
+ - Audio
+ - Debugging
+ - Media
+ - Tools
+ - Web
+ - Web Audio
+ - Web Audio API
+ - sound
+---
+<div>{{APIRef("Web Audio API")}}</div>
+
+<p>While working on your Web Audio API code, you may find that you need tools to analyze the graph of nodes you create or to otherwise debug your work. This article discusses tools available to help you do that.</p>
+
+<h2 id="Chrome">Chrome</h2>
+
+<p>A handy web audio inspector can be found in the <a href="https://chrome.google.com/webstore/detail/web-audio-inspector/cmhomipkklckpomafalojobppmmidlgl">Chrome Web Store</a>.</p>
+
+<h2 id="Edge">Edge</h2>
+
+<p><em>Add information for developers using Microsoft Edge.</em></p>
+
+<h2 id="Firefox">Firefox</h2>
+
+<p>Firefox offers a native <a href="/en-US/docs/Tools/Web_Audio_Editor">Web Audio Editor</a>.</p>
+
+<h2 id="Safari">Safari</h2>
+
+<p><em>Add information for developers working in Safari.</em></p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API/Web_Audio_API">Web Audio API</a></li>
+ <li><a href="/en-US/docs/Web/API/Web_Audio_API/Using_Web_Audio_API">Using the Web Audio API</a></li>
+ <li><a href="/en-US/docs/Web/Apps/Fundamentals/Audio_and_video_delivery/Web_Audio_API_cross_browser">Writing Web Audio API code that works in every browser</a></li>
+</ul>