Main > Free Download Search >

Free dostana songs software for linux

dostana songs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 404
Songs 0.3

Songs 0.3


Songs is a graphical tool to record and mix audio files. more>>
Songs is a graphical tool to record and mix audio files. It supports an infinite number of tracks, huge audio files, and various effects.
One important motivation for Songs was the need of a recording tool under Linux. There are some already existing (see the links below), but these are too complex, too huge, eat too much memory and resources. Small machines can be used to record and mix audio files, even with a graphical interface. Songs is trying to prove it.
The recording is done directly to disk, so that with small machines, whithout much memory you can still record.
There is a full duplex mode, but full duplex is not very well handled with OSS. You dont really know if your two streams of samples are synchronized or not, and the interface provided by OSS does not help much with that. So, currently, take the full duplex mode as is. You probably will need to move by hand audio tracks to let them be synchronized.
Main features:
- Unlimited number of tracks.
- Supports WAV files (mono, stereo). Only 44.1 KHz, 16 bits files are supported, because Songs was born mainly to help me create music I could store on audio digital compact disks.
- Supports raw float files (mono, stereo). Very useful when you are mixing and that you eat too much resources. Simply put in a new file your current mix, and use this new file instead of several ones. Using float numbers gives more precision of the intermediary mixing.
- Several effects (currently not that much, but it is planned).
- Not too much memory used. All the audio files are mapped directly into the memory, so that the Linux kernel can swap them very easily. It means that if your files can exist on your disk, any size they are, they can be used with Songs (with a soft limitation of virtual memory space, which depends on your setup, and a hard limitation of 2 GB, because of the use of signed integers, which currently are 32 bits numbers).
- Use of gtk 2.0, for the good and the bad. The good is that the interface was done quickly. The bad is that the gtk documentation is far from perfect, that gtk is not bug free, that I may use it the wrong way sometimes and that it may change in the future, forcing Songs to be changed (and what if the Songs authors dont feel the need to do so, for example by lack of time?).
Enhancements:
- sc1.c sc1_gui.c:
- New files, ripping a compressor from sc1_1425 coming from swh-plugins-0.4.11.tar.gz (see http://plugin.org.uk/).The compressor was buggy, sometimes in rms_env_process
- r->sum was negative, leading to NaN for the sqrt stuff.
- pan/vol/pos.c: Checking return value of malloc (no, it was not done, shame !).
- various files: Fixing a realloc misusing (doing realloc(size+=32) then size+=32, which finally means size+=64 but only allocing size+32 stuff, weirdy to find).
- help_gui.c: The "About" stuff only appeared once, fixing it.
- various files: Fixing bugs those last days, forgot to feed this Changelog.
<<less
Download (0.060MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1223 downloads
The Minstrels Song 2.0

The Minstrels Song 2.0


The Minstrels Song project is a roguelike game with emphasis on worldbuilding. more>>
The Minstrels Song project is a roguelike game with emphasis on worldbuilding.
The Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
<<less
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
ZoltanPlayer 1.0.0

ZoltanPlayer 1.0.0


ZoltanPlayer is a music playing daemon. more>>
ZoltanPlayer is a music playing daemon. It accepts remote commands via its own mini HTTP server and can use seamlessly Audio or Data CDs. Audio CDs are played internally (optionally querying CDDB info servers) and digital songs in audio CDs are played via external players. Its not limited to CDs, as a hard disk directory can also be used.
The optimal equipment for ZoltanPlayer is a CDROM-equipped computer directly connected to an amplifier or stereo. Its not a streaming server, nor a ripper, nor a simple HTTP+HTML interface jukebox (this could be done with a CGI). ZoltanPlayer integrates the controlling of CD insertion / eject with the capability of directly playing CD Audio and spawning external player for MP3 / Ogg Vorbis / whatever song files.
Current version is 1.0.0. This software only runs on Linux and its licensed under the GPL.
Here is a list of commands for ZoltanPlayer:
mount: Mounts the CD in the drive (closing it if necessary). If its a CD Audio, it will take info about it and search the local CDDB cache; if no info for this CD is found, it will query a remote CDDB server. If its a CD-ROM, it will traverse it recursively looking for playable files and the subdirectories containing songs will be treated as groups. Anyway, the list of songs will be stored in its internal database ready for playing.
umount: Unmounts the CD, and ejects it.
xmount: A combination of the previous two. If CD is mounted, umount it, and vice-versa.
hd: Reads a directory from the hard disk (this directory must be defined in the config file to be used). It will be treated the same as a CD-ROM. This command can also be used to re-read the hard disk directory contents if it has been updated since ZoltanPlayer read it.
play: Starts playing the first song.
stop: Stops playing.
pause: Pauses / unpauses the currently playing song.
next-song: Moves to the next song and plays it.
prev-song: Move to the previous song and plays it.
goto-N: Moves to song number N and plays it.
next-group: Moves to the first song of the next group and plays it If no group is defined (as in Audio CDs), it restarts playing from the first song.
prev-group: Moves to the first song of the previous group and plays it.If no group is defined (as in Audio CDs), it restarts playing from the first song.
song-info: Returns information about the song being played in one line. This command can be used from a shell script to display the info on an LCD, a ticker or something like that.
vol-up: Pumps up the volume by 5%. Only operative if the sound card mixer is being used (see sample config file).
vol-down: Lowers the volume by 5%. Only operative if the sound card mixer is being used.
cd-info: Shows the current list of songs, and information about the current group and song being played, if any.
skip-N: disable the song number N (do not play it).
rest-N: enable the previously disabled song number N.
toggle: toggle the skip selection.
toggle-playlist: toggle the skip selection for those songs inside playlists.
shuffle: shuffle the playing order of songs.
unshuffle: get back to original sorting of songs (CD order for Audio CDs, or alphabetical ordering if song files from CDROMs or hard di
Enhancements:
- Support for CD cover images.
- First stable release.
<<less
Download (0.036MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Bollywood Songs Download 1

Bollywood Songs Download 1


This is a free bollywood song for you to use as an example of what we have available. Download bollywood songs for free and hindi songs for free in m... more>> <<less
Download (41KB)
Added: 2009-04-28 License: Freeware Price: Free
392 downloads
KMusicManager 1.2

KMusicManager 1.2


KMusicManager manages your entire music collection. more>>
KMusicManager manages your entire music collection.
Main features:
The music collection view
- The main collection view shows an overview of your entire music collection. At the top of the view theres a search bar. Entering text here will only show those songs which have the search text in one of their properties.
The tag editor
- With the tag editor you can modify the tags of your songs. Clicking on a song in the music listview, will put its properties into the tag editor. You can then modify those properties. To save the modifications press the save button.
The playlist editor
- The playlist editor allows you to create new playlists, by clicking on the new playlist icon. You can add songs to the playlist by dragging songs from the music listview and dropping them on the playlists icon. Double clicking on the playlists icon will play the list.
The playqueue
- Feel like listening to some songs, just drag them to the playqueue. Want to rearrange the songs in the playqueue, just drag them around.
- Whenever KMusicManagers player needs a song, it will first look into the playqueue. If it finds some songs in the queue, it will grab the first and play it. If the playqueue is empty, it will try to find a song in the current playlist.
The database tree
- The database tree gives you an overview of your entire music collection. It shows a directory tree of all the directores in your music database.
The file renamer
- You can easily rename files with the file rename feature, so that all your music files are named consistently. The file renamer also allows files to be put in separate directories, it will take care of directory creation for you.
<<less
Download (0.25MB)
Added: 2005-05-26 License: GPL (GNU General Public License) Price:
1613 downloads
RKOL Status 2.5.0

RKOL Status 2.5.0


RKOL Status is an extension which can be used to monitor the song, artist and number of users on a ShoutCast server. more>>
RKOL Status is an extension which can be used to monitor the song, artist and number of users on a ShoutCast server.

This extension can be used to monitor the song, artist and number of users on a ShoutCast server. It was written specifically for Radio-KOL but will work for other ShoutCast servers.

It places a small icon in the lower right-hand corner of the window and displays the song and artist currently playing on the radio. The tooltip can display a multitude of other information including the name of the DJ, the last five songs played, and the schedule.

<<less
Download (0.043MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
829 downloads
qSong 0.9.2

qSong 0.9.2


qSong project is a song database program with multimedia features. more>>
qSong project is a song database and a lyrics manager program with multimedia features.
Main features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
<<less
Download (0.36MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
songanalysis 0.4.0

songanalysis 0.4.0


songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format. more>>
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format and produces an output consisting of the volume differential, the relative strength in each frequency band, and the tempo.

This is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.

<<less
Download (0.027MB)
Added: 2006-01-15 License: GPL (GNU General Public License) Price:
1379 downloads
iTRANS Amarok Script 0.4.4

iTRANS Amarok Script 0.4.4


iTRANS Amarok Script is an amaroK script to get the lyrics of hindi songs using the services provided at www.giitaayan.com more>>
iTRANS Amarok Script is an amaroK script to get the lyrics of hindi songs using the services provided at http://www.giitaayan.com

Idea is to get the iTRANS encoded lyrics in the ISB files and then convert them into UTF-8 to display in the context window. If more than one hit then give the user an option to select the best hit among them.

<<less
Download (0.14MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1005 downloads
Dynamic Taste Detection for XMMS 20020303

Dynamic Taste Detection for XMMS 20020303


Dynamic Taste Detection patch makes XMMS adapt its playlist randomization function to your personal taste. more>>
Dynamic Taste Detection patch makes XMMS adapt its playlist randomization function to your personal taste.

Songs you dont like end up at the end of the playlist, and songs you like to hear together tend to end up next to each other.

<<less
Download (2.8MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1291 downloads
CDcover XMMS Plugin 0.2

CDcover XMMS Plugin 0.2


CDcover XMMS Plugin displays a graphic dependent on the currently played song. more>>
CDcover XMMS Plugin displays a graphic dependent on the currently played song.
Normal usage would be to display the CD covers for the different songs. The graphics are retrieved from your computer. Therefore searchpaths can be defined, where a corresponding cover is searched for.
Main features:
- Define as many different search paths as you need, including wildcards
- Buildin skin, full support for custom skins
- Many different graphic formats (supported formats depend on your gtk installation)
- Automatically resizes the images, and preserves aspect-ratio upon request
<<less
Download (0.23MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1291 downloads
Canzoniere 0.2.0

Canzoniere 0.2.0


Canzoniere is an Mp3 mood classifier. more>>
Canzoniere is an Mp3 mood classifier.

Canzoniere is an mp3 classification tool, which allows users to classify their songs using personal criteria such as artist score, song score and moods (i.e. romantic, relax, party, etc.). Users can then select their mood and play songs that match.

<<less
Download (0.60MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1565 downloads
pita 0.14

pita 0.14


pita is client-server music player. more>>
pita is client-server music player. A daemon process, pitad, maintains a queue of files which it plays through the sound system.

Various clients manipulate the daemon, adding songs, moving through the queue, etc.

<<less
Download (0.016MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
913 downloads
w2otk 0.1

w2otk 0.1


w2otk is a simple, efficient WAV to ogg vorbis converter. more>>
w2otk is a simple, efficient WAV to ogg vorbis converter. w2otk is a front-end to oggenc.

w2otk is rather easy to use. It assumes that you run it from a directory with music encoded in WAV format, and you want to convert them to ogg vorbis. Furthermore, it is assumed that all the WAV songs belong to the same album.

Once run, w2otk asks you for the album name, the artist name, the encoding quality and other generalities. It also asks for the name of each WAV song, and which songs should be encoded.

After you have given w2otk all the data it needs, hitting the "Encode" button will start the encoding process. w2otk will inform you on which song it is working both in a status line and in the console.

After its finished, hit the "Exit" button. All the WAV files will still be present in the directory.

<<less
Download (0.003MB)
Added: 2006-06-09 License: MIT/X Consortium License Price:
1232 downloads
Tam Jukebox Snapshot-2004-12-07

Tam Jukebox Snapshot-2004-12-07


Tam Jukebox is a jukebox that selects songs with relative frequency depending on how much you think they suck. more>>
A jukebox that selects songs with relative frequency depending on how much you think they suck.

Tam (Track Attribute Manager) jukebox is a system that randomly picks songs to play, and considers every track you have to be in every playlist--until you say otherwise.

<<less
Download (0.20MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1556 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5