Provides an interface for binaural audio processing.
Typical use involves sending it a monophonic signal for processing and then routing its output to a bus.
This interface is mainly a wrapper for two monaural
processors.
- Source:
- To Do:
-
- Document private members
Methods
(static) create(optionsopt) → {syngen.ear.binaural}
Instantiates a new binaural processor.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
<optional> |
Properties
|
- Source:
Returns:
- Type
- syngen.ear.binaural
destroy()
Prepares the instance for garbage collection.
- Source:
from(input)
Connects input
to this.
Parameters:
Name | Type | Description |
---|---|---|
input |
AudioNode |
- Source:
to()
Connects this to output
.
Parameters:
Type | Description |
---|---|
AudioNode |
- Source:
update(relative)
Updates its inner monaural processors with options
.
Parameters:
Name | Type | Description |
---|---|---|
relative |
syngen.tool.vector3d |
- Source: