FLAC 1.1.3 beta1 available |
![]() ![]() |
FLAC 1.1.3 beta1 available |
Nov 7 2006, 08:04
Post
#101
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
yeah, this is only for the windows binary, I couldn't get MSVC6 to accept dashes in /D arguments in the .dsp file, even with quoting. the 1.1.3 final will not have this problem since there will be no beta suffix or dashes.
Egor, thanks for the file, will check it out tomorrow. Josh |
|
|
|
Nov 9 2006, 10:18
Post
#102
|
|
|
Group: Members Posts: 132 Joined: 18-February 04 Member No.: 12104 |
I wanted to warn a smaller project, but i cannot seem to find any api documentation of 1.1.3 (the website has the old stuff and can't find anything in cvs).
So were can api documentation be found? |
|
|
|
Nov 9 2006, 17:29
Post
#103
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
yes, unfortunately the API docs are built from sources at release time and not checked in. the easiest way would be to check out CVS head anonymously:
http://sourceforge.net/cvs/?group_id=13478 ...and run Doxygen. or just read the raw porting guide in include/FLAC/all.h: http://flac.cvs.sourceforge.net/*checkout*...lude/FLAC/all.h Josh |
|
|
|
Nov 12 2006, 22:38
Post
#104
|
|
|
Group: Members Posts: 65 Joined: 3-May 05 Member No.: 21842 |
One small problem with version info. I use flac.exe –version and metaflac.exe –show-vendor-tag in a windows batch script to determine if a .flac file needs to be updated to a newer version. The problem is the output is no longer consistent. flac.exe –version = flac 1.1.3beta2 metaflac.exe --show-vendor-tag = reference libFLAC 1.1.3-beta2 20061016 The “-“ seems to be the problem. Can you make the change in the final version so my script will work again? Thanks! Would you mind posting your batch file please? I would love to know which of my FLAC files need updating and let the batch file go through them all and update just the ones that need updating. |
|
|
|
Nov 15 2006, 06:31
Post
#105
|
|
|
Group: Members Posts: 24 Joined: 9-June 04 Member No.: 14565 |
That function is part of a larger script I use for multi-format flac conversion. You can download my current 1.1.2 compatable package from: http://www.revnull.com/download.php?file=!convert.zip
Just unzip the !convert directory into the root of your flac file directory. Run the flac-util.cmd script and follow the prompts. |
|
|
|
Nov 15 2006, 11:28
Post
#106
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
Hi everybody,
I was just wondering if the LYRICS tab request (see previous topic pages) has been taken into consideration (maybe it already has). IMHO it should be quite easy to implement (I guess it's just an empty space of a given size, isn't it ?). Josh ? Any news on that matter ? Thanks again / Jose |
|
|
|
Nov 15 2006, 15:26
Post
#107
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
I was just wondering if the LYRICS tab request (see previous topic pages) has been taken into consideration (maybe it already has). IMHO it should be quite easy to implement (I guess it's just an empty space of a given size, isn't it ?). Hi, support for LYRICS tag has already been added. You can add lyrics text to your flac files like that: flac.exe --tag-from-file=LYRICS=lyrics.txt (while encoding), metaflac.exe --set-tag-from-file="LYRICS=lyrics.txt" If you want to add an empty LYRICS tag, then use following options: flac.exe --tag=LYRICS="" (while encoding) metaflac.exe --set-tag="LYRICS=" |
|
|
|
Nov 15 2006, 17:25
Post
#108
|
|
|
Group: Members Posts: 65 Joined: 3-May 05 Member No.: 21842 |
That function is part of a larger script I use for multi-format flac conversion. You can download my current 1.1.2 compatable package from: http://www.revnull.com/download.php?file=!convert.zip Just unzip the !convert directory into the root of your flac file directory. Run the flac-util.cmd script and follow the prompts. Thank you! |
|
|
|
Nov 16 2006, 06:21
Post
#109
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
Foobar2000 generates multichannel WAV files, which are not compatible with flac.exe 1.1.3 and Windows Media Encoder. I've sent you a sample to the address at sf.net. ok, these look like the WAV files flac used to generate too, they are 6ch WAVEFORMATEX which are technically not allowed but common. the way I am handling this in flac-1.1.3 is an undocumented option '--channel-map=none' to let flac assume the channels are in WAVEFORMATEXTENSIBLE's order. note that you still have to feed flac a multichannel file that uses one of the legal channel assignments (http://flac.cvs.sourceforge.net/*checkout*...ml#frame_header) if you want to make sure the decoded WAV later has the right channels in the right order with the right channel mask. Josh |
|
|
|
Nov 16 2006, 09:06
Post
#110
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
Thanks Egor for your valuable information. Now all we need is music software support for FLAC 1.1.3 including the new "picture" and "LYRICS" tags.
FLAC 1.1.3 is going to ROCK ! Oh BTW, what's the point in adding an empty LYRICS tag ? I don't understand. |
|
|
|
Nov 16 2006, 09:29
Post
#111
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
Oh BTW, what's the point in adding an empty LYRICS tag ? I don't understand. An empty LYRICS tag is kinda LYRICS tab you've asked about I was just wondering if the LYRICS tab request (see previous topic pages) has been taken into consideration (maybe it already has).
|
|
|
|
Nov 17 2006, 15:09
Post
#112
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
Ooh, sorry, I meant "tag" not "tab" !
My question was just about the use of an EMPTY lyrics tag. As far as I know we are not compelled to tell FLAC to define empty tags for all the other tags (title, album, genre, etc, etc.). They are default-defined (and empty of course until they are filled), and I guess it will be the same for the picture and LYRICS tags. So I don't see the use in defining an empty lyrics tag, except for deleting the lyrics you don't want anymore of course. Is that what you meant ? This post has been edited by Jose Hidalgo: Nov 17 2006, 15:11 |
|
|
|
Nov 17 2006, 17:13
Post
#113
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
My question was just about the use of an EMPTY lyrics tag. As far as I know we are not compelled to tell FLAC to define empty tags for all the other tags (title, album, genre, etc, etc.). They are default-defined (and empty of course until they are filled), and I guess it will be the same for the picture and LYRICS tags. that's right So I don't see the use in defining an empty lyrics tag, except for deleting the lyrics you don't want anymore of course. for that you can use 'metaflac --remove-tag=LYRICS' another update: 1.1.3 is in final testing now so it should be ready witihin a week or so. updated comparison here: http://flac.sourceforge.net/comparison.html Josh |
|
|
|
Nov 17 2006, 17:28
Post
#114
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
Thanks Josh, that's great news !
No offense intended of course, but as far as I know the information on WavPack given at http://flac.sourceforge.net/comparison.html is a bit outdated isn't it ? Here ( http://wiki.hydrogenaudio.org/index.php?ti...less_comparison ) it seems that WavPack has both streaming capabilities and hardware support. Am I wrong ? (I am not used to WavPack). This post has been edited by Jose Hidalgo: Nov 17 2006, 17:30 |
|
|
|
Nov 17 2006, 20:13
Post
#115
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
yeah, that part does need some maintenance but I fixed some of the glaring stuff.
|
|
|
|
Nov 18 2006, 00:33
Post
#116
|
|
|
Group: Developer Posts: 1289 Joined: 17-March 03 From: Calgary, AB Member No.: 5541 |
Sort of off-topic, but the developers page at http://flac.cvs.sourceforge.net/*checkout*.../api/index.html doesn't seem to exist.
|
|
|
|
Nov 18 2006, 10:30
Post
#117
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
Sort of off-topic, but the developers page at http://flac.cvs.sourceforge.net/*checkout*.../api/index.html doesn't seem to exist. You can find the documentation in the latest source tarball (e.g., flac-1.1.3-beta2.tar.gz). See also the quote below: yes, unfortunately the API docs are built from sources at release time and not checked in. the easiest way would be to check out CVS head anonymously:
http://sourceforge.net/cvs/?group_id=13478 ...and run Doxygen. or just read the raw porting guide in include/FLAC/all.h: http://flac.cvs.sourceforge.net/*checkout*...lude/FLAC/all.h |
|
|
|
Nov 19 2006, 19:25
Post
#118
|
|
|
Group: Members Posts: 326 Joined: 30-September 05 From: London, Europe Member No.: 24805 |
the beta seems fine. I'm still writing patches for various projects that are affected by API changes to make the transition easier. should be a couple more weeks. Josh Have you been in contact with the developers behind taglib? It is a popular open source metadata lib and getting things like lyrics and image support in there means that probably very soon a lot of open source players will support it. They are working on releasing 1.5 (stable) soon but getting it in now would still be on time judging from the dev-list. This post has been edited by Maurits: Nov 19 2006, 19:26 |
|
|
|
Nov 28 2006, 09:38
Post
#119
|
|
|
Group: Members Posts: 81 Joined: 4-July 02 Member No.: 2477 |
Are there any news regarding the final testing? (...another update: 1.1.3 is in final testing now so it should be ready witihin a week or so...)
|
|
|
|
Nov 28 2006, 20:20
Post
#120
|
|
|
Group: Members Posts: 81 Joined: 4-July 02 Member No.: 2477 |
Hi all,
I just checked the download site again and flac 1.1.3 is now out and ready to download! |
|
|
|
Nov 28 2006, 23:13
Post
#121
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
Thanks fairway.
However I don't see any mention of the LYRICS tag in the changelog : http://flac.sourceforge.net/changelog.html. And the windows installer link ( http://cyberial.com/flacinstaller.asp ) still points to FLAC 1.1.2a : it seems that only the "tools only" link ( http://sourceforge.net/project/showfiles.p...ackage_id=12675 ) has been updated. This post has been edited by Jose Hidalgo: Nov 28 2006, 23:16 |
|
|
|
Nov 28 2006, 23:39
Post
#122
|
|
|
Group: Members Posts: 72 Joined: 17-June 06 Member No.: 31938 |
You will find the Windows binaries over here:
http://sourceforge.net/project/showfiles.p...lease_id=467249 This post has been edited by arpeggio: Nov 28 2006, 23:43 |
|
|
|
Nov 28 2006, 23:47
Post
#123
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
Same links as the last one I gave up here (same binaries in fact)...
|
|
|
|
Nov 29 2006, 06:38
Post
#124
|
|
|
Group: Banned Posts: 232 Joined: 20-January 06 Member No.: 27228 |
Thanks fairway. However I don't see any mention of the LYRICS tag in the changelog : http://flac.sourceforge.net/changelog.html. And the windows installer link ( http://cyberial.com/flacinstaller.asp ) still points to FLAC 1.1.2a : it seems that only the "tools only" link ( http://sourceforge.net/project/showfiles.p...ackage_id=12675 ) has been updated. Yes, I agree with you, a reference in the FLAC 1.1.3 Docs and CHANGELOG would be nice to let people know that the "LYRICS" tag is the approved tag name for embedding LYRICS in a FLAC file. Josh has posted here that he thinks we should use the LYRICS name for the Tag, plus many others here in this thread have agreed to standadize the tag name on "LYRICS". We need authors to know this so they start supporting an optional LYRICS tag/info along with the new ALBUM ART that the new FLAC version is supporting. Also a new validated news thread for the FLAC 1.1.3 press release should be started as this thread is for the FLAC 1.1.3 beta, plus it's getting quite long. Just my opinion... This post has been edited by goodnews: Nov 29 2006, 06:38 |
|
|
|
Nov 29 2006, 06:51
Post
#125
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
I am waiting on the windows installer from Mike (since that is what most people use) before doing the official announcement, to avoid confusion. but you can get binaries and source for 1.1.3 on sourceforge.
the LYRICS tag is strictly a user issue. neither FLAC nor Vorbis specify tagging policy, and the only real recommendations are here. the LYRICS tag as described in this thread is intuitive so I don't see any problem with adoption. Josh |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 14:42 |