Displaying 20 results from an estimated 120 matches similar to: "patch for FLAC"
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
2004 Sep 10
1
Patch for building on IRIX
Not sure if this is the right place to post this...
I have attached a patch for the build system which lets FLAC build on IRIX and
Cygwin.
-------------- next part --------------
? Makefile
? aclocal.m4
? autom4te.cache
? config.guess
? config.log
? config.status
? config.sub
? configure
? depcomp
? install-sh
? irix.patch
? libtool
? libtool-disable-static
? ltmain.sh
? missing
? mkinstalldirs
?
2004 Sep 10
2
getting framesize in client
On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote:
> Yeah, it's useful, so now there is a
> FLAC__seekable_stream_decoder_get_decode_position() and
> FLAC__file_decoder_get_decode_position(). I haven't documented
> them yet but you can see an example in
> src/metaflac/operations_shorthand_seektable.c where I use it
> during seektable creation.
Ok, here is
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an
eventual release in a few days.
A changelog of what's new may be found at [1].
Meanwhile, what's in SVN is a "Release Candidate" to find out if
anything was broken since version 1.1.1. Report any (or lack of)
problems you may find, so we'll be able to put out a new version of
vorbis-tools.
-Ivo
[1]
2010 Jun 21
0
Flac in Sox
Hi,
I didn't get any answer for my problem at sox mailing list. May be
someone on this list has an idea...?
I want to compile libsox.lib with Flac-handler. So I first compiled
"libFLAC_static.lib" without problems. Then I changed "CMakeLists.txt":
I added this line:
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} libFLAC_static.lib)
and now Have_Flac is found.
2010 Jul 16
0
libFLAC_static / CMake
Hello,
trying to compile a project with MSVC++ and libFLAC_static.lib I have a
CMakeLists.txt with this:
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} libFLAC_static.lib)
optional(HAVE_FLAC FLAC/all.h libFLAC_static FLAC__stream_encoder_new flac)
optional(STATIC_FLAC FLAC/all.h libFLAC_static FLAC__stream_encoder_new
flac)
CMake answer (the *.lib is always found):
Looking for
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and
redhat 7. Solaris package should be ready tomorrow.
See the news item for all the improvements from 1.0.3:
http://flac.sourceforge.net/news.html#20020924
Developers, see the new Doxygen-based API docs:
http://flac.sourceforge.net/api/index.html
Thanks again to all the contributors and testers.
Josh
2005 Jan 16
2
two problems with flac and ices 0.4 build
i'm trying to build ices0.4 and vorbis-tools 1.0.1 with flac 1.1.1.
Neither seems happy, hence the crossposting (sorry).
ICES0.4
---
ices refuses to see the libFLAC library, even if i specify
--with-flac=/usr/local/lib (or even just --with-flac=/usr/local/, as the
configure script seems to look in the lib and include subdirectories of
the specified path?). i get a configure error:
2005 Jan 16
2
two problems with flac and ices 0.4 build
i'm trying to build ices0.4 and vorbis-tools 1.0.1 with flac 1.1.1.
Neither seems happy, hence the crossposting (sorry).
ICES0.4
---
ices refuses to see the libFLAC library, even if i specify
--with-flac=/usr/local/lib (or even just --with-flac=/usr/local/, as the
configure script seems to look in the lib and include subdirectories of
the specified path?). i get a configure error:
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote:
> --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote:
> > I have few notes:
> >
> > It seems there is changed API in CVS again. So, what about adding
> > function like
> > unsigned FLAC__format_frame_size(const FLAC__Frame *frame)
> > which returns size of the frame in bytes. This
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
I did a check-out of vorbis trunk (revision 7445), but I'm getting
problems with the autogen.sh. It complains that the required files
vorbis{,enc,file}-uninstalled.pc.in are not present.
$ ./autogen.sh
checking for autoconf...
checking for automake...
checking for libtool... libtoolize
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack
lossless format as input to opusenc.
Like support to FLAC, it depends on an external library,
libwavpack, and may be disabled on configure.
Lucas Clemente Vella (1):
Reading input from WavPack files.
Makefile.am | 7 +-
configure.ac | 37 ++++++++
src/audio-in.c | 71 ++++++++-------
src/opusenc.c | 19 +++-
src/opusenc.h
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad,
That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on
2007 Apr 23
1
Getting masked FFT data out of libvorbisenc
[Apologies if this gets through twice. I sent it first without subscribing,
but it seems like it got stuck in the moderation queue, so I subscribed and
re-sent it.]
I'm doing some work on audio fingerprinting for a school project (more
precisely, my master's thesis. I got a hint on #vorbis that I might want to
look into the internal floor representations in libvorbisenc to get out audio
2002 Sep 10
1
wbinfo with trusted domains
Hi,
I just compiled samba 2.2.5 with winbind and successfully joined my domain.
wbinfo -t shows the secret is good
wbinfo -m shows the trusted domain
wbinfo -a will authenticate to the local domain and the trusted domains
wbinfo -n will only return a sid if I pass a name in the local domain
wbinfo -u only shows users in the local domain but man page says it should show
users in trusted
2013 Sep 21
2
9.2-PRE: switch off that stupid "Nakatomi Socrates"
Hello,
I'd like to switch off this silly "Nakatomi Socrates" message which
reminds me on Linux and their childish naming schemes.
It is only cosmetics, but it bothers me whenever I switch on the laptop.
I guess there is a switch already prsent to have in the bootloader
config?
Thanks,
oh
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2002 Sep 11
1
An app stopped working after upgrading wine
Hi!
I have a problem with current wine (from CVS). An application, Dynatext DOC
browser from EBT, stopped working. It just opens a dialog box saying that the
DYNATEXT.INI file was not found and that it has to be either in the windows
directory or in the Dynatext directory. I verified it and it really is in the
Dynatext directory, as it used to always be, it's readable and its contents is
OK.
2004 Sep 10
1
FLAC 1.0.4 beta released
--- Matt Zimmerman <mdz@debian.org> wrote:
> On Tue, Sep 10, 2002 at 11:11:24PM -0700, Josh Coalson wrote:
>
> > 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.
> >
> >
>
2004 Sep 10
1
[Flac-users] missing vorbiscomment.h
Hi,
I guess you already know this, but src/plugin_common/vorbiscomment.h
is missing from the 1.0.4beta tarball. The best thing would be to
release a new beta ASAP, thanks.
--
G?tz Waschk <> master of computer science <> University of Rostock
http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
--> Logout Fascism! <--
2004 Sep 10
1
[Flac-users] missing vorbiscomment.h
Hi,
I guess you already know this, but src/plugin_common/vorbiscomment.h
is missing from the 1.0.4beta tarball. The best thing would be to
release a new beta ASAP, thanks.
--
G?tz Waschk <> master of computer science <> University of Rostock
http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
--> Logout Fascism! <--