pcm16ToUlaw method

  1. @Deprecated('Use encode instead')
Uint8List pcm16ToUlaw(
  1. Uint8List pcm16
)

Implementation

@Deprecated('Use encode instead')
Uint8List pcm16ToUlaw(Uint8List pcm16) => encode(pcm16);