Flutter Sound Helpers API
convertFile()
convertFile()
convertFile()
Dart API: convertFile()
This verb is useful to convert a sound file to a new format.
infile
is the file path of the file you want to convertcodecin
is the actual file formatoutfile
is the path of the file you want to createcodecout
is the new file format
Be careful : outfile
and codecout
must be compatible. The output file extension must be a correct file extension for the new format.
Note : this verb uses FFmpeg and is not available int the LITE flavor of Flutter Sound.
Example:
</div>
Last updated
Was this helpful?