Main > Free Download Search >

Free lame duck software for linux

lame duck

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 96
LAME 3.97

LAME 3.97


LAME is an MP3 encoder and graphical frame analyzer. more>>
LAME is short from LAME Aint an MP3 Encoder and is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, simple frontend application, a much-improved psycho-acoustic model (GPSYCHO), and a graphical frame analyzer (MP3x).
Please note that any commercial use (including distributing the LAME encoding engine in a free encoder) may require a patent license from Thomson Multimedia.
Main features:
- Many improvements in quality in speed over ISO reference software. See history.
- MPEG1,2 and 2.5 layer III encoding.
- CBR (constant bitrate) and two types of variable bitrate, VBR and ABR.
- Encoding engine can be compiled as a shared library (Linux/UNIX), DLL or ACM codec (Windows)
- free format encoding and decoding
- GPSYCHO: a GPLd psycho acoustic and noise shaping model.
- Powerfull and easy to use presets
- Quality is comparable to FhG encoding engines and substantially better than most other encoders.
- Fast! Encodes faster than real time on a PII 266 at highest quality mode.
- MP3x: a GTK/X-Window MP3 frame analyzer for both .mp3 and unencoded audio files.
Software which uses "LAME":
- andromeda (PHP and ASP) Dynamically presents collections of mp3s as streaming web sites.
- rip (Perl) Script for ripping and encoding.
- avifile AVI/DIVX encoder and decoder for Linux.
- Grip (Linux) gtk-based cd-player, ripper and encoder. Supports cddb, cdparanoia and LAME.
- jbm2 (Linux) A KDE jukebox style application for public places (bars, pubs,...)
- Krabber (Linux) A KDE ripper & encoder, can use LAME.
- Mp3Maker (Linux) A WindowMaker enhanced front end to cdda2wav/cdparanoia and lame/bladeenc.
- dekagenc (Linux) Bourne shell script for ripping, encoding and CDDB naming.
- ripperX (Linux) GTK frontend for rippers and several encoders featuring CDDB support.
- T.E.A.R. (Linux) frontend to LAME, cdparanoia and CDDB.
- Xmcd. (Linux) CD Player with CDDB and ripping to MP3 and OGG.
- xtunes (Linux) GTK frontend for LAME, MAD, cdparanoia, cdrecord and more.
- DropMP3 (Mac) includes LAME binaries.
- CDex (Windows) Ripper & encoder, includes LAME binaries (the Blade compatible dll)
- Lamedrop (Windows) OggDrop style frontend.
- LAMEX (Windows) An activex control for LAME, and a GUI. Source code only, includes LAME.
- m3w (Windows) A live mp3 streamer for the WWW. Works with LAME, icecast, soundcard input
- out_lame (Windows) Winamp output plug-in. Create MP3 files directly from Winamp!
- RazorLame (Windows) The RazorBlade front end now supports LAME.
- winLAME (Windows) The only *nice* windows UI for LAME, according to the author :-)
- DarkIce Live streamer for IceCast.
- LiveIce Real time streaming of mp3s. Works with IceCast
- MuSE A mixing, encoding and streaming engine.
- Flash Forth a Flash-like development library
Enhancements:
- This version is identical to 3.97b3, which was promoted to release.
<<less
Download (1.3MB)
Added: 2006-09-24 License: GPL (GNU General Public License) Price:
1205 downloads
lame-rtp 2

lame-rtp 2


This is a unified diff (you probably need GNU patch to apply it) to lame 3.58. more>>
This is a unified diff (you probably need GNU patch to apply it) to lame 3.58. Please note that this diff is now obsolete as recent beta versions of lame include a version of this code. Just type "make mp3rtp". The code was broken, but the CVS code is reported to work (and interoperate with playRTPMPEG) as of Feb 21 2000.

Please note that the output stream will only have the correct speed if the input is live recorded stream from your sound card or lame encodes exactly in real-time on your CPU!

