Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.240 Times

Sample Format freeware
Filter: All | Freeware | Demo
 

Sample Format

1 2 3 4 5 > 
Added: May 06, 2013 | Visits: 423

better_field_search better_field_search class is a generalized, flexible class to search a MySQL DB.Features of better_field_search:- You can specify fields to search or display in results.- Allows multiple search terms.- Has a sample form to implement the class.- Easy to implement.- Recently added ability to format... Platforms: PHP

License: Freeware Size: 10 KB Download (43): better_field_search Download

Added: June 18, 2010 | Visits: 1.228

audiofile The Audio File Library provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. Supported compression formats are currently G.711 mu-law... Platforms: *nix

License: Freeware Size: 368.64 KB Download (100): audiofile Download

Released: August 03, 2011  |  Added: August 24, 2011 | Visits: 1.890

AV MIDI Converter AV MIDI Converter 1.0 is a free and easy-to-use program to convert MIDI to MP3, AAC/MP4, OGG, FLAC, and WAV. Although a small program, AV MIDI Converter 1.0 provides exceptionally powerful features and many benefits, as well as user-friendly interface. With just a few simple clicks, users may... Platforms: Windows

License: Freeware Size: 45.11 MB Download (312): AV MIDI Converter Download

Added: June 16, 2013 | Visits: 407

ExactAudio ExactAudio (formerly known as GSMP) aims to become for sound what The GIMP is for graphics. Some years ago, there has been a lack of useable audio-software for Linux - especially for a good multitrack wave-editor - so we decided to write a gtk-- based one that is available under the terms of the... Platforms: *nix

License: Freeware Size: 358.4 KB Download (48): ExactAudio Download

Released: August 18, 2022  |  Added: March 12, 2024 | Visits: 1.602

Nero WaveEditor Nero Wave Editor is a program for editing and recording audio files. The various filtering and sound optimization methods allow you to create individual audio files quickly and easily. It also offers numerous improvement functions for recording from tape or vinyl records. - Non-destructive... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 327.12 MB Download (433): Nero WaveEditor Download

Released: November 25, 2016  |  Added: December 06, 2018 | Visits: 1.602

Nero Wave Editor Nero Wave Editor is a program for editing and recording audio files. The various filtering and sound optimization methods allow you to create individual audio files quickly and easily. It also offers numerous improvement functions for recording from tape or vinyl records. - Non-destructive... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.99 MB Download (245): Nero Wave Editor Download

Added: September 20, 2013 | Visits: 1.312

abrowse abrowse is a program which allows you to read AKAI S1000/3000 sample CD's and write the samples into wav audio format. Platforms: *nix

License: Freeware Size: 10.24 KB Download (142): abrowse Download

Added: May 08, 2009 | Visits: 4.533

Format This program simulates format of drive C: (polish version). Platforms: DOS, Windows

License: Freeware Size: 91 KB Download (1609): Format Download

Released: December 14, 2012  |  Added: January 17, 2013 | Visits: 5.369

Sample Rate and BPM Calculator This program is lets you calculate the BPM or sample rate required to change the pitch of audio up or down by a number of semitones. It also calculates the BPM or sample rate change required to change the pitch of audio by a specific number of semitones. It's simple, but useful if you perform any... Platforms: Windows

License: Freeware Size: 1.37 MB Download (411): Sample Rate and BPM Calculator Download

Added: June 06, 2010 | Visits: 1.465

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application... Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: November 26, 2010 | Visits: 1.162

DateTime::Format::Pg DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times. SYNOPSIS use DateTime::Format::Pg; my $dt = DateTime::Format::Pg->parse_datetime( 2003-01-16 23:12:01 ); # 2003-01-16T23:12:01+0200 DateTime::Format::Pg->format_datetime($dt); This module understands... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): DateTime::Format::Pg Download

Added: June 08, 2010 | Visits: 1.287

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: September 24, 2010 | Visits: 1.310

DBIx::SQLCrosstab::Format DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh,... Platforms: *nix

License: Freeware Size: 66.56 KB Download (110): DBIx::SQLCrosstab::Format Download

Added: April 04, 2010 | Visits: 1.291

Time::Format Time::Format is a Perl module for easy-to-use date/time formatting. SYNOPSIS use Time::Format qw(%time %strftime %manip); $time{$format} $time{$format, $unixtime} print "Today is $time{yyyy/mm/dd}n"; print "Yesterday was $time{yyyy/mm/dd, time-24*60*60}n"; print "The time is... Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Time::Format Download

Added: July 03, 2010 | Visits: 1.147

DateTime::Format::Epoch::TJD DateTime::Format::Epoch::TJD is a Perl module that can convert DateTimes to/from Truncated Julian Days. SYNOPSIS use DateTime::Format::Epoch::TJD; my $dt = DateTime::Format::Epoch::TJD->parse_datetime( 13244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::TJD->format_datetime($dt);... Platforms: *nix

License: Freeware Size: 17.41 KB Download (109): DateTime::Format::Epoch::TJD Download

Added: July 18, 2010 | Visits: 1.156

DateTime::Format::Epoch DateTime::Format::Epoch is a Perl module that can convert DateTimes to/from epoch seconds. SYNOPSIS use DateTime::Format::Epoch; my $dt = DateTime->new( year => 1970, month => 1, day => 1 ); my $formatter = DateTime::Format::Epoch->new( epoch => $dt, unit => seconds, type => int, # or... Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): DateTime::Format::Epoch Download

Added: June 20, 2010 | Visits: 1.548

DateTime::Format::Epoch::DotNet DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. SYNOPSIS use DateTime::Format::Epoch::DotNet; my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 ); DateTime::Format::Epoch::DotNet->format_datetime($dt); #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::DotNet Download

Added: November 14, 2010 | Visits: 1.196

DateTime::Format::Epoch::Unix DateTime::Format::Epoch::Unix is a Perl module that can convert DateTimes to/from Unix epoch seconds. SYNOPSIS use DateTime::Format::Epoch::Unix; my $dt = DateTime::Format::Epoch::Unix->parse_datetime( 1051488000 ); # 2003-04-28T00:00:00... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): DateTime::Format::Epoch::Unix Download

Added: September 08, 2010 | Visits: 1.256

DateTime::Format::Epoch::MacOS DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. SYNOPSIS use DateTime::Format::Epoch::MacOS; my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 ); DateTime::Format::Epoch::MacOS->format_datetime($dt); # 1051488000... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::MacOS Download

Added: January 05, 2010 | Visits: 1.101

DateTime::Format::Roman DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. SYNOPSIS use DateTime::Format::Roman; my $formatter = DateTime::Format::Roman->new( pattern => %d %f %b %y ); my $dt = DateTime->new( year => 2003, month => 5, day => 28 );... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): DateTime::Format::Roman Download

1 2 3 4 5 >