Read a sound's parameters
load_soundLoad a bfxr.net permalink or .bfxr file to inspect or edit its sound parameters, optionally re-rendering the sound as a WAV file.
Instructions
Decode a bfxr.net permalink or a .bfxr file into its parameters, optionally re-rendering it to a .wav. Use this to inspect or edit a sound the user shares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Base filename when render_wav is set. | |
| source | Yes | A bfxr.net permalink (or ?sfx= payload), or a path to a .bfxr file. | |
| output_dir | No | ||
| render_wav | No | Also write the sound out as a .wav. Default false. |