Add Dart API for audio tagging (#1181)

This commit is contained in:
Fangjun Kuang
2024-07-29 11:15:14 +08:00
committed by GitHub
parent 69b6b47d91
commit cd1fedaa49
30 changed files with 504 additions and 18 deletions

View File

@@ -80,5 +80,5 @@ void main(List<String> arguments) async {
samples: audio.samples,
sampleRate: audio.sampleRate,
);
print('Saved to ${outputWav}');
print('Saved to $outputWav');
}