| 626 | {"waveType", "WAVE", SettingType::Enum, s_waveTypes}, nullptr}; |
| 627 | |
| 628 | AudioNodeDescriptor * SfxrNode::desc() |
| 629 | { |
| 630 | static AudioNodeDescriptor d {s_sfxParams, s_sfxSettings}; |
| 631 | return &d; |
| 632 | } |
| 633 | |
| 634 | SfxrNode::SfxrNode(AudioContext & ac) |
| 635 | : AudioScheduledSourceNode(ac, *desc()) |
nothing calls this directly
no outgoing calls
no test coverage detected