create static method

TensorAudio create(
  1. TensorAudioFormat format,
  2. int sampleCount
)

Implementation

static TensorAudio create(TensorAudioFormat format, int sampleCount) {
  return TensorAudio._(format, sampleCount);
}