similar to: flac hardware recoder

Displaying 20 results from an estimated 60000 matches similar to: "flac hardware recoder"

2004 Sep 10
1
flac hardware recoder
Hello, my name is Christopher Timko. I am currently a Senior at the University of Arkansas majoring in computer engineering. As part of our graduation requirements, we must complete a design project. Students are encouraged to chose open source technology, since a network of development exists for most of these ideas. I have decided to investigate the feasibility of creating a hardware
2011 May 17
1
Is FLAC hardware independent?
Dear list, > Which "output file" are you referring to?? Also, your question is incompletely specified, because you do not qualify whether the input is the same when you expect the output to be the same. My question is the following: For any encoding option (e.g. -5, default), does the flac encoder produce the same byte-for-byte output regardless of the CPU? Regards, Fernando
2011 May 21
1
Is FLAC hardware independent?
> PS: Here is the answer of David Bryant, the developer of WavPack: "The WavPack codec is hardware independent; the standard "C" encoder will produce the same byte-for-byte output regardless of the CPU it is running on (assuming a properly working C compiler, of course)." The same is true of flac, as long as you're using the same version of the encoder, right? The same
2011 Jan 10
0
FLAC is dead?
On Jan 10, 2011, at 11:59, grarpamp wrote: > However, about 1.5 years ago you could get a factory new SL-1200 > for $485US. Now one cannot be had for under $825. Furthermore, you > may follow this link and attempt to find any major seller with in > stock quantities of any model at a sane price. That would be an > excercise in futility. Therefore, they've left the market.
2011 Jan 10
0
FLAC is dead?
> Oh I don't doubt the basics, red book is red book and bits are > identically replicable and re rippable bits. I don't see any problem with taking innovation as far as is practical and saying "it's finished, no more updates". I'm not expecting FLAC or cdparanoia to be able to integrate with FaceHugger, or even to be able to query track titles online. If I want to
2004 Sep 10
1
Re: process for petitioning for more flac hardware support
> > i was wondering how one would go about approaching hardware > manufacturers to support flac. > One thing to do first might be to make sure that flac is suitable to run on lost cost hardware. For example the amount of buffering required in the decoder. If I understand the flac format correctly, all decoders must support block sizes upto 65535 samples (ie 256k of decoded stereo
2004 Sep 10
1
process for petitioning for more flac hardware support
i was wondering how one would go about approaching hardware manufacturers to support flac. i get the sense that in the case of phatnoise, one of their devs already knew about flac and took the initiative (although if this isn't the case, please correct me). but how would you go about asking say, apple, to add flac support to the ipod? the ipod can already play a number of formats,
2011 Apr 03
1
FLAC and Window 7 64bit
I have used FLAC and FLAC Frontend on my windows XP machine for years but I cannot get it to run on my Windows 7 64bit machine for some reason. I have installed FLAC.exe and FLAC Frontend and I can load the .wav files into the Frontend and when I click on encode I get the command line screen for about two seconds and then it disappears and that's as far as I can get. I don't get any error
2007 Apr 01
3
Microsoft will add support for Vorbis and FLAC on their Zune player!
Microsoft officially confirmed on Friday that it is working on adding Vorbis and FLAC support on its music and entertainment "project" dubbed Zune, which includes hardware and software products that offer users on-the-go access to music and entertainment. "Under the Zune brand, we will deliver Vorbis and FLAC support on our family of hardware and software products, the first of
2011 May 16
2
Is FLAC hardware independent?
Dear list, We are investigating about some state-of-the-art lossless audio codecs and their performance in terms of? rate and compression ratio. Therefore, it is very important to us to know whether a codec is hardware independent, i.e. if it produces the same output file regardless of the hardware. Could you please tell me whether FLAC is hardware independent? Thank you very much in advance.
2011 May 23
0
Is FLAC hardware independent?
FLAC is a format which guarantees lossless data preservation. FLAC does not guarantee a specific or consistent compression ratio. If you are looking for a guarantee that the compression ratio is repeatable, then you are looking in the wrong place. While it is probably true that the same executable will produce the same FLAC file from the same source file on different PCs, I'm not
2004 Sep 10
1
flac hardware recorder
My name is christopher timko. I am a senior in computer engineering doing work on a hardware implimentation of flac. I was curious if someone could help me by pointing me to section of code i need to be looking at for the pc version of flac. Unfortunatly, i am not that accoustomed to looking at full c projects, so i am kind of lost here. I found the encode function in the main routine
2011 Jan 10
5
FLAC is dead?
>> Oh I don't doubt the basics, red book is red book and bits are >> identically replicable and re rippable bits. > > I don't see any problem with taking innovation as far as is practical > and saying "it's finished, no more updates". Sure, basics :) Again, I'm meaning in regard to about bugs, docs, porting and nits. > If I want to do freedb
2008 Feb 07
0
Hardware FLAC decoder
I'd like to announce the first public demo of a hardware FLAC decoder that I and three of my colleagues have been working on over the past 8 months. This project has been developed as part of the University of Waterloo's Fourth Year Design Project requirement for undergrad students in Electrical & Computer Engineering. Our decoder has been implemented in VHDL and is currently
2011 Jan 09
2
Idea to possibly improve flac?
> did you read brian w's explanation of why FLAC appears "dead" ? the > same thing really > applies to cdparanoia, a program now more than 10 years old, maybe > even 15. some things about ripping audio CDs just .... don't change. Oh I don't doubt the basics, red book is red book and bits are identically replicable and re rippable bits. But just as I said, there
2011 Sep 28
0
FLAC::Encoder::Stream == "FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA"
I'm using flac-1.2.1 and visual studio 2010 on windows xp sp3 and I want to compress raw CDDA with the stream encoder to a file. But I just can't get the flac encoder to work, the encoder always returns an error enc.get_state() == "FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA" get_verify_decoder_state() == "FLAC__STREAM_DECODER_READ_FRAME" this is the code I
2011 Apr 29
1
flac and windows 7 64 bit
Has anyone had any luck getting flac frontend to work with windows 7 64 bit? No matter what I try I cannot get flac to work even running it with administrator privileges. I never had a problem using fiac on my old windows XP 32 bit system. Thanks, gene -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 25
1
FLAC: re-encoding
Harry, I wrote a little command line utility for this in C# - the lib it uses is a little overkill for the task but it does work. As Josh noted there is no compression gain, so I wouldn't bother unless you have FLAC's encoded with older versions. I also think Josh said there's a .BAT file out there that does the same thing. Here's the file:
2004 Sep 10
0
flac command line usage (was: the road to 1.0...)
> > I think the easiest way to make all of this "just work" would be to > provide > > a default output filename for both encoding and decoding, e.g.: > > > > flac file.wav > > > > would produce file.flac, and > > > > flac -d file.flac > > > > would produce file.wav. That way, flac *.wav and flac -d *.flac > are >
2007 Apr 08
0
FLAC 24 bit test results
On Thu, Apr 05, 2007 at 06:48:06PM +0200, Josh Green wrote: > It seems that generally Wavpack does a little better than FLAC at > compressing audio. But that is generally within a rather small margin. > 20% margin seems a little large to me though. There may indeed be no > problem with the FLAC reference implementation in regards to 24 bit and > its just having trouble compressing