Audio constructor

Audio({
  1. bool? highBoost,
  2. bool? lowBoost,
  3. double? lufs,
})

Implementation

Audio({
  this.highBoost,
  this.lowBoost,
  this.lufs,
});