search for: karamanolev

Displaying 14 results from an estimated 14 matches for "karamanolev".

2010 Jun 22
2
FLAC StreamInfo Parsing
...r to parse it you need too build a bit-reading infrastructure. Eg. a class that accepts a byte stream, implements buffering, etc, etc, and supports reading a specified number of bits, not bytes as you are used to. There is quite a lot of bit logic there, but nothing too scary. Best Regards, Ivailo Karamanolev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20100622/ad5b992f/attachment.htm
2010 Jan 05
3
FLAC C API / Visual Studio 2008 FILE* Issue
...t crashes without any reason. It's not a problem to stick with my own callbacks for reading, but fixing this issue (if it's not just me) would be nice. On Wed, Jan 6, 2010 at 12:38 AM, Erik de Castro Lopo <mle+la at mega-nerd.com<mle%2Bla at mega-nerd.com> > wrote: > Ivailo Karamanolev wrote: > > > I am currently learning the FLAC C API and had the code working with > > FLAC__stream_decoder_init_file. However, since I'd need the Unicode > filename > > support, I tried _wfopen_s in combination with > > FLAC__stream_decoder_init_FILE, however I get...
2010 Jan 06
4
FLAC C API / Visual Studio 2008 FILE* Issue
...nce with native debuggers (I'm a kind of .NET man) may be able to detect where the error comes from more precisely. About the Windows weirdness - we all want to program for Linux/Unix only, but even I don't want to use it for my desktop, so I guess we'll have to deal with Win32. Ivailo Karamanolev On Wed, Jan 6, 2010 at 1:15 AM, Ben Allison <benski at winamp.com> wrote: > Ivailo - > > FILE objects are internal to the C runtime library, they are not system > objects like HANDLEs (windows) or file descriptors (unix). This means > that if libFLAC has linked against a dif...
2008 Nov 03
0
No subject
else. Stuart =20 ----- Original Message -----=20 From: Ivailo Karamanolev=20 To: flac-dev at xiph.org=20 Sent: Wednesday, January 06, 2010 7:49 AM Subject: Re: [Flac-dev] FLAC C API / Visual Studio 2008 FILE* Issue I thought about this, and the MSVCRT mismatch also. What annoys me is = that I even tried compiling the library myself (with exactly the same = Visu...
2010 Jan 05
2
FLAC C API / Visual Studio 2008 FILE* Issue
Hello, I am currently learning the FLAC C API and had the code working with FLAC__stream_decoder_init_file. However, since I'd need the Unicode filename support, I tried _wfopen_s in combination with FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as I call FLAC__stream_decoder_process_until_end_of_stream. The same code (partially taken from the examples) is working
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
Ivailo Karamanolev wrote: > I am currently learning the FLAC C API and had the code working with > FLAC__stream_decoder_init_file. However, since I'd need the Unicode filename > support, I tried _wfopen_s in combination with > FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as I...
2012 Mar 20
1
Predicting the loss of data from flacs to mp3
Hello, My partner and I are both high school students who are working on a device that encrypts secret messages into sound files. The method that we are using involves the conversion of data into an mp3 format, and this results in a loss of data that is crucial to the success of the device. We would like to be able to predict which points are going to be modified significantly or lost completely
2011 Feb 23
2
flac source code??
Hi everyone. Is it possible for me to get the source code for the flac program? especially the .c file. I got confused when I downloaded the file at the web, and only got the .h file. It's is really confused me. Or maybe can anybody tell me about the algorithm that is used? Sorry if it bothering all of you, because I still newbie in audio compression. Fyi, I want to use flac algorithm for my
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
...t > a > problem to stick with my own callbacks for reading, but fixing this issue > (if it's not just me) would be nice. > > On Wed, Jan 6, 2010 at 12:38 AM, Erik de Castro Lopo > <mle+la at mega-nerd.com<mle%2Bla at mega-nerd.com> >> wrote: > >> Ivailo Karamanolev wrote: >> >> > I am currently learning the FLAC C API and had the code working with >> > FLAC__stream_decoder_init_file. However, since I'd need the Unicode >> filename >> > support, I tried _wfopen_s in combination with >> > FLAC__stream_decoder_...
2010 Jul 29
0
Flac-dev Digest, Vol 70, Issue 5
...-------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.xiph.org/pipermail/flac-dev/attachments/20100728/9f90e23e/attachment.html > > ------------------------------ > > Message: 2 > Date: Wed, 28 Jul 2010 16:57:56 +0300 > From: Ivailo Karamanolev <ivailo91 at gmail.com> > Subject: Re: [Flac-dev] Track Markers? > To: flac-dev at xiph.org > Message-ID: > <AANLkTin8meomKrK6HkCDpmGTee=vE=XH7gdMWfJLqKX7 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Neil, > > What exact...
2010 Jul 29
1
Flac-dev Digest, Vol 70, Issue 5
...t; > URL: >> > >> http://lists.xiph.org/pipermail/flac-dev/attachments/20100728/9f90e23e/attachment.html >> > >> > ------------------------------ >> > >> > Message: 2 >> > Date: Wed, 28 Jul 2010 16:57:56 +0300 >> > From: Ivailo Karamanolev <ivailo91 at gmail.com> >> > Subject: Re: [Flac-dev] Track Markers? >> > To: flac-dev at xiph.org >> > Message-ID: >> > <AANLkTin8meomKrK6HkCDpmGTee=vE=XH7gdMWfJLqKX7 at mail.gmail.com> >> > Content-Type: text/plain; charset="iso-8859-1&...
2010 Jun 23
3
FLAC StreamInfo Parsing
...de StreamInfo, VorbisComments,SeekPoints and Application blocks without bitStream implementation. But I'd be really pleased if anyone pointed me out how to deal with endianness. Thank you! 2010/6/23 Brian Willoughby <brianw at sounds.wa.com>: > > On Jun 22, 2010, at 07:21, Ivailo Karamanolev wrote: >> Hello Ilia, >> >> The FLAC format by nature is not a byte stream, it's a bit stream. >> Therefore, in order to parse it you need too build a bit-reading >> infrastructure. Eg. a class that accepts a byte stream, implements >> buffering, etc, etc, an...
2012 Oct 06
4
Questions about FLAC documentation
I'm implementing a FLAC decoder from scratch (save OGG stuff if I can help it) because libFLAC simply will not fit my embedded platform, For the most part I'm implementing using just the documentation but not all of the documentation is concise (especially about variable sized fields) and after looking at the libFLAC source I find myself befuddled so I thought it best to get the
2012 Oct 06
0
Questions about FLAC documentation
If you only have a C compiler, how can you compile the C++ code to put a C frontend on it? On Sat, Oct 6, 2012 at 2:01 AM, Gravis <flac at adaptivetime.com> wrote: > I'm implementing a FLAC decoder from scratch (save OGG stuff if I can > help it) because libFLAC simply will not fit my embedded platform, > For the most part I'm implementing using just the documentation but