search for: monkeys_audio_util

Displaying 10 results from an estimated 10 matches for "monkeys_audio_util".

2013 Apr 02
0
flac 1.3.0pre3 pre-release
...ow it may not be perfect patch but unistd.h is in two different #ifdef checks. First one is fine when it's excluded on _WIN32 but second check gives is for everyone if __CYGWIN__ or __EMX__ isn't defined. That has to be a mistake. -------------- next part -------------- diff --git a/src/monkeys_audio_utilities/flac_mac/main.c b/src/monkeys_audio_utilities/flac_mac/main.c index 8c8fa3d..8ffa5b6 100644 --- a/src/monkeys_audio_utilities/flac_mac/main.c +++ b/src/monkeys_audio_utilities/flac_mac/main.c @@ -133,7 +133,7 @@ int main(int argc, char *argv[]) /* for the full 'from' and 'to'...
2013 Apr 01
2
flac 1.3.0pre3 pre-release
Janne Hyv?rinen wrote: > Zip with random patches: > > flac_mac: fixes some missing parameters from safe string handling > changes in flac_mac's main.c > flac_mac_project: adds flac's include dir for the project so new > functions can be found > progress_display: flac testing progress display used old functions that > didn't get utf-8 decoding >
2004 Sep 10
1
Patch for building on IRIX
...Makefile ? src/libFLAC/include/private/Makefile ? src/libFLAC/include/protected/Makefile ? src/libFLAC++/Makefile ? src/libOggFLAC/Makefile ? src/libOggFLAC/include/Makefile ? src/libOggFLAC/include/protected/Makefile ? src/libOggFLAC++/Makefile ? src/metaflac/Makefile ? src/metaflac/metaflac ? src/monkeys_audio_utilities/Makefile ? src/monkeys_audio_utilities/flac_mac/Makefile ? src/monkeys_audio_utilities/flac_ren/Makefile ? src/plugin_common/Makefile ? src/plugin_winamp2/Makefile ? src/plugin_winamp3/Makefile ? src/plugin_xmms/Makefile ? src/share/Makefile ? src/test_libFLAC/Makefile ? src/test_libFLAC/test_...
2012 Dec 04
0
[PATCH] Update FSF address.
.../options.h | 6 +-- src/metaflac/usage.c | 12 +++--- src/metaflac/usage.h | 6 +-- src/metaflac/utils.c | 6 +-- src/metaflac/utils.h | 6 +-- src/monkeys_audio_utilities/flac_mac/Makefile.am | 6 +-- src/monkeys_audio_utilities/flac_mac/main.c | 6 +-- src/monkeys_audio_utilities/flac_ren/Makefile.am | 6 +-- src/monkeys_audio_utilities/flac_ren/main.c | 6 +-- src/plugin_common/charset.c | 6 +-- src/plugin_common...
2004 Sep 10
0
FLAC 1.0.4 beta released
...AC/Makefile config.status: creating src/libOggFLAC/include/Makefile config.status: creating src/libOggFLAC/include/protected/Makefile config.status: creating src/libOggFLAC++/Makefile config.status: creating src/flac/Makefile config.status: creating src/metaflac/Makefile config.status: creating src/monkeys_audio_utilities/flac_mac/Makefile config.status: creating src/monkeys_audio_utilities/flac_ren/Makefile config.status: creating src/monkeys_audio_utilities/Makefile config.status: creating src/plugin_common/Makefile config.status: creating src/plugin_winamp2/Makefile config.status: creating src/plugin_winamp3...
2004 Sep 10
5
FLAC 1.0.4 beta released
All, 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/flac-1.0.4_beta-src.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
2014 May 02
3
FLAC utilities for Monkey's Audio GUI: useful?
FLAC solution for MSVS contains two projects: flac_mac and flac_ren. They are intended to work together with Monkey's Audio GUI frontend ( http://www.monkeysaudio.com/images/screenshot.png ) as explained here: http://wayback.archive.org/web/20060428142919/http://flac.sourceforge.net/documentation.html#monkey Version 4.01b2 (February 17, 2006) still have out-of-box support for WavPack. Version
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...-f libplugin_common.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_common' Making distclean in monkeys_audio_utilities make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities' Making distclean in flac_ren make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities/flac_ren' rm -rf .libs _libs rm -f *.lo rm -f rm -f lib...
2004 Sep 10
2
stat() and Windows
...and the structure with the same name does exist. So would it be possible to change stat() and struct stat ? I did the following in the code : #define STAT(x,y) _stat(x,y) typedef struct stat STRUCT_STAT; and then replace the corresponding code in src/flac/file.c , src/libFLAC/file_decoder.c , monkeys_audio_utilities/flac_ren/main.c and src/plugin_winamp2/in_flac.c I also attach a Visual Studio 5 .dsp file to create the libFLAC.lib. It should also work on VS6. If you need help to build the DLL (I saw that on the TODO of the website) I could provide what is needed too. -------------- next part ---------...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...ls.' 20>Compiling... 19>Compiling manifest to resources... 19>Linking... 19>LINK : .\..\..\obj\debug\bin/test_streams.exe not found or not built by the last incremental link; performing full link 20>main.c 20>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\monkeys_audio_utilities\flac_ren\main.c(25) : fatal error C1083: Cannot open include file: 'wtypes.h': No such file or directory 20>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\monkeys_audio_utilities\flac_ren\Debug\BuildLog.htm" 20>flac...