Main > Free Download Search >

Free car stereo software for linux

car stereo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 220
CELT 0.6.0

CELT 0.6.0


CELT is an experimental audio codec for use in low-delay communication. more>>

CELT 0.6.0 is created to be an experimental audio codec for use in low-delay communication. CELT stands for "Code-Excited Lapped Transform". It applies some of the CELP principles, but does everything in the frequency domain, which removes some of the limitations of CELP.

Major Features:

  1. Ultra-low latency (typically from 3 to 9 ms)
  2. Full audio bandwidth (44.1 kHz and 48 kHz)
  3. Stereo support
  4. Packet loss concealment
  5. Constant bit-rates from 32 kbps to 128 kbps and above
  6. A fixed-point version of the encoder and decoder
  7. The CELT codec is meant to close the gap between Vorbis and Speex for applications where both high quality audio and low delay are desired.

Enhancements:

  • Has just been released, with many quality improvements, including better stereo coupling, better handling of transients, and better handling of highly tonal signals.
  • Packet loss robustness has been improved through the optional use of independent (intra) frames.
  • Supports a larger dynamic range, suitable for encoding 24-bit audio (float version only).
  • There is also a very early VBR implementation.
<<less
Added: 2009-07-07 License: BSD License Price: FREE
13 downloads
Used Cars Mt Pleasant Michigan 1.0

Used Cars Mt Pleasant Michigan 1.0


