AudioStreamFeatureCtor type

Represents the constructor for AudioStreamFeature object, along with the context argument.

type AudioStreamFeatureCtor<TFeature> = (
  context: AudioStreamFeatureContext
) => TFeature