Re: [Flac-dev] C#/.NET P/Invoke wrapper or native port of libFLAC

2005-12-21 Thread Tor-Einar Jarnbjo
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

[Flac-dev] Re: [xiph-rtp] Re: [Vorbis-dev] Proposal: An extension to rules all others

2007-03-06 Thread Tor-Einar Jarnbjo
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

Re: [Flac-dev] Flac player for Android

2008-12-22 Thread Tor-Einar Jarnbjo
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

Re: [Flac-dev] Flac player for Android

2008-12-26 Thread Tor-Einar Jarnbjo
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

Re: [Flac-dev] FLAC support for Android?

2009-02-23 Thread Tor-Einar Jarnbjo
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

[Flac-dev] Synchronizing a streaming client to the server Was: Idea to possibly improve flac?

2011-01-07 Thread Tor-Einar Jarnbjo
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

Re: [flac-dev] Questions about FLAC documentation

2012-10-06 Thread Tor-Einar Jarnbjo
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

Re: [flac-dev] Flac multi channel

2017-01-25 Thread Tor-Einar Jarnbjo
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

Re: [flac-dev] Support for ultra-high sample rates?

2020-06-25 Thread Tor-Einar Jarnbjo
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