GoogleChromeLabs / web-audio-samples

Web Audio API samples by Chrome Web Audio Team
https://bit.ly/web-audio-samples
Apache License 2.0
672 stars 192 forks source link

Revise the description text: short and simple. #334

Closed TenghuiZhang closed 11 months ago

TenghuiZhang commented 1 year ago

Change to description of SPN and worklet page

TenghuiZhang commented 1 year ago

@hoch Hi, Hongchan. Do you think these two are appropriate description?

SPN recorder description: Demonstrates a simple recording app using ScriptProcessorNode which can record up to 5 minutes. Stops automatically and provides a download link for the recorded .wav file. May take a moment to prepare the link and preview the recording. Click Refresh to start a new recording.

Worklet recorder description: Demonstrates a simple recording app using AudioWorklet API which can record up to 5 minutes. Stops automatically and provides a download link for the recorded .wav file. May take a moment to prepare the link and preview the recording. Click Refresh to start a new recording.

hoch commented 1 year ago

Perhaps:

A simple audio recorder built with {ScriptProcessorNode, AudioWorkletNode} can record up to 5 minutes and stops automatically. Upon completion, it provides a downloadable link for the recorded audio file (PCM Wave). It may take a few seconds to build and preview the recording. Click Refresh to start a new recording.