Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Flac 1.0.4 Beta Released (Read 6241 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Flac 1.0.4 Beta Released

I have just finished uploading the source release for FLAC 1.0.4 beta
to Sourceforge; there are no binary releases.  See the included
doc/html/news.html for the changes since 1.0.3; there are quite a few.

http://prdownloads.sourceforge.net/flac/fl...tar.gz?download

Please beat up on this as much as possible in the next week or two and
try and turn up bugs.  Here's a suggested test plan:

configure --enable-exhaustive-tests
[also optionally try out different combinations of --enable-debug
--disable-asm-optimizations --enable-3dnow --enable-sse, as
appropriate]
make
make check  [NOTE this will run for several hours]
make install

Then try making some flac files (AIFF and 24-bit WAVE experiments
especially valuable), try tagging with Vorbis comments using metaflac
(non ISO-8859-1 charsets especially valuable), id3v1 and v2 tags,
checking for tag support in the plugins (note the new config window in
the XMMS plugin).

Special note: 24-bit playback in plugins is currently supported by
dithering the output to 16 bps.  If you want to try and test raw 24-bit
out, delete the "#defing FLAC__DO_DITHER" in all the plugin source
before compiling.  Eventually this will be configurable in the plugins.
If you can write this *please do* and send me a patch.

Also, I noticed too late that there is no "clean" target for the doc/
directory.  I'll also welcome patches for that.

Thanks everyone.

Josh

Flac 1.0.4 Beta Released

Reply #1
I just uploaded Win32 binaries to Mirror 1, below. The 'bundle' includes:- flac.exe, in_flac.dll, metaflac.exe and cnv_flacpcm.wac. Be warned, the latter two are untried!!

(BTW, flac.exe includes ogg support.)

Flac 1.0.4 Beta Released

Reply #2
is ogg in flac (should be the other way round  ) useful on the home PC ? I can't play the file with the vorbis nor the flac plugin

Flac 1.0.4 Beta Released

Reply #3
Quote
is ogg in flac (should be the other way round  ) useful on the home PC ? I can't play the file with the vorbis nor the flac plugin

Odd, work's fine here!

Flac 1.0.4 Beta Released

Reply #4
with which plugin and which settings ?

Flac 1.0.4 Beta Released

Reply #5
I used default settings for flac.exe and the in_flac.dll plugin.

Flac 1.0.4 Beta Released

Reply #6
flac --ogg [if] [of] ?

Flac 1.0.4 Beta Released

Reply #7
Literally just: flac 10.wav.

No other settings at all.

Flac 1.0.4 Beta Released

Reply #8
well, but i want ogg/flac

Flac 1.0.4 Beta Released

Reply #9
Quote
well, but i want ogg/flac

No problem, but you can't play it thru Winamp!! It uses the ogg container and gives it an '.ogg' extension and will decode with the flac decode option, BUT it won't play thru Winamp!!

Flac 1.0.4 Beta Released

Reply #10
would be nice if peter could add it [to his winamp plugin], would be -q 11 or similar

Flac 1.0.4 Beta Released

Reply #11
Actually, I think it's Mr Coalson you need to speak nicely to!!

Flac 1.0.4 Beta Released

Reply #12
well i would like to see this integrated into oggenc or the code of oggenc into flac. So we could use something like lossless ogg files

Flac 1.0.4 Beta Released

Reply #13
Ogg FLAC playback in the plugins is on my list.  It's actually not that hard to do now that I broke out the Ogg-related stuff into libOggFLAC but I don't have time to get it in 1.0.4.

I should mention that there is no real advantage to Ogg FLAC over native FLAC yet; my original reason for adding it was to possibly make it easier to stream FLAC, through Ogg-aware tools, but no one has really picked up that ball yet.  Ogg FLAC files will be slightly larger than native FLAC files.

Josh