WhisperAudioconvert class

Class used to convert any audio file to wav

Constructors

WhisperAudioconvert({required File audioInput, required File audioOutput})
const

Properties

audioInput File
Input audio file
final
audioOutput File
Output audio file Overwriten if already exist
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convert() Future<File?>
convert audioInput to wav file
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited