search for: mvanb1

Displaying 20 results from an estimated 215 matches for "mvanb1".

2014 May 19
2
error in files after removing padding
Thanks for the help Martijn, I get the same FLAC__STREAM_DECODER_END_OF_STREAM error after doing the 2 steps you suggested. Scott On Mon, May 19, 2014 at 9:36 AM, Martijn van Beurden <mvanb1 at gmail.com>wrote: > Once more hi, > > I've tried to reproduce this issue, but I am unable to do so. Could you > try to re-encode the file with FLAC (to make sure it is not an issue with > Taglib) and try to strip with metaflac again? This can be done as follows > > f...
2014 May 19
0
error in files after removing padding
...umbers accordingly. op 19-05-14 15:56, Scott Brown schreef: > Thanks for the help Martijn, > > I get the same FLAC__STREAM_DECODER_END_OF_STREAM error > after doing the 2 steps you suggested. > > Scott > > > On Mon, May 19, 2014 at 9:36 AM, Martijn van Beurden > <mvanb1 at gmail.com <mailto:mvanb1 at gmail.com>> wrote: > > Once more hi, > > I've tried to reproduce this issue, but I am unable to do > so. Could you try to re-encode the file with FLAC (to make > sure it is not an issue with Taglib) and try to strip with...
2014 May 19
3
error in files after removing padding
...et the above error when verifying or decompressing. If no artwork and I remove padding, the file verifies and decompresses with no issues. I'm writing tags via Taglib's file.save() but removing padding via metaflac. Thanks, Scott On Mon, May 19, 2014 at 9:16 AM, Martijn van Beurden <mvanb1 at gmail.com>wrote: > Hi Scott, > > Can you be a little more specific? What error do you get? I'm unable to > reproduce this error currently, do you have any files you can share that > are problematic? What version of metaflac are you using? > > It might be a bug, it m...
2014 Sep 03
2
flac-1.1.2-win
...good example of how a new user works. I use google, or I visit the homepage, and then I download and install. As that installer version doesn't work at all, it cant convert WAV files, I suggest to delete it completely. Regards, Jonny On 2 Sep 2014 16:06, "Martijn van Beurden" <mvanb1 at gmail.com> wrote: > > Download the newest version here: http://flacfrontend.sourceforge.net/ > > The version you're using is more than 9 years old and severly outdated. > > Op 02-09-14 om 16:17 schreef Notes Jonny: > > http://sourceforge.net/projects/flac/files/fla...
2014 Jul 26
1
1.21 vs 1.3 encoding speed
...'t change the default encoding level ? >> >> I would include some example timings to give a better idea of what "significantly slower" is >> >> Wonder if you see same for 44/16 files? >> >>> On Jul 25, 2014, at 2:29 AM, Martijn van Beurden <mvanb1 at gmail.com> wrote: >>> >>> Hi, >>> >>> You might want to report this to the flac-dev mailinglist instead of the flac (users) list. >>> >>> op 24-07-14 22:02, Scott Brown schreef: >>>> Hello, >>>> >>>>...
2012 Feb 08
3
FLAC Mathematical Details
Op 07-02-12 19:50, Ralph Giles schreef: > Basically the audio is chopped into a blocks and each block is coded > either uncompressed, as a constant value (good for silence), or with > linear predictive coding plus a rice-coded residual. I don't know how > the encoder decides where to put the block boundaries. AFAIK, FLAC uses a fixed block length so block boundaries are just put
2014 Sep 16
2
flac-1.1.2-win
...nd then I download and > install. > > As that installer version doesn't work at all, it cant > convert WAV > files, I suggest to delete it completely. > > Regards, Jonny > > > On 2 Sep 2014 16:06, "Martijn van Beurden" > <mvanb1 at gmail.com <mailto:mvanb1 at gmail.com>> wrote: > > > > Download the newest version here: > http://flacfrontend.sourceforge.net/ > > > > The version you're using is more than 9 years old and > severly outdated. > > >...
2014 Jul 25
2
1.21 vs 1.3 encoding speed
Are you sure they didn't change the default encoding level ? I would include some example timings to give a better idea of what "significantly slower" is Wonder if you see same for 44/16 files? > On Jul 25, 2014, at 2:29 AM, Martijn van Beurden <mvanb1 at gmail.com> wrote: > > Hi, > > You might want to report this to the flac-dev mailinglist instead of the flac (users) list. > > op 24-07-14 22:02, Scott Brown schreef: >> Hello, >> >> I'm on a Mac and I'm noticing that encoding via the flac comman...
2013 Jul 01
2
About Decode Streaming
...ps://github.com/oneman/libflac/tree/master/examples/cpp. I used FLAC__stream_decoder_process_single function but it still gives exception. Maybe I could not control read callback, you're right. I will check it and write result in this thread. Thanks for help. 2013/7/1 Martijn van Beurden <mvanb1 at gmail.com> > I'll top-post this one because it wasn't sent to the mailinglist but to > me. Please reply to list next time. > > I assume you mean the main.c files in the encode and decode directory > under examples. I can't really determine the root cause of your p...
2020 Jun 22
3
FLAC specification clarification
...coder/decoder (such as 25-32 bits per > sample) but could be in a different implementation? If so, I am not sure > whether it makes sense to change the specification based on the reference > implementation. > > Stephen > > On Wed, Jun 17, 2020 at 3:22 PM Martijn van Beurden <mvanb1 at gmail.com> > wrote: > >> Hi all, >> >> When trying to better understand the way LPC exactly works, I stumbled >> upon something which, after some digging, was already reported and (partly) >> fixed: https://sourceforge.net/p/flac/bugs/424/ >> >>...
2013 Jul 01
3
About Decode Streaming
Hi, I am developing an audio network system and using boost, OpenAL and FLAC library in C/C++. I can stream raw audio data over network but I want to encode audio before streaming in current PC and decode after streaming in other PC because of bandwidth limit. I run your sample codes, encode.c and decode.c, about file encode / decode. Then, I run streaming encode / decode with two different
2015 Jul 13
2
FLAC implementation in Windows 10
Hi all, Quite some time ago, it became clear that Windows 10 would feature out-of-the-box decoding support for the FLAC format. However, I discovered today that Windows 10 will feature FLAC encoding support as well, in the CD rip feature of Windows Media Player. It seems that Microsoft decided to take the reference implementation, as the generated files have "reference libFLAC 1.3.0
2014 May 19
0
error in files after removing padding
...f no artwork and I > remove padding, the file verifies and decompresses with no issues. > > I'm writing tags via Taglib's file.save() but removing padding > via metaflac. > > Thanks, > Scott > > > On Mon, May 19, 2014 at 9:16 AM, Martijn van Beurden > <mvanb1 at gmail.com <mailto:mvanb1 at gmail.com>> wrote: > > Hi Scott, > > Can you be a little more specific? What error do you get? > I'm unable to reproduce this error currently, do you have > any files you can share that are problematic? What version >...
2013 Mar 15
3
flac-dev Digest, Vol 100, Issue 36
...ssion. > > -- > -Dec. > --- > (no microsoft products were used to create this message) > "Mosaic is going to be on every computer in the world." - Marc Andreessen, > 1994 > > > > ---------- Forwarded message ---------- > From: Martijn van Beurden <mvanb1 at gmail.com> > To: flac-dev at xiph.org > Cc: > Date: Thu, 14 Mar 2013 20:12:14 +0100 > Subject: Re: [flac-dev] Higher compression modes from Flake > On 14-03-13 20:02, Declan Kelly wrote: > >> The next official release of the FLAC command line should really have a >&...
2013 May 26
6
Anything else for Flac 1.3.0?
On 26-05-13 14:20, Martijn van Beurden wrote: > On 26-05-13 11:33, Erik de Castro Lopo wrote: >> Hi all, >> >> In my latest commit I have updated all version strings and copyright >> dates. > > Here are two patches for the website, updating the copyright as well > and copying the changelog. I would like to propose copying the > contents of flac-website.git
2014 Nov 23
3
New release
I can confirm git head builds and passes /make fullcheck/ (skipping the noise part of test_streams.sh) on - armv6-linux (Raspbian), GCC 4.6 & GCC 4.8 - i686-pc-mingw32, GCC 4.8.1 - MSVC 2005 Express 32-bit (make fullcheck with MinGW) - MSVC 2013 Express 32-bit (make fullcheck with MinGW) Furthermore, I've also ran the test_streams.sh of FLAC 1.2.1 with FLAC 1.2.1 as encoder and git as
2015 Jul 16
2
FLAC implementation in Windows 10
On Jul 14, 2015, at 8:18 AM, Declan Kelly <flac-dev at groov.ie> wrote: > On Mon, Jul 13, 2015 at 01:28:22PM +0200, mvanb1 at gmail.com wrote: >> FLAC is not the only one though, Apple Lossless has been added >> to the mix in the same way, but (properly) creates smaller files. > > Can anyone on the list (possibly someone who works for MSFT) get this > fixed before Win10 is released? What size di...
2020 Jun 25
0
FLAC specification clarification
...gest. Philosophically my objection to changing the spec based on lack of known implementations is that it could be artificially limiting, for example the same argument about breaking existing decoders could be made for 32-bit samples sizes. On Mon, Jun 22, 2020 at 1:33 AM Martijn van Beurden <mvanb1 at gmail.com> wrote: > Yes, this is such a case. However, implementing this in a future > encoder/decoder would break compatibility with most (likely all) existing > decoders, and only in some very, very rare cases where the material is such > that the encoder chooses to use negativ...
2013 Jul 01
0
About Decode Streaming
...es 3 callback functions, write, read and error. > What I understand from LOST SYNC exception is write and read > callback must runs sync. I can not success it, code runs only > reading callbacks and throws LOST_SYNC exception. > > > 2013/7/1 Martijn van Beurden <mvanb1 at gmail.com > <mailto:mvanb1 at gmail.com>> > > On 01-07-13 16:48, Burak Or?un ?zkablan wrote: > > [...] > > > > I run your sample codes, encode.c and decode.c, about file > encode / > > decode. Then,...
2013 Jul 02
2
About Decode Streaming
...sed FLAC__stream_decoder_process_single function but it still gives >> exception. Maybe I could not control read callback, you're right. >> I will check it and write result in this thread. >> >> Thanks for help. >> >> >> 2013/7/1 Martijn van Beurden <mvanb1 at gmail.com> >> >>> I'll top-post this one because it wasn't sent to the mailinglist but >>> to me. Please reply to list next time. >>> >>> I assume you mean the main.c files in the encode and decode directory >>> under examples. I can...