convertOpusToCaf method
Converts Opus audio data to CAF format and saves it to the specified output path.
inputFile
is the path to the Opus audio file to be converted.
outputPath
is the path where the resulting CAF file will be saved.
Implementation
void convertOpusToCaf(String inputFile, String outputPath) {
_convertOpusToCaf(inputFile, outputPath);
}