RTP is the Realtime Transport Protocol as defined in RFC 1889. It is the transport mechanism of your choice to multicast an mp3 stream.
<<less
Download (0.012MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1189 downloads
tooLAME 0.2i

tooLAME 0.2i


tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder. more>>
tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder.

It is based heavily on:

- the ISO dist10 code
- improvement to algorithms as part of the LAME project

Installation:

1. edit Makefile
at least change the architecture type (ARCH) to suit your machine.
2. make

Usage:

./toolame [options] < input > < output >

Input File
tooLAME parses AIFF and WAV files for file info
raw PCM is assumed if no header is found
for stdin use a -

Output File
file is automatically renamed from *.* to *.mp2
for stdout use a -

Input Options
-s [int]
if inputting raw PCM sound, you must specify the sample rate
default sample rate is 44.1khz.

-a
downmix from stereo to mono
if the incoming file is stereo, combine the audio into
a single channel

-x
force byte-swapping of the input. (current endian detection is dodgy,
so if toolame produces only noise, use -x )

-g
swap the LR channels of a stereo file

Output Options
-m [char]
the encoding mode (default j)
s stereo
d dual channel
j joint stereo
m mono

-p [int]
which psy model to use (default 1)
Different models for the psychoacoustics
Models: -1 to 4

-b [int]
the total bitrate
For 48/44.1/32kHz default = 192
For 24/22.05/16kHz default = 96

-v [int]
Switch on VBR mode.
The higher the number the better the quality.
Useful range -10 to 10.
See README.VBR for details.

Operation
-f
fast mode turns off calculation of the psychoacoustic model.
Instead a set of default values are assumed

-q [int]
quick mode calculates the psy model every num frames.

Misc
-d emp
de-emphasis (default n)
-c
mark as copyright
-o
mark as original
-e
add error protection
-r
force padding bits off
-D
add DAB extensions
-t [int]
talkativity setting. 0 = no message. 3 = too much information
<<less
Download (0.12MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1403 downloads
TwoLAME 0.3.10

TwoLAME 0.3.10


TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder. more>>
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME.
TwoLAME includes libtwolame, a fully thread-safe shared library with an API very similar to LAMEs.
Main features:
- Fully thread-safe
- Static and shared library (libtwolame)
- API very similar to LAMEs (for easy porting)
- Frontend supports wider range of input files (using libsndfile)
- automake/libtool/pkgconfig based build system
Enhancements:
- This release adds win32/winutil.h to the tarball, fixes bug #1629945, fixes presentation of --enable-debug in the configure script, adds twolame_encode_buffer_float32_interleaved(), fixes a bug that was losing stereo in twolame_encode_buffer_float32(), fixes twolame_set_mode() to accept TWOLAME_AUTO_MODE, adds source file IDs to the top of every file, and adds -pedantic to CFLAGS for the debug build.
<<less
Download (0.45MB)
Added: 2007-03-21 License: LGPL (GNU Lesser General Public License) Price:
954 downloads
Duck 0.9.5

Duck 0.9.5


Duck project is a Web-based system for practice testing and quizzing. more>>
Duck project is a Web-based system for practice testing and quizzing.
Instructors can create multiple-choice, short answer, and extended response questions.
Unique feedback can be provided for up to 10 potential student responses.
Duck is based on constructivist teaching and learning ideals.
Enhancements:
- commented out addslashes so that it works with magic quote on.
- Probably should undo and turn magic quotes off.
- added authentication variable to duck.inc to control hard auth
<<less
Download (0.088MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1087 downloads
FAME 0.9.0

FAME 0.9.0


FAME project is a set of tools for encoding multimedia content. more>>
FAME project is a set of tools for encoding multimedia content.

It currently consists in the following tools:

libfame

libfame is a video encoding library.

It can currently encode MPEG-1 and MPEG-4 rectangular video, as well as MPEG-4 video with arbitrary shape.

Compliance

Provide bitstreams compliant to the MPEG-1, MPEG-2 and MPEG-4 video standards.

Speed

Provide a fast implementation of the techniques used in MPEG standards.

Flexibility

Allow the user to choose between different options for speed, compression ratio and quality.

Portability Support many different platforms and architectures.

fame

fame is a multimedia encoder, which captures video from a video4linux device, and optionnaly sound, for MPEG encoding.

It is based on libfame and lame and thus supports the same output formats as these two libraries.
<<less
Download (0.027MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1356 downloads
LAME MP3 Encoder 3.98.2

LAME MP3 Encoder 3.98.2


Today, LAME is considered the best MP3 encoder at mid-high bitrates and at VBR. more>> LAME development started around mid-1998. Mike Cheng started it as a patch against the 8hz-MP3 encoder sources. After some quality concerns raised by others, he decided to start from scratch based on the dist10 sources. His goal was only to speed up the dist10 sources, and leave its quality untouched. That branch (a patch against the reference sources) became Lame 2.0, and only on Lame 3.81 did we replaced of all dist10 code, making LAME no more only a patch.
The project quickly became a team project. Mike Cheng eventually left leadership and started working on tooLame, an MP2 encoder. Mark Taylor became leader and started pursuing increased quality in addition to better speed. He can be considered the initiator of the LAME project in its current form. He released version 3.0 featuring gpsycho, a new psychoacoustic model he developed.
In early 2003 Mark left project leadership, and since then the project has been lead through the cooperation of the active developers (currently 4 individuals).
Today, LAME is considered the best MP3 encoder at mid-high bitrates and at VBR, mostly thanks to the dedicated work of its developers and the open source licensing model that allowed the project to tap into engineering resources from all around the world. Both quality and speed improvements are still happening, probably making LAME the only MP3 encoder still being actively developed.
<<less
Download (1.27MB)
Added: 2009-04-08 License: Freeware Price:
198 downloads
 
Other version of LAME MP3 Encoder
LAME MP3 Encoder 3.98Today, LAME is considered the best MP3 encoder at mid-high bitrates and at ... 2.0, and only on Lame 3.81 did we replaced of all dist10 code, making LAME no more only a patch. The
License:Freeware
Download (1.35MB)
306 downloads
Added: 2009-04-10
duckmaze 0.1

duckmaze 0.1


duckmaze is a game about a duck that is in a maze. more>>
duckmaze is a game about a duck that is in a maze. The duck can move walls, but only if there are no walls in the way (it makes sense when you try it).
duckmaze is a simple puzzle game which starts with easy levels but progresses to some quite tricky ones.
NOTE: At the moment, duckmaze only has 8 levels, and most of them are quite easy. More levels are being written, and the game includes a full level editor, so feel free to help out!
NOTE: At the moment, duckmaze has no sound effects or music. This will be fixed soon!
Playing duckmaze
Press any key to start, and use the arrow keys to control the duck. Try to get out of the maze, and dont forget you can move walls, but only if there is not another wall in the way!
You can also use the good old fashioned O, P, Q, A key layout you remember from your ZX Spectrum days. You can also redefine the keys by modifying the config file in ~/.duckmaze/config. Figuring out the format of that file is left as an exercise for the reader.
Press ESCAPE on the title screen to enter the menu, which allows you to change the level you start at (once you have unlocked them) and turn the music and sound effects on or off. You can also go to the level editor from this menu (see later). Press ESCAPE during the game to pause or quit.
Creating Levels:
Press ESCAPE and choose Level editor from the menu. You can either create a new level, or load one you have already created.
One you have created or loaded a level, you will see the level, and your cursor to add or remove walls. Move the cursor using the mouse or the arrow keys, and left-click (or press RETURN) to add or remove a wall, and right-click (or press SPACE) to move the start position of the duck.
When you are happy with your level, press ESCAPE to display the menu and choose Save level. You can choose to save it as a new custom level, or overwrite one you saved before.
Please send in your level designs to duckmaze-devel at lists dot sourceforge dot net. It would be great to see them, and if theyre tricky and/or interesting enough, they will appear in the next release!
NOTE: At the moment, there is no easy way to play the levels you create. They are saved in the levels directory inside the duckmaze directory, and to play them you must rename them from custom_xxx to level_xxx. When you have done that, they will become part of the normal game. This will be fixed in a future version, so that you can play custom levels directly.
Enhancements:
- The game mechanics and level editor are in place, but there are only 8 levels, and no sound effects or music.
<<less
Download (0.17MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1034 downloads
Yellow Duck Framework 2.1.0

Yellow Duck Framework 2.1.0


Yellow Duck Framework is an object oriented framework that will help you with creating web applications. more>>
Yellow Duck Framework is an object oriented framework that will help you with creating web applications. The project is implemented using the popular PHP web scripting language.
An example could be a weblog. The "post" request could take care of displaying and updating the items in the weblog. In this example, "update" would be an action as well as "display_list" and "display_item". Another request, "rss" for example could be used to generate RSS news feeds. In the "rss" request, we could for example find the actions "display_rss20" and "display_atom" which generate specific flavors of XML news feeds. Requests basically group action that are related.
By encapsulating all the programming in an object-oriented environment, you get a framework that is easy to use and understand, easy to extend and doesnt limit you in any way. If you combine this with a very feature-rich standard library that takes care of most common things that need to be programmed for a website, you have a very powerful environment available to develop web applications.
Main features:
- Structured programming environment by using requests and actions
- Clean separation of code and output
- Support for multi-langual websites by using locales
- Templates for outputting HTML easily based on Smarty
- Automatic action dispatching using URL parameters
- Object oriented form construction and validation
- Object oriented handling of authentication
- Classes for creating XML/RPC clients and servers.
- Classes for creating syndicated XML feeds such as RSS and Atom feeds.
- Easy handling of files, directories and images. For images, there are some very straightforward functions that can create thumbnails and obtain specific information about these images.
- An object oriented interface for creating and sending email messages.
- Database abstraction layer supporting MySQL, PostgreSQL, SQLite and Oracle.
- Object oriented way of creating SQL statements.
- Logging infrastructure based on plain text or XML logfiles.
- A shopping cart infrastructure that makes it easy to create webshops.
- Different smaller modules that take care of string handling, debugging, configuration settings, timers.
Enhancements:
- This release contains feature enhancements in nearly all sections.
<<less
Download (3.5MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
MPyRe 0.1.1

MPyRe 0.1.1


MPyRe (Music Python Ripper) is a Python front- end to cdparanoia, LAME, Musepack, and Ogg Vorbis and FLAC encoders. more>>
MPyRe (Music Python Ripper) is a Python front- end to cdparanoia, LAME, Musepack, and Ogg Vorbis and FLAC encoders. It has support ID3 and APEv2 tagging.
Main features:
- Reads the CDDB server and grabs disc info
- Rips the CD with CDParanoia in secure ripping mode
- Encodes the Wav files to MP3
- Adjusts output levels with replaygain (MP3gain for MP3s)
- Writes ID3v1 and Apev2 tags to MP3 Files
- Renames the files to match the track # and song title
<<less
Download (0.010MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
mpegrec 1.0

mpegrec 1.0


mpegrec is a FREE, Open Source command-line tool for recording audio on Windows and Linux. more>>
mpegrec is a FREE, Open Source command-line tool for recording audio on Windows and Linux. It may be used to record direct-to-disk WAV files, and MP3 files. MP3 encoding requires an external MP3 encoder such as the lame encoder. Other encoders can be used with minimal changes to the source code.

Unlike other WAV recorders available online, mpegrec is free -- even on Windows. (MP3 encoding may require a licensed encoder.) The command-line inteface is easy to use -- easy enough you will not miss a silly GUI. If you have an audio card capable of hardware-mpeg encoding, mpegrec for Windows can utilize the cards features for direct-to-disk MP3 recording.

NOTE: mpegrec on Linux is slightly dated and may require porting to newer kernels. If you port mpegrec feel free to share it in accordance with the GNU GPL license. If you can make the package small enough, I will consider posting it here.

To install wavrec and mpegrec simply type make at the shell:

make

To install wavrec and a sym-link for mpegrec type make install:

make install
<<less
Download (0.042MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1194 downloads
Adams Ripsuite 0.2

Adams Ripsuite 0.2


Adams Ripsuite is a collection of quick and dirty Perl and bash scripts to help rip CDs and manage a music collection. more>>
Adams Ripsuite is a collection of quick and dirty Perl and bash scripts to help rip CDs and manage a music collection. The project rips music video DVDs and music CDs to files on your hard drive.

Reads track information in from a file on disk. Transcodes music files from and to a variety of formats using mplayer/lame/libogg. Specify an artist name to have their back catalogue copied to a folder.

Corrects the case of artist names/song titles for all music files/folders of music files. Adds artist information to files ripped with song title only. Does not support CDDB lookups for track information.

<<less
Download (0.050MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
927 downloads
gTVTimer 0.5

gTVTimer 0.5


gTVTimer is an easy to use videorecorder and frontend to MEncoder. more>>
gTVTimer is an easy to use videorecorder and frontend to MEncoder. You can use gTVTimer to schedule recordings from your analog TV card.
There is still a lot to add/improve. Feel free to send bug reports and suggestions.
Main features:
- supported video codecs: DivX, MJPEG, MPEG2, XviD
- supported audio codecs: MP2 (lavc, toolame), MP3 (lavc, lame)
- supported filters: crop, resize, deinterlace, denoise
- simple TV application
- preview of recorded videos
- translations: English, German
<<less
Download (0.085MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1251 downloads
Adam's Ripsuite 0.2

Adam's Ripsuite 0.2


Adams Ripsuite offers users a complete collection of quick and dirty Perl and bash scripts, which is created to help rip CDs and manage a music collection. more>> Adam's Ripsuite 0.2 offers users a complete collection of quick and dirty Perl and bash scripts, which is created to help rip CDs and manage a music collection. The project rips music video DVDs and music CDs to files on your hard drive. Reads track information in from a file on disk. Transcodes music files from and to a variety of formats using mplayer/lame/libogg. Specify an artist name to have their back catalogue copied to a folder. Corrects the case of artist names/song titles for all music files/folders of music files. Adds artist information to files ripped with song title only. Does not support CDDB lookups for track information.

Requirements: Perl

<<less
Added: 2007-04-11 License: GPL Price: FREE
1 downloads
BBDock 0.2.8

BBDock 0.2.8


BBDock is an application launcher for Blackbox (and others) that allows you to create application buttons in the slit/dock. more>>
BBDock is an application launcher for Blackbox (and others) that allows you to create application buttons in the slit/dock. It works with PNG files rather than XPM images. BBDock supports alpha blending at 16, 24 and 32 bits color-depth.

Also, the raise-window function is available to window managers which implement the EWMH specification.

Note: there is a trancparency issue with blackbox 0.70. A workaround is this

Slit.cc replacement (place into blackbox-0.70/src/).

Configuration

You may invoke BBDock either with your icons specified on command line or simply create a short configuration file (.bbdockrc) in your home directory.

The syntax for a command-line-argument or a line in the configuration file is equal:

IMAGEFILE:COMMAND[:WINDOWTITLE;[:IDLE]]

IMAGEFILE - should be path and filename of some PNG icon
COMMAND - a script or binary to execute
WINDOWTITLE - is a semicolon-seperated list of case-insensitive
window-titles of corresponding application-windows. Those
strings may contain wildcard characters (* and/or ?) to
exclusively identify a window. By providing this list you
make the icon exclusive to one instance of course. Clicking
on already launched icons will raise the corresponding
window instead of invoking a new instance.
IDLE - idle time after triggering one icon in miliseconds, instead
of using numbers you may also use the terms "lame" (~ 10 s),
"slow" (~ 5 s), "fast" (~ 500 ms) or "fastest" (~ 250 ms)

For example, run it from command line this way:

$ bbdock "~/.icons/firefox.png:firefox:*Firefox"

Sample out of a ~/.bbdockrc:

~/.icons/terminal.png:xterm::1
~/.icons/firefox.png:firefox:*Firefox

To start by configuration file, just run bbdock. Type "bbdock -h" for a detailed view of general options.
<<less
Download (0.018MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1099 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5