// Close the input sound file, because we are done with it.
soundReader.closeFile();
// Close the output sound file, because we are done with it.
soundWriter.closeFile();
} catch (Exception ex) {
System.err.println(ex);
}
System.out.println("Done.");