VorbisJava
VorbisJava copied to clipboard
A library for working with Ogg Vorbis files
Add possibility to save metadata changes on Flac files.
I am trying to get metadata of a flac file and I am getting the following error: `Caused by: java.lang.NullPointerException at org.gagravarr.tika.OggAudioParser.extractComments(OggAudioParser.java:62) at org.gagravarr.tika.FlacParser.parse(FlacParser.java:78) at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:280)` there should be a...
Hi there, I'm using maven-enforcer-plugin to make sure I don't have mismatching dependencies in my build. vorbis-java-tika depends on an outdated version of tika-core and pulling it in through tika-parsers...
There aren't any unit tests so I can't really see how to use it.
Will require some basic theora support (beyond existing detection), then a dedicated Tika parser for it Should ideally provide information on both the theora video, and the main audio stream
If the Ogg file is a Vorbis audio file, and the file also contains a Kate stream, then the Tika parser should try to extract the lyrics from the Kate...
I'm writing an audio codec library which depends on this library: https://github.com/jseproject/jse-spi While writing for metadata extracting, I met a problem that I don't know how to use this library...