Hi David,
I have implemented a Java decoder for FLAC. Currently it only works with
Ogg-wrapped FLAC files, but it should not be too difficult to extend it
with support for "raw" FLAC files. It only took me 8-10 hours to write a
C# port of the Ogg parser and Vorbis decoder from the same library
Aaron Colwell schrieb:
Media applications are able to deeply inspect the file if they really
need to
determine which codec it contains.
In case of Ogg, the application is unfortunately only able to determine
which codec(s) the Ogg file contains if detailed knowledge about the
codecs is known
Hi Baris,
the Android media API (android.media) does not offer the required
capabilities to play software generated PCM samples. The first Android
SDK releases contained non-functional classes from the standard
JavaSound API (javax.sound), but these were removed in later releases. I
opened a b
Richard Ash skrev:
> That's interesting, because Ringdroid plays back WAV files on the
> device:
> http://code.google.com/p/ringdroid
Ringdroid simply points the Android MediaPlayer class to the local file
and tells it to play that file, meaning that Ringdroid will probably
support whatever file
Brian Willoughby schrieb:
> You're not going to be able to create a feasible FLAC implementation
> in Java.
As long as Android obviously has a rather poorly performing VM and no
support for playing software generated PCM samples (except for writing
them to a temporary WAV file and telling Andor
Am 07.01.2011 23:38, schrieb David Richards:
> I'm also interested in another concept of lossless streaming with
> flac. Lets call it broadcast flac. A problem with streaming for long
> periods of time is that the sending and receiving computers clocks go
> out of sync, for example even if I stream
Am 06.10.2012 11:01, schrieb Gravis:
> In "FRAME_HEADER" there is a field of a variable size field with the
> description "if(variable blocksize) \n <8-56> : 'UTF-8' coded sample
> number (decoded number is 36 bits)" and I find the encoding scheme is
> somehow alien (I can't figure out what it has
Hello Olivier,
the limitation is in the file format itself, as the number of channels is
encoded in a 3 bit field in the streaminfo metadata block.
Tor-Einar
Am 25. Januar 2017 16:45:32 MEZ schrieb Olivier Tristan :
>Hi Guys,
>
>I know that FLAC format is currently limited to 8 channels but I
Isn't the FLAC encoder 'tuned' for the compression of audio data at
common sample rates anyway? Does it make sense to use FLAC to compress
arbitrary analog data at very high sample rates as opposed to other
general purpose compression algorithms?
Tor
Am 25.06.2020 um 14:49 schrieb Martijn van