Difference between revisions of "Secret Rabbit Code"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
* [[FFTW]] | * [[FFTW]] | ||
* [[libsndfile]] | * [[libsndfile]] | ||
− | * [[ | + | * [[DUMA]] |
== Configuring == | == Configuring == | ||
Line 95: | Line 95: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Libraries]] |
Latest revision as of 07:09, 12 April 2009
Download Source: | http://www.mega-nerd.com/SRC/libsamplerate-0.1.6.tar.gz |
---|
Contents
Introduction to Secret Rabbit Code
Secret Rabbit Code is a sample rate converter for audio. It also known as libsamplerate.
Project Homepage: http://www.mega-nerd.com/SRC/index.html
Dependencies
Optional
Configuring
The configure script reports that libraries will be installed in /usr/lib even when passing the --libdir option. Libraries do install in the path passed via --libdir.
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | sndfile-resample |
Installed Libraries: | libsamplerate.{a,la,so} |
Symlinks: | /usr/lib/libsamplerate.so.0 --> /usr/lib/libsamplerate.so.0.1.1, /usr/lib/libsamplerate.so --> /usr/lib/libsamplerate.so.0.1.1, |
Short Descriptions
sndfile-resample | |
---|---|
libsamplerate |