Main > Free Download Search >

Free music transcription software software for linux

music transcription software

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 796
Express Scribe Transcription for mac 4.22

Express Scribe Transcription for mac 4.22


Digital Transcription software for typists with foot pedal control more>> Free digital transcription software for typists - Express Scribe is professional audio playback control software designed to assist the transcription of audio recordings. It is installed on the typists computer and can be controlled using the keyboard (with hot keys) and/or foot pedals. This computer transcriber application features variable speed playback, foot pedal operation, file management and more. This program is free.
Features:
~ Ability to play compressed wav or dct files.
~ Variable speed (constant pitch) playback.
~ Can use computer rudder pedals (or some other specialist transcription pedals) to control playback.
~ Ability to Dock portable recorders to load recordings.
~ Uses systemwide HotKeys so you can control playback when using other software (eg. Microsoft Word).
~ Automatically receives and loads files by internet (FTP), email or over a local computer network.
~ Automatically sends typing to the person who dictated the work.
~ Express Scribe is free.
<<less
Download (606KB)
Added: 2009-04-06 License: Freeware Price: Free
202 downloads
Express Scribe Transcription for Linux 4.22

Express Scribe Transcription for Linux 4.22


Digital Transcription software for typists with foot pedal control more>> Free digital transcription software for typists - Express Scribe is professional audio playback control software designed to assist the transcription of audio recordings. It is installed on the typists computer and can be controlled using the keyboard (with hot keys) and/or foot pedals. This computer transcriber application features variable speed playback, foot pedal operation, file management and more. This program is free.
Features:
~ Ability to play compressed wav or dct files.
~ Variable speed (constant pitch) playback.
~ Can use computer rudder pedals (or some other specialist transcription pedals) to control playback.
~ Ability to Dock portable recorders to load recordings.
~ Uses systemwide HotKeys so you can control playback when using other software (eg. Microsoft Word).
~ Automatically receives and loads files by internet (FTP), email or over a local computer network.
~ Automatically sends typing to the person who dictated the work.
~ Express Scribe is free.
<<less
Download (745KB)
Added: 2009-04-07 License: Freeware Price: Free
200 downloads
Music daemon 0.0.4

Music daemon 0.0.4


