Linux SoftwareSearchfile audioproperties

Tag «file audioproperties»: downloads



Search results for «file audioproperties»:

Audio::File::AudioProperties 0.10 by Florian Ragwitz


Audio::File::AudioProperties is a Perl module that can abstract an audio file's audio properties.

Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not us… 


Audio::TagLib::AudioProperties 1.42 by Dongxu Ma


Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties.

DESCRIPTION

The values here are common to most audio formats. For more specific, codec dependant values, please see see the subclasses APIs. This is meant to compliment the Audio::TagLib::File and Audio:… 


Audio::TagLib::Ogg::FLAC::File 1.42 by Dongxu Ma


Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.

SYNOPSIS

use Audio::TagLib::Ogg::FLAC::File;

my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac");
print $i->tag()->album()->toCString(), "n"; # got album

This i… 


Audio::TagLib::MPC::File 1.42 by Dongxu Ma


Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods.

SYNOPSIS

use Audio::TagLib;

my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc");
print $i->tag()->title()->toCString(), "n"; # got title

This implements and provides an inter… 


Audio::TagLib::File 1.42 by Dongxu Ma


Audio::TagLib::File is a file class with some useful methods for tag manipulation.

This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file.

DESTROY(… 


Audio::TagLib::Vorbis::File 1.42 by Dongxu Ma


Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods.

SYNOPSIS

use Audio::TagLib::Vorbis::File;

my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg");
print $i->tag()->comment()->toCString(), "n"; # got comment

This is the cent… 


Audio::TagLib::Shell 1.42 by Dongxu Ma


Audio::TagLib::Shell is a mini shell of Audio::TagLib.

SYNOPSIS

$> perl -MAudio::TagLib::Shell -e shell
$tag:>open
file openned successfully
$tag:o>title
< title in tag >
$tag:o>artist
< artist in tag >
$tag:o>channels
2
$tag:o>setComment blah blah blah
comment… 


Audio::File::Type 0.10 by Florian Ragwitz


Audio::File::Type represents an audio filetype.

An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...) a… 


Audio::TagLib::Tag 1.42 by Dongxu Ma


Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields.

This is an attempt to abstract away the difference in the meta data formats of various audio codecs and tagging schemes. As such it is generally a subset of what is available in the specific formats but should be… 


Audio::File 0.10 by Florian Ragwitz


Audio::File is a audio file abstraction library.

SYNOPSIS

use Audio::File;
my $file = Audio::File->new( "foo.bar" );

print "The ". $file->type() ."-file ". $file->name
." is ". int $file->length() ." seconds long.n";

print "It's interpreted by ". $file->tag->art… 


Steghide servicemenu by swed


Steghide is a stenography software. In short I can describe how it is used. You need jpeg, bmp or wav file and the file you want to hide.

Steghide will compress, encrypt and embed this file into jpeg, bmp or wav mentioned above. Nobody can see that this file contain another file. But if he has s… 


Tie::File 0.96 by Mark Jason Dominus


Tie::File can access the lines of a disk file via a Perl array.

SYNOPSIS

# This file documents Tie::File version 0.96
use Tie::File;

tie @array, 'Tie::File', filename or die ...;

$array[13] = 'blah'; # line 13 of the file is now 'blah'
print… 


File Activity Viewer 0.2.0 by pupeno


File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file.

It works like a graphical (with GUI) tail -f.

What's New in This Release:
Add Edit menu with Copy, Clear and Select All functions.
Add possibility to open… 


File::Comments::Plugin::C 0.06 by Mike Schilli


File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code.

SYNOPSIS

use File::Comments::Plugin::C;

File::Comments::Plugin::C is a plugin for the File::Comments framework.
Both /* ... */ and // style comments are recognized.

This is not a full-blown C parser/prepr… 


Apache File Manager 0.19 by Phil Collins


The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files.

It also has the ability to rsync the server htdocs tree to another server with the cl… 


File::Sync 0.09 by Carey Evans


File::Sync is a Perl access to fsync() and sync() function calls.

SYNOPSIS

use File::Sync qw(fsync sync);
fsync(*FILEHANDLE) or die "fsync: $!";
sync();

use File::Sync qw(fsync);
use IO::File;
$fh = IO::File->new("> /tmp/foo")
or die "new IO::File: $!";
...
fsy… 


PHP File Browser 3.27 by crash


php file browser is a simple Web-based file browser.

php file browser allows the user to upload files, delete, copy, make directories and paste files and directories. It has two access levels: one for admin, one for guest.

Access for guests can be optionally password protected.

What's New in This… 


Cxplorer 2.0.0 by Yasumichi Akahoshi


Cxplorer is a Gtk+2 based file manager.

Here are some key features of "Cxplorer":
Front end aim that positively uses external command
Three pane composition of preview of file list in directory tree and directory and file (The preview pane can be folded).
Preview of file by external comman… 


gFast File 0.1.1 by Daniel Capitan


gFast File is a file manager like Konqueror or Nautilus. You can work with your files with classical operations: Copy, Move, Rename and Open like others but with gFast File you have a work queue with all your operations. gFast File work to complete all task without your attention.

gFast File is p… 


kidentify 0.3.1 by Rolf Jakob


kidentify project is a a utility to show some information about a file.

kidentify calls the command "file" to determine the file type according to the magic files. Unfortunately the KDE magic files has two syntax errors when using with "file".

Therefore there is a patch file in the kidentify… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags