Document how to implement "phaser" using "flanger" #656

Open
opened 2025-10-24 16:32:53 +00:00 by martinwguy · 0 comments
martinwguy commented 2025-10-24 16:32:53 +00:00 (Migrated from codeberg.org)

Document how to implement phaser using flanger

Description

flanger can do everything that phaser can do, but in floating point.

Document in the manual the equivalent flanger command for given phaser parameters.

Analysis

phaser gain-in gain-out delay regen speed -wave

is something like, but not quite,

vol gain-in/(1+regen) \
flanger 0 delay regen*100 100*regen speed wave 0 \
vol gain-out
# Document how to implement `phaser` using `flanger` ## Description `flanger` can do everything that `phaser` can do, but in floating point. Document in the manual the equivalent `flanger` command for given `phaser` parameters. ## Analysis ``` phaser gain-in gain-out delay regen speed -wave ``` is something like, but not quite, ``` vol gain-in/(1+regen) \ flanger 0 delay regen*100 100*regen speed wave 0 \ vol gain-out ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
martinwguy/sox_ng#656
No description provided.