Search Toolbar from Mt Pleasant Used Cars Michigan for use with Mozilla Firefox. Helps to make web surfing for used cars more enjoyable. Includes a ra... more>> <<less
Download (504KB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
Free Style for Linux 1.0

Free Style for Linux 1.0


Free Style is a cute and colorful set that contains 10 icons more>> Description:
10 freeware icons designed in cartoon style.
Content:
Books, Bug, Car, CD, Cup, Flower, Hand, Ice Cream, Pencil, Tree
<<less
Download (194KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
NOC 3.01

NOC 3.01


A powerful and open source protein structure explorer more>>
NOC 3.01 is a program to visualize and analyze protein structure, for crystallographic modeling and mapping, for Gromacs/Amber MD trajectories viewing and analysis. NOC is an open source project and is distributed with precompiled binaries for MS Windows, MacOSX, Linux/Unix.

Major Features:

  1. Structure factor calculation and R factor validation
  2. Fast fourier transformation for electron density synthesis
  3. Reflection data analysis
  4. Auto-fit residues side-chain against density data
  5. Customize molecular electronic density map contouring
  6. Easy to add/delete HOH, hetero atom Group, residue
  7. Real 3D Stereo Visualizing Support (need a Quad Buffer Graphic Adapter and a Stereo Glasses)
  8. Easy to make a animate stream of molecular model
  9. Solid surface creating and electrostatic potential calculation
  10. WYSIWYG Labeling method
  11. Easy to compare similar structures
  12. Auto structure checking and hydrogen atoms adding
  13. Predict possible motifs (sites) in the molecule
  14. Auto-determinate secondary structures
  15. Build related molecules and contacts according to molecular crystallographic symmetries
  16. Calculate molecular accessible surface, embedded surface, residue ccessibility
  17. Details of Hetero atom interactions in the molecule
  18. Details of Hydrogen bonds in the molecule
  19. Structure validation and quantify structure on the fly
  20. More precise ribbon model representation
  21. Novel Cartoon model representation
  22. Report many useful information both in text and plots for structure analysis
  23. High quality rendering and many types of output (such as TIFF, PNG, BMP, PS)
<<less
Download (5.7MB)
Added: 2007-11-25 License: Freeware Price: FREE
11 downloads
Stormbaan Coureur 1.5.2

Stormbaan Coureur 1.5.2


Stormbaan Coureur is a simulated obstacle course for automobiles. more>>
Stormbaan Coureur is a simulated obstacle course for automobiles. n this game, your objective is to drive your car along an obstacle course. Success depends on total control of the car, and making use of the laws of physics.
Enhancements:
- New name
- Extended track with half pipe jump
- Extended track with turn tables
- Fixed joystick accelerator axis assigment
- Softened the suspension
- Added brake-light
- Added reverse-gear-light
- Improved leaderboard
- Added respawn points
<<less
Download (3.1MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
799 downloads
Punit 0.2

Punit 0.2


Punit is an attempt to create a Python CD ripper using cdparanoia and lame for Linux. more>>
Punit is an attempt to create a Python CD ripper using cdparanoia and lame for Linux.

I couldnt get Sound Juicer to rip mp3, GooBox encodes mp3 using VBR which screws up the mp3 times in Foobar2000. I wanted a simple mp3 ripper and i wanted to learn Python so I made my own.

Right now, its a straight forward ripper to mp3 with the format 128 kbps, 44100Hz, stereo. Comments, suggestions, improvements are all welcomed.

Thanks to CDDB.py for the CDDB module.

<<less
Download (0.032MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
804 downloads
Trophy 1.1.5

Trophy 1.1.5


Trophy project is an action car racing game. more>>
Trophy project is an action car racing game.

Trophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.

You can shoot, drop bombs, and drive against the other players.

<<less
Download (8.9MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
820 downloads
LibSound77 40

LibSound77 40


LibSound77 is a library for producing sound data in FORTRAN77 programs compiled with g77. more>>
LibSound77 is a library for producing sound data in FORTRAN77 programs compiled with g77.

It provides a small and dirty, but usable, interface for outputting sound to speakers or .wav files. It has only been tested on computers of the i386 architecture.

Playing sound:

Stereo output are currently not supported, but work on it is in progress... See the file beep77.f for example code.
call ao77ini()
Initialise library, must be called before ploping.
call ao77set(samplerate, nbrchannels)
set up parameters: samplerate is an integer like 44100, nbrchannels is an integer and must be 1.
call ao77out(sample)
Put a sound sample, who is an integer*2, on the way to the speakers. Do it as quickly as possible...
call ao77end()
Stop the sound-system, release ressources. Must be called after use

Writing and reading .WAV

Stereophonics files are now supported, still experimental. See the file sinus.f for writing example code. See the file play77.f for reading example code.
fn = sndfopen(plop.wav, MODE, rate, channels)
Open a file for reading, if mode is I or writing if mode is O. You can have up to 42 files simultaneously open. When you are a writer, you must set channels to 1 or 2.
call sndfput(fn, sample)
Add a sample to the file. Samples are integer*2 values.
call sndfput2(fn, left, right)
Add two samples to the stereo file. Samples are integer*2 values.
err = sndfget(fn, sample)
Get a sample from a file opened for read. When success, return value is 1, when at end of file, return value is 0. Negatives are errors.
call sndfclose(fn)
Flush all datas and close the file.

Whats New in This Release:

Stereo input/output functions were added.

<<less
Download (0.007MB)
Added: 2007-07-17 License: Freely Distributable Price:
830 downloads
Domino Blast 0.1

Domino Blast 0.1


Domino Blast project is a physics-based driving/demolition game with a childrens toys theme. more>>
Domino Blast project is a physics-based driving/demolition game with a childrens toys theme.

Domino Blast is a hybrid driving and destruction game with a childrens toys theme. Its environments consist of buildings constructed from domino tiles and a player-controllable toy car. The objective of the game is to wreak as much havoc as possible, within a time limit.

Its game-play is simplistic yet satisfying; similar to the satisfaction gained from watching a tumbling Jenga tower, except the objective is to tumble the tower, rather than slowly deconstruct it. As the game progresses, levels become more dense and the buildings that inhabit them become larger and more complex.

<<less
Download (6.0MB)
Added: 2007-06-18 License: Freeware Price:
858 downloads
Vamos Automotive Simulator 0.5.7

Vamos Automotive Simulator 0.5.7


Vamos is an automotive simulation framework with an emphasis on thorough physical modeling and good C++ design. more>>
Vamos Automotive Simulator project, as the name suggest is an automotive simulation framework with an emphasis on thorough physical modeling and good C++ design. Vamos includes a real-time, first-person, 3D driving application.

Vamos is young and its goals are only partially met. I invite anyone whos interested to contribute.

Thorough physical modeling

Vamos models most major systems of a car. The drivetrain includes a simulation of the engine, clutch, transmission and a limited-slip differential. Tires and suspension are also modeled. If I missed something, let me know.

Good C++ Design

The geometry, track, car and world modules are in their own namespaces. Care has been taken to avoid cyclic dependencies. Standard Library components like strings, vectors and maps are favored over arrays. Some of the modules and classes have aged more gracefully than others. If you see a design area that needs improvement, feel free to pitch in.

<<less
Download (1.4MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
872 downloads
Linux ICE Alpha 3

Linux ICE Alpha 3


Linux ICE is a Linux distribution based on Ubuntu 7.04 for your car. more>>
Linux ICE is a Linux distribution based on Ubuntu 7.04 for your car.
Main features:
- nGhost Media Center 0.94.5
- Linux kernel 2.6.20
- gps support via gspd
- Improved startup time
- XFCE 4.4
Enhancements:
- Linux ICE Development team is happy to release the third alpha in the development series of Linux ICE. Code named "Veyron ICE Breaker", this breed of release has a significantly reduced footprint and contains all the new technologies available in the newest version of Ubuntu 7.04.
<<less
Download (347.4MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
881 downloads
web mp3 player for xmms 1.0

web mp3 player for xmms 1.0


web mp3 player for xmms is a simple Web MP3 player based on XMMS and XMMS-Shell. more>>
web mp3 player for xmms is a simple Web MP3 player based on XMMS and XMMS-Shell.

The project is useful if you have a Linux server attached to your stereo/home theater and you want to play MP3s easily via a Web interface.

A little playlist support is included. Important note: it is totally insecure, and should only by used in a limited environment.
<<less
Download (0.005MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
913 downloads
Toy Cars 0.3.3a

Toy Cars 0.3.3a


Toy Cars is a physics-based 2D racing game for Linux. more>>
Toy Cars is a physics-based 2D racing game for Linux. The graphics and the interface use SDL and OpenGL.

Toy Cars is partly inspired by Micromachines and partly by the old Atari ST game called Jupiters Masterdrive.

<<less
Download (3.2MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
910 downloads
K!rash 1.0

K!rash 1.0


K!rash is a game inspired by Twisted Metal, K!rash is a car shooter game. more>>
K!rash is a game inspired by Twisted Metal, K!rash is a "car" shooter game, where your objective will be to gain more "frags" (scores) than your opponent by destroying his car.

K!rash has several cars to choose with different characteristics. K!rash is a game for 2 players in the same PC.
<<less
Download (0.92MB)
Added: 2007-04-20 License: Freeware Price:
919 downloads
XELand 1.0 RC3

XELand 1.0 RC3


XELand project generates night landscapes as stereo pairs for cross-eye viewing. more>>
XELand project generates night landscapes as stereo pairs for cross-eye viewing. Currently it uses two map generation methods (plus some variations). Generated height maps are seamless and can be saved as PNG images.
The program requires only JDK 1.5 or above, and is very easy to use. To take full advantage of XEland you should learn cross-eye viewing.
Main features:
- Simple to use
- Two terrain generation methods
- Exports maps to png files
- Generates seamless maps
- Uses StupidRendering techonogy
<<less
Download (0.058MB)
Added: 2007-04-19 License: The Apache License 2.0 Price:
918 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5