< Home - < Back

libsamplerate


Information about the package, libsamplerate, which is shipped with common Linux distributions. The libsamplerate package is designed for, Sample rate conversion library for audio data.


Package Name:

libsamplerate

Summary:

Sample rate conversion library for audio data

Description:

Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a factor of 12 and upsample by the same factor. The ratio of input and output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects.

Architecture:

x86_64

Version:

0.1.7

Release:

2.1.el6

Size:

1.0 M

Repository:

base

From Repository:

Licence:

GPLv2+



Handy Yum Commands for libsamplerate


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


Command

Description of Command

yum install libsamplerate

This command will install libsamplerate on the server.

yum remove libsamplerate

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

yum -y remove libsamplerate

This command will un-install libsamplerate 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 libsamplerate when using the -y flag.

yum update libsamplerate

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

yum -y update libsamplerate

This command will update libsamplerate 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 libsamplerate when using the -y flag.

yum info libsamplerate

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

yum deplist libsamplerate

This command will show you the dependencies for libsamplerate. 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 libsamplerate

This command will check if there is an update waiting on libsamplerate. 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.