Currently, the application can support audio files in the WAV format. The Clip interface can support other audio formats though. Below is a list of supported formats:
- AIFF (Audio Interchange File Format),
- AIFC (AIFF Compressed),
- AU,
- and SND (Same as AU).
However, in the future it would be better to support formats like MP3 and OGG since they are more commonly used than WAV and AIFF, for instance. This may require the use of the Java FX library. For now though, these formats should be included.
Currently, the application can support audio files in the WAV format. The
Clipinterface can support other audio formats though. Below is a list of supported formats:However, in the future it would be better to support formats like MP3 and OGG since they are more commonly used than WAV and AIFF, for instance. This may require the use of the Java FX library. For now though, these formats should be included.