Type: nodetool.audio.StereoToMono
Namespace: nodetool.audio
Description
Converts a stereo audio signal to mono. audio, convert, channels
Use cases:
- Reduce file size for mono-only applications
- Simplify audio for certain processing tasks
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| audio | audio |
The stereo audio file to convert. | {'type': 'audio', 'uri': '', 'asset_id': None, 'data': None} |
| method | str |
Method to use for conversion: ‘average’, ‘left’, or ‘right’. | average |
Outputs
| Output | Type | Description |
|---|---|---|
| output | audio |
Metadata
Related Nodes
Browse other nodes in the nodetool.audio namespace.