similar to: building CVS flac

Displaying 20 results from an estimated 900 matches similar to: "building CVS flac"

2004 Sep 10
1
building CVS flac
Josh, I'm trying to build CVS flac-1.1.1 in order to make sure flac123 will work with it. I'm having a hard time getting autogen.sh's aclocal to work with configure.in. I'm using autoconf-2.59 (from source) on Redhat 9.0. I have found automake-1.7.8 and automake-1.8.5 yield similar results: $ ./autogen.sh aclocal: configure.in: 142: macro `AM_PROG_LIBTOOL' not found in
2004 Sep 10
4
flac123 revival
Hello Dan Johnson, hello list, It's really weird that there's no working command line player for FLAC files. Dan Johnson created flac123 (licensed under the GPL) to fill that gap, and started the flac-tools project. Unfortunately, flac123 doesn't work anymore with the latest FLAC, and the flac-tools project has been idle for more than a year. I created a patch that makes flac123
2004 Sep 10
2
flac123 revival
--- Sigmund Augdal <sigmunau@stud.ntnu.no> wrote: > On Sun, Mar 09, 2003 at 03:58:22PM +0100, Sander Roobol wrote: > > Hello Dan Johnson, hello list, > > > > It's really weird that there's no working command line player for > FLAC > > files. Dan Johnson created flac123 (licensed under the GPL) to fill > that > > gap, and started the flac-tools
2008 Feb 06
2
wav to flac corruption
Thank you for the reply! I know that my system can play flac files, I've played others I've managed to convert using both of those programs. I'm only running into difficulty when it comes to these large WAV files. By "Does not work" I mean that they do not play, and instead I receive the errors I mentioned in my original post. I wasn't actually intending to use
2008 Feb 05
2
wav to flac corruption
Hello, I'm attempting to convert fairly large WAV files (90 - 800 MB each) using flac but the files do not work after the encoding. (The play fine in wav format) Command I'm using: flac --verify -8 file.wav Attempting to run the file with either flac123 or the default player for Ubuntu (Movie Player?) results in the extremely terse messages: Default Player: "An Error Occurred:
2007 Sep 12
1
Vorbisgain / Flac
have linux install on my laptop, and decide to clean up my music collection, found allot of my music that has replaygain tags, and allot don't. How would I fix the ones that don't have any replaygain tags, ? have flac and flac123 ogg ogg123 vorbistools and vorbisgain..etc, all installed, can play music fine, but when I hit a song, that doesn't have replaygain tags, need to turn down
2006 Feb 19
3
Problems with gain
Hello. I have a problem here with replay gain. I use it to be able to hear all my music without any difference in volume. But it seems that all players I use ignore the gain value stored in my flac files. All flacs are louder than the gained mp3s I have. $ metaflac --show-tag=REPLAYGAIN_ALBUM_GAIN <some>.flac REPLAYGAIN_ALBUM_GAIN=-9.96 dB $ metaflac --show-tag=REPLAYGAIN_TRACK_GAIN
2004 Sep 10
2
[Flac-users] Stuttering over NFS & Samba
I've got an Allwell set-top box (http://www.gctglobal.com/Products/Set_Top_Box/set_top_box_0.html) connected to my entertainment center (stereo + TV) running a 2.4.17 kernel. I'm eagerly looking forward to running Boss Ogg (http://bossogg.sourceforge.net/) on it to play my music collection encoded in FLAC. None of my music files are on the set-top box, they're all on a server
2004 Sep 10
1
[Flac-users] Problems with configure
I compiled flac today and at first I didn't succeed very well. The binary was built and all, but each time I tried encode a wav-file, the only result was: > flac 1.0.4, Copyright (C) 2000,2001,2002 Josh Coalson > flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are > welcome to redistribute it under certain conditions. Type `flac' for details. > >
2007 Jan 01
2
Decoding Type=Independent
Hello, I am new to the list, to FLAC and to FLAC development but I am having a problem in trying to make FLAC work with MediaMVP based the mvpmc project (ref. http://www.wvpmc.org) that hopefully someone can help me with. This device is possibly minimum spec. for a FLAC decoder. In any case, I have had some success cross-compiling libFLAC (without the ogg or metadata modules).for the embedded
2008 Feb 05
0
wav to flac corruption
Matthew, I don't think I can answer your entire question, but I will list a few pieces of information. 1) I regularly convert very large AIFF files, up to 4 GB, using flac. I sometimes work with WAV, and that seems to work, too. On my Mac, I can play flac files just fine in Play.app, VLC, and my own software. 2) What do you mean the flac "files do not work"? You mean
2008 Dec 01
2
[BioC] BioC 2.3 standard installation
I always followed http://cran.r-project.org/bin/linux/ubuntu/ to install R on Ubuntu 8.1. I had no errors before! > install.packages("XML") Warning in install.packages("XML") : argument 'lib' is missing: using '/usr/local/lib/R/site-library' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL
2004 Sep 10
0
flac123 resurrection
flac123 is back! Version 0.0.3 is now available at http://flac-tools.sourceforge.net . flac123 now supports FLAC 1.1.0, and its remote mode mimics mpg123's. Please test it for bugs and report them to the flac-tools sourceforge forum. _________________________________________________________________ Share holiday photos without swamping your Inbox. Get MSN Extra Storage now!
2004 Sep 10
2
[Flac-users] Re: CD archival best practices?
On Tue, 27 May 2003, benny k. wrote: > I'm a little embarrased because its just a hack on metaflac, but if you > want it, i'll post it one my webpage. it should be easy to modify it for > use with a CD image. Why don't you submit to the sourceforge feature request queue as a patch? That way it will be there for anyone who wants to hack on it. Although maybe this kind of
2008 Feb 06
0
wav to flac corruption
Came across another error that might help! Using flac -t I get: 251_A.wav: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC 251_A.wav: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC Thanks, Matthew On Feb 6, 2008 3:19 AM, Matthew Davis <zasdarq@gmail.com> wrote: > Thank you for the reply! I know that my system can play flac files, I've >
2011 Sep 09
1
R CMD INSTALL configure.args and CC customization
I am running into the following issue that has been previously reported on the R-devel mailing list. The short version is that I'm writing a package for MPI, and I'd like to change CC and SHLIB_LD to "mpicc". Trying to change them in Makevars.in has no effect, because the values are clobbered by /etc/R/Makeconf. Will the following changes to Makeconf.in introduce any problems?
2011 Mar 07
1
Rmpi fails to install
I try to install Rmpi as root with install.packages("Rmpi"). It fails with: ... checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO C89... none needed I am here /usr and it is OpenMPI Trying to find mpi.h ... Found in /usr/include Trying to find libmpi.so or libmpich.a ... Found libmpi in /usr/lib checking for openpty in -lutil... yes checking for main in -lpthread...
2010 Jan 20
0
R CMD INSTALL configure.args and CC customization
Hi, everybody. I hope the new year is treating you well. In a Rocks Cluster Linux system (that's Centos 5.2 based), I have built R-2.10 and it runs well. While fiddling with MPI libraries and R packages, I've noticed a few little wrinkles. This comes as no surprise to the veteran R programmers, but let me share to the new guys the following gem: There is a difference between . and -
2008 Jan 16
3
Rmpi on Linux x86_64 GNU/Linux
I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=~/lam lam is is installed locally. lamboot -d (or lamboot-d and also recon) works. make -k check from the lamtest suite passes all tests. Is this is problem with the -fPIC compiler as in the message? Should it be modified in the Makefile? Any help or comments are appreciated, thanks. * Installing to library
2009 Feb 06
2
Rmpi Segmentation fault
Dear all, I have used the Rmpi package many times before however this time I've installed it as I always do with openMPI tar.gz file direct from the website. I'm installing on my ubuntu 8.10. Linux 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux All i get is: > library(Rmpi) Segmentation fault :~$ Which dumps me back into the shell, and doens't give me much