[Vorbis] (android) Re: Vorbis(ogg) and andorid

Ian Malone ibmalone at gmail.com
Wed Nov 16 03:41:39 PST 2011


On 12 November 2011 11:02, Antonio <galaxi_999 at yahoo.it> wrote:

> n 9 November 2011 13:17, Antonio <galaxi_999 at yahoo.it> wrote:

>> hi Ian thanks for your answer,
>> i see this
>> http://downloads.xiph.org/releases/vorbis-java/
>>
>> i think that this solution is good, because i want record for max 1 minute.
>> I prefer use java library because i want insert this library in application, this situation is very important for me because  In Android the media codecs are not guaranteed to be available on all platform.
>> do you know example or how to use this library?
>
>>I haven't used it before, but it has an encoding example in it:
>>examples/VorbisEncoder.java
> now i have only this question for you:
> In package vorbis-java i have the coder and encoder for .ogg file?
> best regads

The library should support encoding and decoding so far as I know.
There's only an example encoder, but I think you should be able to
take the example decoder from the libvorbis project (C code) and
translate it without too much trouble, the vorbis-java libraries are a
port of libvorbis.

-- 
imalone


More information about the Vorbis mailing list