Function
Simple White Noise Generator
Generates a white noise sound (16-bit mono WAV) of customizable duration, sample rate, and amplitude, then returns the file.
⚙️ Inputs
duration_seconds (int) — total duration of the generated noise in seconds.
sample_rate (int) — number of samples per second (e.g., 44100 for CD quality).
amplitude (float) — loudness from 0.0 (silent) to 1.0 (max volume).
📦 Output
Returns the .wav file containing the generated white noise.
Run Function
Authentication Required
You are not connected. Sign in or create an account to run this function. Run Cost
◆ 0.005 + ◆ 1/s
Reviews
Total Score
0.0
Based on 0 reviews
Sign in to rate this function.
