similar to: FLAC.js

Displaying 20 results from an estimated 40000 matches similar to: "FLAC.js"

2012 Mar 12
3
FLAC build for Visual Studio 2010?
Has anyone been able to build the FLAC libraries on Windows using Visual Studio 2010? Thanks, Michael Michael S. Scherotter Microsoft Corporation<http://www.microsoft.com/> Principal Architect Evangelist Email: mischero at microsoft.com<mailto:mischero at microsoft.com> Blog: http://blogs.msdn.com/Synergist Zune<http://social.zune.net/member/MS+Synergist> |
2012 Mar 12
1
FLAC build for Visual Studio 2010?
Download the Visual Studio Ultimate Trial here: http://www.microsoft.com/visualstudio/en-us/try Thanks, Michael -----Original Message----- From: rappard at gmail.com [mailto:rappard at gmail.com] On Behalf Of rappard at dds.nl Sent: Monday, March 12, 2012 9:47 AM To: Michael Scherotter Cc: flac-dev at xiph.org Subject: Re: [flac-dev] FLAC build for Visual Studio 2010? I'd be happy to test
2008 Feb 07
4
how to get flac fingerprint from a wav?
In windows command line: I have a wav file and would like to see what the flac fingerprint would be. To do this I run flac to encode the wav file and write the flac file to the hard disk. I then run metaflac to read the flac file and display the fingerprint. Is there an existing way or other utility to do this without generating the flac file on the hard disk. I would think it could be quicker
2008 Feb 08
2
how to get flac fingerprint from a wav?
Great info. I found some descriptions of st5 (md5 fp) and ffp, where I assume that "fp" is just a Taper abbreviation for "fingerprint" - or signature as it's called in the flac header. However, I could not find these utilities or source code. What I found looked like instructions for a gui-based program. I think it would be easier to support Mac if st5 were
2007 Jun 27
5
24-bit FLAC Files
Hi, we're a small label in Honolulu, Hawaii, starting up, offering FLAC downloads of live performances of local artists, and we're wondering how is the support for 24-bit FLAC files? Our concern is that would it be too difficult for users to burn 24-bit FLAC recordings to CD? Are there any simple tools that convert 24-bit FLAC to 16-bit FLAC, or burning applications that transparently do
2007 Apr 18
5
FLAC: sending output to file
Hi, I'm using windows so I know the wildcard support for flac is broken. That's why I use this command to encode a whole directory of WAV-files to FLAC-files in a command prompt: for %1 in (*.wav) do flac -V --best "%1" This command is fully working Now I want to write the flac output to a file, so I can open this file later. I tried to add > outputfile.txt to the command
2012 Feb 01
3
Meet the new maintainer
rappard at dds.nl wrote: > [some snips] > > > tweaked and applied. The main problem is that the FLAC test suite > > takes 30 minutes to run on a 2.8 GHz Core II Duo. > > > > I encourage the keen to do a daily checkout and build. I will be > > building it on x86 and amd64 Linux every day and running the full > > test suite. Looking for someone to do that
2012 Feb 01
3
Meet the new maintainer
On 1 February 2012 04:30, <rappard at dds.nl> wrote: > It's been a while since I've worked with Visual Studio, so some dumb > questions ahead. To start: should I use > http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express, > or something else? That's a fine place to start if you have windows but don't already have a copy of the
2016 Jun 05
1
flac conversion
On 5 June 2016 at 21:34, Frank Esposito <fpesposito at gmail.com> wrote: > Hello -- > > I have a flac file encode 92/24bit -- what tools are available to > convert these files to wave 44.1/16 bit so then I can convert to > mp3? Thanks > > -- > Frank Esposito Don't you mean 96/24? Also, which platform (*nix, Mac, Windows)? Off the top of my head: Audacity,
2012 Feb 01
2
Meet the new maintainer
rappard at dds.nl wrote: > > I'm particularly interested in seeing the results of compiling > > FLAC under MSVC and would love to see good quality patches. > > It's been a while since I've worked with Visual Studio, so some dumb > questions ahead. To start: should I use > http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express,
2008 Oct 24
1
Decoding error: fingerprint unset in streaminfo block
Using Trader's Little Helper 2.4.1.160 when testing some 16/96 FLAC files I run into the following error: "file is decodable without error, but flac fingerprint cannot be checked since it was unset in the streaminfo block." Is there an automatic checksum verification when testing/decoding? Is there any way to fix this, i.e. get rid of the error? Martin
2008 Feb 08
1
how to get flac fingerprint from a wav?
Thanks for all the responses to my question. I think I can use shntool hash option for my project I did not find in the shntool documentation or flac documentation that the hash or st5 always would match the flac fingerprint. But at least in a couple tests I did they matched. And I found some more comments around the internet indicating they were the same. -----Original Message----- From:
2012 Feb 01
9
Meet the new maintainer
Hi all, Some time ago, I foolishly agreed to become the maintainer of FLAC, the Free Lossless Audio Codec. The original author and maintainer Josh Coalson has been MIA since early 2009. The code has been moved to the Xiph.org git repo and I'll be trying to spend an hour a day on it until I get a backlog of patches reviewed, tweaked and applied. The main problem is that the FLAC test suite
2007 Mar 30
2
Re: FLAC: same features as WavPack
Brian Willoughby wrote: > Hi Justin, > > Are you saying that 24-bit support does not work for you? Which > version of FLAC are you using? What platform? What kind of files are > you trying to compress? > We're using FLAC 1.1.2, and we're compressing any kinds of PCM audio. The software that we make that uses it is REAPER, www.reaper.fm. We sent some messages
2018 Feb 28
2
Using FLAC encoder in my software
Hello I'm the developer of the newly released FM Composer, an open source music software featuring a tracker and an FM synthesizer : http://fmcomposer.org It's currently under GPL v3. I've added a FLAC export feature for the next version to be released, using libFLAC. I'm not really sure about what I can do, even after reading the copyright notice... - Should I use libFLAC as
2011 Jan 08
4
Synchronizing a streaming client to the server Was: Idea to possibly improve flac?
I just thought of something: Given the maximum supported network packet size, and the minimum number of channels (probably stereo) for a FLAC broadcast stream, it should be possible to calculate the absolute longest time that a single network packet could span. Once you know that time, you could simply double it, and then make sure the streaming client always buffers up at least that
2006 Jul 02
2
Problems when using libFLAC to encode 24 bit content
Hi everybody, We have FLAC supported for input/output in REAPER (http://www.reaper.fm), and the problem is that when writing 24 bit FLAC files, the data isn't compressed (i.e. the FLAC is slightly larger than if it was writing to .WAV). The files play back fine, however, and 16 bit mode works great. We're using flac-1.1.2, built on win32 with MSVC6 w/ SP5 + VCPP, and NASM version 0.98.39
2007 Mar 30
2
Re: FLAC: same features as WavPack
Harry Sack wrote: > > > 2007/3/29, Brian Willoughby <brianw@sounds.wa.com > <mailto:brianw@sounds.wa.com>>: > > There actually is no problem with 24-bit support, as I stated > earlier. So before people start chiming in with "me too" - I'd > like to request that you actually say what problem you're seeing, > along with a few
2007 Mar 30
1
Re: FLAC: same features as WavPack
To clarify, I am one of the REAPER developers. To say that FLAC itself is not broken is sort of meaningless--FLAC itself is just a specification. So yes, it is just libFLAC that is broken. I have spent QUITE a bit of time trying to sort out why it fails on 24 bit mode.. If there are some specific alignment requirements of samples, please point me to the documentation of them, but we have
2006 Dec 05
4
flac-1.1.3 fails to decode where flac-1.1.2 works
I'm attempting to decode part of a largefile flac whose seektable is broken or missing and the file is shorter then it's supposed to be, when I use 1.1.2 it decodes fine, when I use 1.1.3 it fails flac --decode --skip=719:58.0 --until=1024:58.0 -o \/home\/sbh\/work\/hs\/out.wav \/mnt\/ss\/sdb\/Sound\/Recording\/2006\-11\-29\/in.flac out.wav: ERROR seeking while skipping bytes