aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/web_audio_api/tools
diff options
context:
space:
mode:
authorlogic-finder <83723320+logic-finder@users.noreply.github.com>2021-08-15 23:57:52 +0900
committerGitHub <noreply@github.com>2021-08-15 23:57:52 +0900
commitf93ef19d66b0d692ff171d7bdcb82d98f741544a (patch)
tree30350064b1fe030463f06c2a52d9e748ec786f0c /files/ko/web/api/web_audio_api/tools
parent86205e9ea4dc7902a3cbbf2612b1adc77d73c4f5 (diff)
downloadtranslated-content-f93ef19d66b0d692ff171d7bdcb82d98f741544a.tar.gz
translated-content-f93ef19d66b0d692ff171d7bdcb82d98f741544a.tar.bz2
translated-content-f93ef19d66b0d692ff171d7bdcb82d98f741544a.zip
[ko] Work done for 'Web Audio API' article. (#1609)
* Work done for 'Web Audio API' article. * fix a hyperlink * small fixes and documents added Co-authored-by: hochan Lee <hochan049@gmail.com>
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>