AudioPcm constructor

const AudioPcm({
  1. int? rate,
})

Creates an AudioPcm.

Implementation

const AudioPcm({this.rate});