
com.sipgate.mp3wav.ConversionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mp3-wav Show documentation
Show all versions of mp3-wav Show documentation
A simple in memory mp3 to wave converter
The newest version!
package com.sipgate.mp3wav;
public class ConversionException extends RuntimeException {
public ConversionException(Throwable cause) {
super("Failed to convert audio data", cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy