< Home - < Back

libresample


Information about the package, libresample, which is shipped with common Linux distributions. The libresample package is designed for, A real-time library for audio sampling rate conversion.


Package Name:

libresample

Summary:

A real-time library for audio sampling rate conversion

Description:

A real-time library for audio sampling rate conversion providing several useful features relative to resample-1.7 on which it is based: * It should build "out of the box" on more platforms, including Linux, Solaris, and Mac OS X (using the included configure script). There is also a Visual C++ project file for building under Windows. * Input and output signals are in memory (as opposed to sound files). * Computations are in floating-point (instead of fixed-point). * Filter table increased by a factor of 32, yielding more accurate results, even without linear interpolation (which also makes it faster). * Data can be processed in small chunks, enabling time-varying resampling ratios (ideal for time-warping applications and supporting an ``external clock input'' in software). * Easily applied to any number of simultaneous data channels

Architecture:

x86_64

Version:

0.1.3

Release:

12.el6

Size:

24 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libresample


Control the libresample package with the following handy commands outlined below.


Command

Description of Command

yum install libresample

This command will install libresample on the server.

yum remove libresample

This command will un-install libresample on the server. When you run this command, you will be asked if you are sure that you want to remove libresample, so you have to manually confirm that you want to do this.

yum -y remove libresample

This command will un-install libresample on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libresample when using the -y flag.

yum update libresample

This command will update libresample to the latest version. When you run this command, you will be asked if you are sure that you want to remove libresample, so you have to manually confirm that you want to do this.

yum -y update libresample

This command will update libresample to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libresample when using the -y flag.

yum info libresample

This command will show you core information about the libresample package.

yum deplist libresample

This command will show you the dependencies for libresample. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libresample

This command will check if there is an update waiting on libresample. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.