{
  "Description": "Stream sound settings.",
  "BaseVolume": 0.0125,
  "BaseVolumeDescription": "Base volume for stream sounds at the stream source.<br>0.0 is no sound, 1.0 is full volume.",
  "MaxVolume": 0.5,
  "MaxVolumeDescription": "Maximum volume that stream sounds can reach.<br>0.0 is no sound, 1.0 is full volume.",
  "VolumeScaleWithWidth": 0.75,
  "VolumeScaleWithWidthDescription": "Additional volume added at the anchor length.<br>The volume scales along the streams from BaseVolume to VolumeScaleWithWidth.",
  "AmbientBlockCount": 12.0,
  "AmbientBlockCountDescription": "Number of stream blocks needed to reach the full sound volume.<br>Lower AmbientBlockCount makes streams louder with fewer blocks",
  "EnableCustomStreamSound": true,
  "EnableCustomStreamSoundDescription": "Whether to use the custom stream sound file instead of the vanilla creek sound",
  "LowPassFilterBase": 1.2,
  "LowPassFilterBaseDescription": "Base low-pass filter amount for narrow stream sounds.<br>Lower LowPassFilterBase reduces high frequencies at the source.",
  "LowPassFilterWidthScale": 0.55,
  "LowPassFilterWidthScaleDescription": "How much to reduce high frequencies as stream width increases.<br>Wider streams have more bass.",
  "LowPassFilterMinimum": 0.35,
  "LowPassFilterMinimumDescription": "Minimum low-pass filter value for the widest streams.",
  "EnableFrequencyFiltering": true,
  "EnableFrequencyFilteringDescription": "Whether to enable dynamic frequency filtering based on distance from the stream and the local stream width"
}