0

I'm looking to open/manipulate CAF (Core Audio Format) files from a Java application that already uses javax.sound to do its work. Does anybody know of a javax.sound wrapper for libsox or libsndfile, each of which support CAF natively?

Paul
  • 53
  • 4

1 Answers1

-1

Pretty sure those things don't exist. Maybe this will work, though: http://jffmpeg.sourceforge.net/

Bjorn Roche
  • 11,279
  • 6
  • 36
  • 58