Music daemon(musicd) is a music playing server that supports multiple formats through plugins and multiple playlists. more>>
Music daemon(musicd) is a music playing server that supports multiple formats through plugins and multiple playlists. Musicd supports plugins to enable playing of different audioformats. The plugin-api is quite similiar to one that the popular XMMS uses. Currently XMMS-plugins are not directly supported, but if I find the time, Ill make a meta-plugin to support them.
The first reason to make the player a server is to make it possible to use many different frontends and even at the same time. You can use a GUI if you like them, but anything it can do, can be done from commandline too.
The second reason is to make sure that the GUI or X does not crash the whole player. I have found that many software with a GUI tend to crash. With musicd the player is unaffected by this and you can start the interface again.
Main features:
- Musicd has its own simple text-based protocol for player-frontend communication.
- Support for unlimited number of playlists, songs per playlist and frontends connect at the same time
- Support for both IPv4 and IPv6. Also UNIX-sockets are supported for local connections.
- Currently supported audioformats: mp3 (ffmpeg), ogg vorbis (vorbisfile) and mods (libmikmod).
- Support for OSS and Solaris ouput.
- Musicd has been tested on x86 Linux and Solaris 9.
Enhancements:
- Calling play while already playing shouldnt cause deadlocks anymore
- Load command on a file that has too long line as the last line locked up the daemon, this shouldnt happen anymore
- Invalid id3tags shouldnt give random data anymore
- Invalid filenames shouldnt crash the player anymore
<<less
Download (0.18MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1179 downloads
iPod Music Liberator 3.5

iPod Music Liberator 3.5


The iPod Music Liberator allows you to copy music from your iPod to any computer. more>>
The iPod Music Liberator allows you to copy music from your iPod to any computer, filling in a missing feature of iTunes. You see, iTunes only allows for a one way transfer of music from your computer to your iPod.
But what if you want to move music to another authorized computer? What if you want to make a backup of your music? What if your computer crashes and you lose all of the music on your computer? What if you buy a new computer and need to move your music? What if ... ? Use the iPod Music Liberator for all of your iPod music copying needs.
Main features:
Organized Copying
- Simply copying music from your iPod to your computer is not enough. The iPod Music Liberator allows you to automatically organize your music into folders labeled by artist and album. The iPod Music Liberator also allows you to place all of your music into one folder. Combined with the powerful searching capabilities detailed below, you can organize your music into folders any way you like.
Intelligent Copying
- Dont waste your time copying songs that are already on your computer. iPod Music Liberators intelligent copying feature allows you to copy only the updated songs from your iPod to your computer. This is crucial for people that do regular backups or want to keep syncronized music collections.
Powerful Searching
- Maybe you only want to copy songs from a specific artist, album, or genre. iPod Music Liberators powerful searching capabilities allows you to search "on-the-fly." This means your search is refined with every key you type just like in iTunes.
- Dont let the searching power end there. You can also simply click on any table header to get an alphabetical or reverse alphabetical listing.
Simple User Interface
- Dont let complex user interfaces get in the way of your productivity. The iPod Music Liberator has a simple user interface to allow easy navigation.
Quick Song Listing
- Why wait for a program to find the songs on your iPod when you could be copying songs? The iPod Music Liberator uses the iPods own internal database to quickly list your songs.
Music Player
- Dont have iTunes installed to play music directly from your iPod? Let the iPod Music Liberator do it for you. Whether youre refreshing your memory about which song you want to copy or playing music for friends, the iPod Music Liberator can directly play your music from your iPod.
<<less
Download (0.97MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
937 downloads
Yahoo::Music::Ratings 2.00

Yahoo::Music::Ratings 2.00


Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. more>>
Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings.

SYNOPSIS

use Yahoo::Music::Ratings;

my $ratings = new Yahoo::Music::Ratings( {
memberName => yahooMusicMemberName,
} );

# Fetch an arrayRef of all yahooMusicMemberName song ratings
# this may take a couple minutes...
my $arrayRef = $ratings->getRatings();

# Print out a nice tab seperated version so that we can easily
# read the list in a spreadsheet program (and then filter by
# artists etc). tab_output() will output in artists alphabetical
# order.
print $ratings->tab_output();

This module provides a way to retrieve a users list of song ratings from Yahoo!s Music service, including the LaunchCast and Unliminted services.

As Yahoo! do not provide an offical feed for a member to download their ratings, the methods used within this module are subject to change and simply may not work tomorrow. However at the time of writing this README i would suspect the methods used should be stable for atleast a few days :)

<<less
Download (0.005MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
PHP music player controller 0.4

PHP music player controller 0.4


PHP music player controller is a script that allows navigation through your music directory. more>>
PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist.
Apache needs to run as the same user that is running the music players. In other words, it probably needs to run as whatever your username is. This is a setting in /etc/httpd.conf . So, dont run this on a machine thats visible to the web, or make a user with really strict rules applying to them - so they cant run anything but an x session, desktop environment, and the music player, and cant touch much of anything but their home files.
I guess Id serve the pages out of the users home directory if I was doing that.
If you know a better way to get this to work, please let me know. I dont profess to be an apache-configuration guru, and for all I know this method is really just dumb.
If youre running apache as yourself, youll need to change the session.save_path variable in your php.ini to something that you have write access to, or chmod the directory its currently using.
PS: If amarok or xmms was working fine for you before, let me know. Ill have a chance to test them, and code the support for them here in the next couple of days.
Enhancements:
- Huge improvements were made.
- The appearance of the player interface was improved.
- Amarok is now supported.
- Directories with hyphens in their names should play correctly now.
<<less
Download (0.015MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
917 downloads
Python Music Daemon 0.3

Python Music Daemon 0.3


Python Music Daemon is yet another jukebox written in Python. more>>
PyMusicD is yet another jukebox daemon written in python. It was born out of my frustration with the current mp3 jukeboxes, mostly the lack of features that I want. Ive also been playing with python quite a lot lately, and this is my first attempt at a large project in python.
The player is being written to satisfy my own requirements for a car mp3 player, although theres no reason you couldnt use this for a home mp3 player, or work mp3 player.
It assumes that your network users are (mostly) benign, and doesnt take a lot of precautions against malicious users who want to screw with your mp3s. Take appropriate measures to only allow trusted users to play with it, at least until I secure it a bit better.
Its primary purpose is to run in the background, and play mp3s whenever they are in the playlist.
Usage
Unpack this to its own directory. Edit the pymusicd.conf file to your liking. Run python PyMusicD, then run python pymusic to play around with it. The client operates very similarly to most shells, and includes tab completion for commands (but not arguments... yet.)
If you wish to install this to the system, you may do so by running python setup.py install. This will install the server binary in the default place for your platform (according to distutils.) You may then edit the config file (/etc/pymusicd.conf by default) and run the server by running PyMusicD. The cli client will be named pymusic.
This software is currently in development. It is not ready for end users yet. You should have familiarity with scripting in python before you set about to use this software. That being said, if you find bugs that arent listed in TODO, and/or have problems with the software that arent listed in TODO, email me (zwhite@darkstar.frop.org) and Ill see what I can do to help you. Code patches/suggestions are always welcome.
This is known to work on my Slackware 9.0 machine using the Python 2.2.2 package that came with it. I have also tested it on my Mac OSX 10.2.8 machine with Python 2.2. I have no reason to believe that it wont work on any machine with a Python 2.x interpreter and
either mpg123 or mpg321. Your mileage may vary. If it doesnt work on your platform, please let me know. My goal is to have this work on any platform that python runs on.
Enhancements:
- Fixed a bug when adding an entire directory with %2A instead of *
- Added a debug command to get server state, currently only playstatus is reported, will add more as needed.
- Changed the way the stop command works to eliminate a bug.
- Check to make sure a file exists before we add it to the playlist.
- We no longer start playing music as soon as the playlist has entries.
- Instead, we wait for a play command to be issued.
- Added config file support. Defaults to /etc/pymusicd.conf or ./pymusicd.conf
- Added a setup.py and setup.cfg file. Now users can install PyMusicD using the standard "python setup.py install" method that other scripts and modules use.
<<less
Download (0.013MB)
Added: 2005-05-10 License: Freely Distributable Price:
1629 downloads
Music Applet 2.1.0

Music Applet 2.1.0


Music Applet is a small, simple GNOME panel applet that lets you control Rhythmboxs or Banshees playback from a panel. more>>
Music Applet is a small, simple GNOME panel applet that lets you control Rhythmboxs playback from a panel.
Advantages that this applet has over using the icon Rhythmbox puts in the notification area include:
- One-click access to the main operations needed during playback, without needing to use a context menu.
- Display of the current playing time without requiring a mouse-over.
- Display of the current songs album in the song information.
Music Applet currently supports the following music players:
- Banshee
- Rhythmbox
Music Applet is the successor to Rhythmbox Applet.
<<less
Download (0.41MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
997 downloads
Music::Scales 0.07

Music::Scales 0.07


Music::Scales can supply necessary notes / offsets for musical scales. more>>
Music::Scales can supply necessary notes / offsets for musical scales.

SYNOPSIS

use Music::Scales;

my @maj = get_scale_notes(Eb); # defaults to major
print join(" ",@maj); # "Eb F G Ab Bb C D"
my @blues = get_scale_nums(bl); # bl,blu,blue,blues
print join(" ",@blues); # "0 3 5 6 7 10"
my %min = get_scale_offsets (G,mm,1); # descending melodic minor
print map {"$_=$min{$_} "} sort keys %min; # "A=0 B=-1 C=0 D=0 E=-1 F=0 G=0"

Given a keynote A-G(#/b) and a scale-name, will return the scale, either as an array of notenames or as a hash of semitone-offsets for each note.

METHODS

get_scale_nums($scale[,$descending])

returns an array of semitone offsets for the requested scale, ascending/descending the given scale for one octave. The descending flag determines the direction of the scale, and also affects those scales (such as melodic minor) where the notes vary depending upon the direction. Scaletypes and valid values for $scale are listed below.

get_scale_notes($notename[,$scale,$descending,$keypref])

returns an array of notenames, starting from the given keynote. Enharmonic equivalencies (whether to use F# or Gb, for instance) are calculated based on the keynote and the scale. Basically, it attempts to do the Right Thing if the scale is an 8-note one, (the 7th in G harmonic minor being F# rather than Gb, although G minor is a flat key), but for any other scales, (Chromatic, blues etc.) it picks equivalencies based upon the keynote. This can be overidden with $keypref, setting to be either # or b for sharps and flats respectively. Cruftiness abounds here.

get_scale_offsets($notename[,$scale,$descending,$keypref])

as get_scale_notes(), except it returns a hash of notenames with the values being a semitone offset (-1, 0 or 1) as shown in the synopsis.

get_scale_MIDI($notename,$octave[,$scale,$descending])

as get_scale_notes(), but returns an array of MIDI note-numbers, given an octave number (-1..9).

get_scale_PDL($notename,$octave[,$scale,$descending])

as get_scale_MIDI(), but returns an array of PDL-format notes.

is_scale($scalename)

returns true if $scalename is a valid scale name used in this module.

<<less
Download (0.013MB)
Added: 2007-08-11 License: Perl Artistic License Price:
806 downloads
ASork Live Music Studio 0.01 Beta1

ASork Live Music Studio 0.01 Beta1


ASork Live Music Studio is a live cd with Debian GNU/Linux made of Morphix. more>>
ASork Live Music Studio is a live cd with Debian GNU/Linux made of Morphix. ASork Live Music Studio is usefull for recording music either as a complete sofware studio or as a part in a more complex setup.
Main features:
- hard disk recorder
- midi composition tools
- drum loop programs
- vocoder
- other real time effect processing tools
It can boot and run directly from CD-ROM or be installed to hard disk with morphixinstaller. This means that the Linux audio architecture such as jack and alsa is pre-configured and easy to install.
Root privileges
There is no default root password set on the CD therefore is sudo used for super user privileges. Execute these commands in a terminal:
sudo sh
passwd
exit
su
HDD-Install
Start a terminal and get root privileges, as described above. Execute the command for starting the installer:
morphixinstaller
Keyboard configuration in X
If you want to set your x-windows-system to use another keyboard layout execute "setxkbmap < Keyboad language abrevation >". To set X to use swedish keyboard execute:
setxkbmap se
Jack
Some audio applications does not communicate directly with the soundcard. In that case is most commonly Jack is used as an interface witch enables multiply applications to output sound simultaneously. You need to manually start jack before starting applications such as ardour and jack-rack. Start jack grapical control:
qjackctl
Start jack in a terminal:
jackd -d alsa
There is an shortcut in the menu named "Jack Control", this is a graphical interface for the jack server. You might need to configure jack from this program in order to make it run well on your system.
NVIDIA video card
If you have NVIDA card boot Sork with the boot option xmodule set to nvidia. From the grub boot menu select More Boot Options->NV driver.
VESA cards is handled in the same way; select More Boot Options->VESA driver in the grub boot loader.
<<less
Download (398.4MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1119 downloads
Convert::Transcribe 0.02

Convert::Transcribe 0.02


Convert::Transcribe is a Perl extension for transcribing natural languages. more>>
Convert::Transcribe is a Perl extension for transcribing natural languages.

SYNOPSIS

use Convert::Transcribe;

$t = new Convert::Transcribe();
$t->fromfile(filename);
# or
$t = new Convert::Transcribe();
$t->fromstring("transcription def. containing newlines");
# or
$t = new Convert::Transcribe(filename);
# or
$t = new Convert::Transcribe("transcription def. containing newlines");

$t->transcribe("text");

$t->generated_code(); # for debugging

<<less
Download (0.004MB)
Added: 2007-07-27 License: Perl Artistic License Price:
820 downloads
Philips Music Writer 4.12

Philips Music Writer 4.12


Philips Music Writer is a program for typesetting music. more>> <<less
Download (1.2MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1417 downloads
MusicMagic Mixer 1.7

MusicMagic Mixer 1.7


MusicMagic Mixer is the ultimate music library. more>>
MusicMagic Mixer project is the ultimate music library power tool to create dynamic and interesting playlists, or mixes.
MusicMagic automatically analyzes your music collection. Analyzed songs are used to build custom mixes for hours of listening enjoyment.
Main features:
- Custom playlist generation
- Automatic music analysis
- Find just the right music for portable players
- Supports MP3, WMA, Ogg Vorbis, & FLAC
- Unicode support for international players
- Supports large music collections, including independent, classical and little known music
Tons of music files and no way to manage them? Bored, listening to the same music over and over? Tired of creating manual playlists?
Try the MusicMagic Mixer! This innovative solution makes your digital music collection come to life!
The Mixer will automatically analyze your music. Then MusicMagic can create instant Power Mixes. Pick one song --or many songs-- and the Mixer will create a playlist of related songs ready for spontaneous listening.
<<less
Download (5.3MB)
Added: 2007-06-05 License: Freely Distributable Price:
907 downloads
Cowbell Music Organizer 0.2.7.1

Cowbell Music Organizer 0.2.7.1


Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy. more>>
Cowbell Music Organizer is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Do you ever pull your hair out trying to hand-edit all your tags with some arcane editor? Tell your inner OCD to take a hike because Cowbell is coming into town.

Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Infused with Amazon Web Services SOAP-fu, Cowbell can whip your music platoon into shape without even getting your boots muddy. And, if that isnt enough to make you want to rush to the Download link, Cowbell can also snatch album art and rename your music files like a pro.

<<less
Download (0.23MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1266 downloads
Music Player Daemon 0.12.1

Music Player Daemon 0.12.1


Music Player Daemon is a jukebox server that controls music playback (MP3, Ogg, Flac, AAC, Mod, wave). more>>
Music Player Daemon (MPD) is a server that allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave) and managing playlists.
Music Player Daemon makes a great desktop player with frontend options (Qt, GTK, ncurses, Windows, and Web clients are available). It is also appropriate as a console player that is scriptable, and is especially useful if X is restarted frequently.
A set of rapid development tools for clients are being developed and include a C library, Python module, PHP class, Perl module, and Java Class.
The goals are to be easy to install and use, to have minimal resource requirements, to be stable and flexible, and easy to interface.
MPD is designed around a client/server architecture, where the clients interact with MPD over a network. Thus, running MPD is only half of the equation; to use MPD, you need to install a MPD client:
Web Clients
- phpMp - Web interface written in PHP
- phpMp2 - Another web interface written in PHP
Graphical Clients
- gmpc - Gnome Music Player Client
- kmp - Graphical interface written in Qt
- MPDCon - A GNUstep Graphical interface
- glurp - Graphical interface written in GTK+
- WMmp - Window Maker dockapp
- gtk2mp - Try gmpc first! Graphical interface written in Gtk+
Command Line Clients
- ncmpc - ncurses (command line) client
- mpc - (Scriptable) command line client
- bashmp - client written as bash aliases and functions
Miscellaneous Clients
- mpcstick - Linux joystick client
- arthist - Perl client to generate a web blog of MPD activity
<<less
Download (0.10MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
653 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5