lossless
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44
AlsaPlayer 0.99.80 RC2
AlsaPlayer is a PCM (audio) player for Linux/ALSA. more>>
AlsaPlayer is a new type of PCM player. AlsaPlayer is heavily multi-threaded and tries to excercise the ALSA library and driver quite a bit. It has some very interesting features unique to Linux/Unix players.
The goal is to create a fully pluggable framework for playback of all sorts of media with the focus on PCM audio data. The core code was written by Andy Lo-A-Foe with contributions from many other folks. See the credits files for details.
The name AlsaPlayer might be confusing a bit today since we now support a whole bunch of different output systems.
The old default OSS audio interface is supported, as well as Esound, NAS (Network Audio Server), Sparc and SGI audio outputs. the most interesting new output is JACK. JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.
We believe that this interface will become the preferred one. JACK uses ALSA for interfacing with the audio hardware.
Main features:
- Full speed (pitch) control, positive *and* negative!
- This is the first Linux and only GPL player that supports this. You can scratch mp3s and even audio CDs in realtime.
- Icecast/shoutcast streaming support
- Interface plugins
- Completely redefine the user interface
- Remote control
- Control alsaplayer from another application
- Low latency mode
- On capable soundcards latency can be as low as 1.3ms!
- Playlist/Queue support
- Plays nice with concurrent audio tools
- Doesnt touch the hardware mixer
- Concurrent visual scopes
- Open as many scopes as there are.
- Multi-threaded design
- This results in efficient/skip free playback. You can also activate real-time scheduling for even better performance.
- Accurate scope/audio syncing
- Portable
Supported file formats:
- Ogg Vorbis files (.ogg)
- First player worldwide that did perfect reverse Ogg playback! hehe :)
- MP3 files using MAD
- MP3 audio files using the mpg123 based plugin
- WAV files
- CDDA, CD Digital Audio playback (digital ripping), with CDDB lookup
- All MODULES supported by MikMod
- All file types supported by the Audio File Library
- FLAC files. A lossless compression scheme
Supported sound systems:
JACK
- A low-latency audio server, written primarily for the Linux operating system. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves.
ALSA
- The next-generation audio interface for Linux. ALSA was recently merged in the 2.5.x Linux tree. It has many advantages over the old OSS interface.
OSS
- The old Linux audio API. This is still widely used.
SGI
- For SGI (IRIX) systems, using the SGI audio library.
NAS
- Network Audio Server. X11 for audio if you will.
ESD
- Esound, found in GNOME.
- Null
- Nosound driver, useful for testing
<<lessThe goal is to create a fully pluggable framework for playback of all sorts of media with the focus on PCM audio data. The core code was written by Andy Lo-A-Foe with contributions from many other folks. See the credits files for details.
The name AlsaPlayer might be confusing a bit today since we now support a whole bunch of different output systems.
The old default OSS audio interface is supported, as well as Esound, NAS (Network Audio Server), Sparc and SGI audio outputs. the most interesting new output is JACK. JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.
We believe that this interface will become the preferred one. JACK uses ALSA for interfacing with the audio hardware.
Main features:
- Full speed (pitch) control, positive *and* negative!
- This is the first Linux and only GPL player that supports this. You can scratch mp3s and even audio CDs in realtime.
- Icecast/shoutcast streaming support
- Interface plugins
- Completely redefine the user interface
- Remote control
- Control alsaplayer from another application
- Low latency mode
- On capable soundcards latency can be as low as 1.3ms!
- Playlist/Queue support
- Plays nice with concurrent audio tools
- Doesnt touch the hardware mixer
- Concurrent visual scopes
- Open as many scopes as there are.
- Multi-threaded design
- This results in efficient/skip free playback. You can also activate real-time scheduling for even better performance.
- Accurate scope/audio syncing
- Portable
Supported file formats:
- Ogg Vorbis files (.ogg)
- First player worldwide that did perfect reverse Ogg playback! hehe :)
- MP3 files using MAD
- MP3 audio files using the mpg123 based plugin
- WAV files
- CDDA, CD Digital Audio playback (digital ripping), with CDDB lookup
- All MODULES supported by MikMod
- All file types supported by the Audio File Library
- FLAC files. A lossless compression scheme
Supported sound systems:
JACK
- A low-latency audio server, written primarily for the Linux operating system. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves.
ALSA
- The next-generation audio interface for Linux. ALSA was recently merged in the 2.5.x Linux tree. It has many advantages over the old OSS interface.
OSS
- The old Linux audio API. This is still widely used.
SGI
- For SGI (IRIX) systems, using the SGI audio library.
NAS
- Network Audio Server. X11 for audio if you will.
ESD
- Esound, found in GNOME.
- Null
- Nosound driver, useful for testing
Download (0.88MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
LZO 2.01
LZO is a portable lossless data compression library written in ANSI C. more>>
LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio.
LZO is written in ANSI C. Both the source code and the compressed data format are designed to be portable across platforms.
Main features:
- Decompression is simple and *very* fast.
- Requires no memory for decompression.
- Compression is pretty fast.
- Requires 64 kB of memory for compression.
- Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced.
- Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio.
- There is also a compression level which needs only 8 kB for compression.
- Algorithm is thread safe.
- Algorithm is lossless.
Enhancements:
- Changed the configure system to install the LZO library under the name "liblzo2" so that parallel installation with LZO v1 is possible.
- Improved auto-configuration in miniLZO for some embedded targets like Blackfin and H8/300 processors.
<<lessLZO is written in ANSI C. Both the source code and the compressed data format are designed to be portable across platforms.
Main features:
- Decompression is simple and *very* fast.
- Requires no memory for decompression.
- Compression is pretty fast.
- Requires 64 kB of memory for compression.
- Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced.
- Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio.
- There is also a compression level which needs only 8 kB for compression.
- Algorithm is thread safe.
- Algorithm is lossless.
Enhancements:
- Changed the configure system to install the LZO library under the name "liblzo2" so that parallel installation with LZO v1 is possible.
- Improved auto-configuration in miniLZO for some embedded targets like Blackfin and H8/300 processors.
Download (0.57MB)
Added: 2005-06-28 License: GPL (GNU General Public License) Price:
1581 downloads
Wav and Flac conversion 1
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).
The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
<<lessThe FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
libjpeg v6b
libjpeg is a library of JPEG support functions. more>>
libjpeg is a library for handling the JPEG (JFIF) image format. Included are the programs cjpeg and djpeg for converting to and from this format, jpegtran to perform some lossless transformations on JPEG imagess, and rdjpgcom and wrjpgcom to manipulate JFIF comments.
<<less Download (0.59MB)
Added: 2005-04-14 License: Freely Distributable Price:
1685 downloads
Kexis 0.2.2
Kexis is a lossless WAV file compressor. more>>
Kexis is a lossless WAV file compressor. Kexis main goal is to develop prediction and encoding schemes to minimize compressed file size. Kexis strives to be the premier lossless sound encoder.
Enhancements:
- You can now turn off the logic that uses similarities between the left and right channel when encoding data with -ns. It is not recomended to do so, since it usually results in worse compression.
- Kexis now opens files as "binary". While this has no effect in linux, Windows, NT, ect need this for portability.
- Added a -d switch which causes Kexis to delete WAV files after encoding them.
- When decoding to stdout, Kexis now properly keeps stdout open so multiple files can now be streamed.
- Progress bar on decode now correctly displays mid and average, not predicted mid and average
<<lessEnhancements:
- You can now turn off the logic that uses similarities between the left and right channel when encoding data with -ns. It is not recomended to do so, since it usually results in worse compression.
- Kexis now opens files as "binary". While this has no effect in linux, Windows, NT, ect need this for portability.
- Added a -d switch which causes Kexis to delete WAV files after encoding them.
- When decoding to stdout, Kexis now properly keeps stdout open so multiple files can now be streamed.
- Progress bar on decode now correctly displays mid and average, not predicted mid and average
Download (0.038MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1314 downloads
My Photo Gallery 4.03
My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. more>>
My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. It is easy to setup and even easier to maintain.
Slick-looking image galleries and thumbnails are generated on the fly from any root directory that you specify. Albums can be created using the included Web-based adiminstration tool or by creating a directory and copying your pictures and files to that directory.
A Web administration interface is available to help add descriptions, rename images, rotate images (losslessly), and more. It includes advanced features such as image logging, renaming, resizing, image rotation, smilies, and visitor comments.
Unlimited filetypes may be recognized, and custom images for them can be displayed in your galleries, allowing you to archive MP3s, MPEGs, AVIs, etc.
Main features:
- Automatic creation of photo,movie, and file galleries
- Web based upload and gallery manager
- Automatic unziping of uploaded .zip files (requires unzip to be installed and in your path)
- Uses a template.html file to quickly make everything match your current site
- Simply ftp your stuff or use the web based manager
- Pretty file name option (in config file)
- Automatic thumbnail generation
- Automatic creation of various sizes of each image so that your visitors can specify the viewing size of their preference.
- Logging for each time a picture or album is viewed.
- Visitors can comment on each picture.
- Shutterfly.com support to allow your visitors to order prints.
- Manage your photo galleries from the web.
- Previous/next picture buttons with thumbnail preview
- Automatic extraction of EXIF data embedded from most digital cameras
- Easyily themable with your custom colors, logo, and main page
- Configurable filetype support to support any filetype for download
- Upload, rotate (lossless), rename, or delete images using the web manager interface
- password protect directories using a lock file of user/passs
- replace (and about every other derivation) with a picture of a smiley
- I am sure there is more that I cannot think of.
<<lessSlick-looking image galleries and thumbnails are generated on the fly from any root directory that you specify. Albums can be created using the included Web-based adiminstration tool or by creating a directory and copying your pictures and files to that directory.
A Web administration interface is available to help add descriptions, rename images, rotate images (losslessly), and more. It includes advanced features such as image logging, renaming, resizing, image rotation, smilies, and visitor comments.
Unlimited filetypes may be recognized, and custom images for them can be displayed in your galleries, allowing you to archive MP3s, MPEGs, AVIs, etc.
Main features:
- Automatic creation of photo,movie, and file galleries
- Web based upload and gallery manager
- Automatic unziping of uploaded .zip files (requires unzip to be installed and in your path)
- Uses a template.html file to quickly make everything match your current site
- Simply ftp your stuff or use the web based manager
- Pretty file name option (in config file)
- Automatic thumbnail generation
- Automatic creation of various sizes of each image so that your visitors can specify the viewing size of their preference.
- Logging for each time a picture or album is viewed.
- Visitors can comment on each picture.
- Shutterfly.com support to allow your visitors to order prints.
- Manage your photo galleries from the web.
- Previous/next picture buttons with thumbnail preview
- Automatic extraction of EXIF data embedded from most digital cameras
- Easyily themable with your custom colors, logo, and main page
- Configurable filetype support to support any filetype for download
- Upload, rotate (lossless), rename, or delete images using the web manager interface
- password protect directories using a lock file of user/passs
- replace (and about every other derivation) with a picture of a smiley
- I am sure there is more that I cannot think of.
Download (0.12MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1499 downloads
Eispice 0.10
Eispice is a ground-up re-write of the Berkley Spice 3 Simulator targeted to PCB level simulation. more>>
Eispice is a ground-up re-write of the Berkley Spice 3 Simulator targeted to PCB level simulation. Eispice runs in batch-mode only (i.e. no nutmeg) and doesnt include a plot utility. I use the original nutmeg but any plot utility that can read rawspice files will work (i.e. gwave).
I had two primary motivations for starting this project. I have been using Berkley Spice 3 to do PCB level SI simulations but found it a little slow. Eispice should run faster for most sims, mainly because the SuplerLU matrix library is faster than spices Sparse Matrix library.
I also wanted to add direct ibis support to spice but when I started working through the source code I came to the conclusion that it may be easier to start from scratch. So many global variables...
The current release is an alpha release. It doesnt contain all of the features that Id like it to contain, it may be unstable, it may not even compile on your machine.
Main features:
- Operating Point Analysis
- Transient Analysis
- CCVS, CCCS, VCVS, VCCS models
- I, V models
- R, L, C models
- T -- lossless transmission line model
- B -- non-linear current and voltage source models
Enhancements:
- The performance of the PyB model was greatly improved for this release.
- PyB error messages have been improved, and there is a handful of other minor bugfixes.
- This release also coincides with the release of a new eispice IDE (eide), which includes a simple PyQt based test editor, a Python Interpreter, and eispice rolled into a single application using pyinstaller.
- It is primarily intended for Windows users.
<<lessI had two primary motivations for starting this project. I have been using Berkley Spice 3 to do PCB level SI simulations but found it a little slow. Eispice should run faster for most sims, mainly because the SuplerLU matrix library is faster than spices Sparse Matrix library.
I also wanted to add direct ibis support to spice but when I started working through the source code I came to the conclusion that it may be easier to start from scratch. So many global variables...
The current release is an alpha release. It doesnt contain all of the features that Id like it to contain, it may be unstable, it may not even compile on your machine.
Main features:
- Operating Point Analysis
- Transient Analysis
- CCVS, CCCS, VCVS, VCCS models
- I, V models
- R, L, C models
- T -- lossless transmission line model
- B -- non-linear current and voltage source models
Enhancements:
- The performance of the PyB model was greatly improved for this release.
- PyB error messages have been improved, and there is a handful of other minor bugfixes.
- This release also coincides with the release of a new eispice IDE (eide), which includes a simple PyQt based test editor, a Python Interpreter, and eispice rolled into a single application using pyinstaller.
- It is primarily intended for Windows users.
Download (1.5MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1016 downloads
XML Copy Editor 1.1.0.1
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation. more>>
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents.
Enhancements:
- This release fixes a number of bugs and introduces support for CSS.
<<lessEnhancements:
- This release fixes a number of bugs and introduces support for CSS.
Download (3.9MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
866 downloads
Aeskuap 0.2.1
Aeskulap is a medical image viewer. more>>
Aeskulap is a medical image viewer. Aeskuap project is able to load a series of special images stored in the DICOM format for review.
Additionally Aeskulap is able to query and fetch DICOM images from archive nodes (also called PACS) over the network.
The goal of this project is to create a full open source replacement for commercially available DICOM viewers.
Aeskulap is based on gtkmm, glademm and gconfmm and designed to run under Linux. Ports of these packages are available for different platforms. It should be quite easy to port Aeskulap to any platform were these packages are available.
Main features:
DICOM
- Supports compressed (lossless, lossy), uncompressed and multiframe DICOM images.
- C-Find support (query archive nodes).
- C-Move (query / retrieve) support.
- Proper display support for Rescale / Intercept tags.
- Handles color images.
Viewing
- Easy mouse navigation (all operations like windowlevels, pan, zoom, scroll are handled with one hand).
- Realtime image manipulation (even in looping animations).
- Renders reference images (3D projection of selected images) in all suitable views.
- Browse & open local images.
Enhancements:
- Support for lossy image compression was added.
- User-defined window-level presets can now be defined.
- Some major bugs have been fixed.
<<lessAdditionally Aeskulap is able to query and fetch DICOM images from archive nodes (also called PACS) over the network.
The goal of this project is to create a full open source replacement for commercially available DICOM viewers.
Aeskulap is based on gtkmm, glademm and gconfmm and designed to run under Linux. Ports of these packages are available for different platforms. It should be quite easy to port Aeskulap to any platform were these packages are available.
Main features:
DICOM
- Supports compressed (lossless, lossy), uncompressed and multiframe DICOM images.
- C-Find support (query archive nodes).
- C-Move (query / retrieve) support.
- Proper display support for Rescale / Intercept tags.
- Handles color images.
Viewing
- Easy mouse navigation (all operations like windowlevels, pan, zoom, scroll are handled with one hand).
- Realtime image manipulation (even in looping animations).
- Renders reference images (3D projection of selected images) in all suitable views.
- Browse & open local images.
Enhancements:
- Support for lossy image compression was added.
- User-defined window-level presets can now be defined.
- Some major bugs have been fixed.
Download (4.1MB)
Added: 2006-03-08 License: LGPL (GNU Lesser General Public License) Price:
1325 downloads
shn2make 2.15
shn2make works with sets of SHN or FLAC audio files and the make program to automate the burning of archive and audio CDs. more>>
shn2make works with sets of shn or flac audio files and the make program to automate the process of burning shn archive CD-Rs, audio CD-Rs and the encoding of lossy mp3 and ogg-vorbis files.
shn and flac are lossless audio compression formats. shn and flac are commonly used for distribution of high-quality live recordings of "trade friendly" bands. You will find many via etree.org , or in USENET groups like alt.binaries.gdead.
shn and flac file sets are typically distributed with a .nfo or .txt file which contains the set list and other information.
Shn2make finds all the shn or flac files in the current directory and checks thier md5 checksums. Then shn2make looks for the .nfo or .txt file, and trys to figure out the song names and corresponding disc and track numbers. The song names are matched against available shn/flac files. Finally, if all the files check ok and everything is complete and makes sense a Makefile is created.
Using this Makefile with the standard "make" utility, various tedious sequences of tasks can be automatically performed on the set of shn or flac files. For example archiving the set to CD, or encoding all the songs to mp3 with the correct names.
Enhancements:
- When wodim is available, it is used instead of cdrecord.
<<lessshn and flac are lossless audio compression formats. shn and flac are commonly used for distribution of high-quality live recordings of "trade friendly" bands. You will find many via etree.org , or in USENET groups like alt.binaries.gdead.
shn and flac file sets are typically distributed with a .nfo or .txt file which contains the set list and other information.
Shn2make finds all the shn or flac files in the current directory and checks thier md5 checksums. Then shn2make looks for the .nfo or .txt file, and trys to figure out the song names and corresponding disc and track numbers. The song names are matched against available shn/flac files. Finally, if all the files check ok and everything is complete and makes sense a Makefile is created.
Using this Makefile with the standard "make" utility, various tedious sequences of tasks can be automatically performed on the set of shn or flac files. For example archiving the set to CD, or encoding all the songs to mp3 with the correct names.
Enhancements:
- When wodim is available, it is used instead of cdrecord.
Download (0.026MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1063 downloads
shorten 3.6.0
shorten is a fast, low complexity waveform coder (i.e. audio compressor), originally written by Tony Robinson at SoftSound. more>>
shorten is a fast, low complexity waveform coder (i.e. audio compressor), originally written by Tony Robinson at SoftSound. It can operate in both lossy and lossless modes. More information can be found here.
The last official version released by Tony was 2.3a. In the fall of 2000, I started hacking on the code to add unix support for seek tables, which Wayne Stielau had developed and implemented for the Windows platform. With his help, I was able to release version 3.0 on 9/29/2000, and have maintained the unix 3.x versions ever since. Seek tables allow one to seek through a .shn file in real-time while playing it in various audio players.
Here are some of plugins that support seek tables:
xmms-shn (for XMMS)
ShnAmp (for WinAmp)
foo_shn (for foobar2000)
in_shn (for J River Media Jukebox/Center)
Shorten plugin (for MacAmp Lite X - now defunct)
Enhancements:
- Fixed a seek table bug which, in rare cases, caused seek tables for certain files (e.g. ones that end with silence) to be generated incorrectly. Seek tables created with the -k, -s or -S options are not affected. To help distinguish older, possibly buggy seek tables from newer ones, the seek table revision number has been bumped from 0 to 1. Thanks to Peter Kunath for the report and the fix.
- Updated the -i option to determine whether a file is an external seek table file, a file with seek tables appended, or neither. If seek tables are present, the seek table revision number is now shown.
<<lessThe last official version released by Tony was 2.3a. In the fall of 2000, I started hacking on the code to add unix support for seek tables, which Wayne Stielau had developed and implemented for the Windows platform. With his help, I was able to release version 3.0 on 9/29/2000, and have maintained the unix 3.x versions ever since. Seek tables allow one to seek through a .shn file in real-time while playing it in various audio players.
Here are some of plugins that support seek tables:
xmms-shn (for XMMS)
ShnAmp (for WinAmp)
foo_shn (for foobar2000)
in_shn (for J River Media Jukebox/Center)
Shorten plugin (for MacAmp Lite X - now defunct)
Enhancements:
- Fixed a seek table bug which, in rare cases, caused seek tables for certain files (e.g. ones that end with silence) to be generated incorrectly. Seek tables created with the -k, -s or -S options are not affected. To help distinguish older, possibly buggy seek tables from newer ones, the seek table revision number has been bumped from 0 to 1. Thanks to Peter Kunath for the report and the fix.
- Updated the -i option to determine whether a file is an external seek table file, a file with seek tables appended, or neither. If seek tables are present, the seek table revision number is now shown.
Download (0.57MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1187 downloads
Baudline 1.06
Baudline is a real-time signal analysis tool and an offline time-frequency browser. more>>
Baudline is a real-time signal analysis tool and an offline time-frequency browser. Baudline project has a built-in tone generation capability and it can play back audio files with a multitude of effects and filters.
Designed for environmental analysis missions that range from modulation parameter measurements to searching for transient signals that go bump in the night, baudline combines fast digital signal processing, versatile high-speed displays, and continuous capture tools for hunting down and studying elusive signal characteristics.
Main features:
- 192 kHz real-time bandwidth
- 96 dB dynamic range
- Real or Quadrature input
- Multiple sound card support
- Input Digital Down Converter (tuner)
- Configurable input channels that can perform various operations
- Channel Equalization
- Frequency, time, amplitude, and sample probability distribution analysis
- Drift Integration "de-chirping"
- High speed displays
- Test signal generation
Audio player
- looping
- speed control with multirate resampling
- pitch scaling
- heterodyning (frequency shifting)
- 2D matrix surround panning
- notch, high, and low pass filters
- digital gain boost
File loading
- file formats: .wav, .aiff, .au, .al, .snd, .voc, .rmd, .pvf, .mp3, ID3, .ogg, .gsm, .sah, .fna, raw, .avi, .mov
- channels: mono, stereo, ... up to 9 channels
- data formats: ASCII decimal, A-law, u-law, 1-bit (msb & lsb), 8-bit (signed & unsigned), 16/24/32-bit integer (little & big endian), float, double
- compression
- lossless suffixes: .gz, .bz2, .Z, .zip, .flac
- codecs: ADPCM, GSM, MPEG, Ogg Vorbis
Measurements
- peaks: primary, secondary, delta (Hz dB PSD)
- fundamental: (Hz dB PSD), auto drift rate, chromatic, periodicity, RPM
- distortion: SNR, THD, SINAD, ENOB, SFDR
- power: full, select, noise ratio (dB PSD)
- system: clips, delta selected, frequency range, cursor time, UTC time
<<lessDesigned for environmental analysis missions that range from modulation parameter measurements to searching for transient signals that go bump in the night, baudline combines fast digital signal processing, versatile high-speed displays, and continuous capture tools for hunting down and studying elusive signal characteristics.
Main features:
- 192 kHz real-time bandwidth
- 96 dB dynamic range
- Real or Quadrature input
- Multiple sound card support
- Input Digital Down Converter (tuner)
- Configurable input channels that can perform various operations
- Channel Equalization
- Frequency, time, amplitude, and sample probability distribution analysis
- Drift Integration "de-chirping"
- High speed displays
- Test signal generation
Audio player
- looping
- speed control with multirate resampling
- pitch scaling
- heterodyning (frequency shifting)
- 2D matrix surround panning
- notch, high, and low pass filters
- digital gain boost
File loading
- file formats: .wav, .aiff, .au, .al, .snd, .voc, .rmd, .pvf, .mp3, ID3, .ogg, .gsm, .sah, .fna, raw, .avi, .mov
- channels: mono, stereo, ... up to 9 channels
- data formats: ASCII decimal, A-law, u-law, 1-bit (msb & lsb), 8-bit (signed & unsigned), 16/24/32-bit integer (little & big endian), float, double
- compression
- lossless suffixes: .gz, .bz2, .Z, .zip, .flac
- codecs: ADPCM, GSM, MPEG, Ogg Vorbis
Measurements
- peaks: primary, secondary, delta (Hz dB PSD)
- fundamental: (Hz dB PSD), auto drift rate, chromatic, periodicity, RPM
- distortion: SNR, THD, SINAD, ENOB, SFDR
- power: full, select, noise ratio (dB PSD)
- system: clips, delta selected, frequency range, cursor time, UTC time
Download (1.7MB)
Added: 2007-07-16 License: Free To Use But Restricted Price:
838 downloads
Oddcast 3.1.6
Oddcast is an Icecast and Shoutcast streamer. more>>
Oddcast is an Icecast and Shoutcast streamer.
This version of oddcastv3 allows you to hook into any jack output port and broadcast the audio to an icecast or shoutcast server.
This version of oddcastv3 is all command-line oriented, and comes with example config files for each of the encoding types supported (Ogg Vorbis, LAME, AAC). You will most likely need to take one of the example configs (in the conf dir) and modify it to suit your needs.
Here is an example of how to use it with jack.
Step 1:
- startup jackd
Step 2:
- Feed a signal into jackd. There are many applications you can use
for this, if you like XMMS, try installing http://xmms-jack.sourceforge.net/
Step 3:
- Start oddcastv3 specifying the appropriate output ports. To get a list of
the output ports, use jack_lsp. If you use XMMS, youll see something like :
% jack_lsp
alsa_pcm:capture_1
alsa_pcm:capture_2
alsa_pcm:playback_1
alsa_pcm:playback_2
bio2jack_0_32083:out_0
bio2jack_0_32083:out_1
In this case, the bio2jack_0_32083:out_0 and bio2jack_0_32083:out_1 are the output ports from XMMS. So youd start oddcastv3 like :
oddcastv3 -c oddcast_OggVorbis.cfg bio2jack_0_32083:out_0 bio2jack_0_32083:out_1
Use oddcastv3 -h for a usage.
Enhancements:
- Added support for oggFLAC streaming. A note about this, currently as the release of this plugin, there are very very few clients that actually support oggFLAC streaming.
- Installing those filters will allow you to play oggFLAC streams from within Windows Media Player. Currently Winamp and Foobar2k do NOT work.
- Hopefully this will change in the future. Also, streaming oggFLAC is really only good for LAN streaming as it is lossless and very high bitrate. There is currently no way to "configure" any oggFLAC options. Also, you need to use the latest Icecast (2.3.0) in order to support oggFLAC streaming.
<<lessThis version of oddcastv3 allows you to hook into any jack output port and broadcast the audio to an icecast or shoutcast server.
This version of oddcastv3 is all command-line oriented, and comes with example config files for each of the encoding types supported (Ogg Vorbis, LAME, AAC). You will most likely need to take one of the example configs (in the conf dir) and modify it to suit your needs.
Here is an example of how to use it with jack.
Step 1:
- startup jackd
Step 2:
- Feed a signal into jackd. There are many applications you can use
for this, if you like XMMS, try installing http://xmms-jack.sourceforge.net/
Step 3:
- Start oddcastv3 specifying the appropriate output ports. To get a list of
the output ports, use jack_lsp. If you use XMMS, youll see something like :
% jack_lsp
alsa_pcm:capture_1
alsa_pcm:capture_2
alsa_pcm:playback_1
alsa_pcm:playback_2
bio2jack_0_32083:out_0
bio2jack_0_32083:out_1
In this case, the bio2jack_0_32083:out_0 and bio2jack_0_32083:out_1 are the output ports from XMMS. So youd start oddcastv3 like :
oddcastv3 -c oddcast_OggVorbis.cfg bio2jack_0_32083:out_0 bio2jack_0_32083:out_1
Use oddcastv3 -h for a usage.
Enhancements:
- Added support for oggFLAC streaming. A note about this, currently as the release of this plugin, there are very very few clients that actually support oggFLAC streaming.
- Installing those filters will allow you to play oggFLAC streams from within Windows Media Player. Currently Winamp and Foobar2k do NOT work.
- Hopefully this will change in the future. Also, streaming oggFLAC is really only good for LAN streaming as it is lossless and very high bitrate. There is currently no way to "configure" any oggFLAC options. Also, you need to use the latest Icecast (2.3.0) in order to support oggFLAC streaming.
Download (0.51MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
805 downloads
imgSeek 0.8.6
imgSeek is a photo collection manager with content-based query. more>>
imgSeek project is a photo collection manager and viewer with content-based search and many other features.
The query is expressed either as a rough sketch painted by the user or as another image you supply (or an image in your collection).
The searching algorithm makes use of multiresolution wavelet decomposition of the query and database images.
Main features:
- You simply draw a rough sketch of what you want to find and imgSeek displays for you a thumbnail view of the best matches.
- Query images similar to one in your collection by double-clicking on its thumbnail.
- Group your photos by similarity for easy browsing. You may also have them clustered automatically by color, date (group events automatically using an adaptive clustering algorithm for time differences), filename or image features.
- Edit metadata (description, camera, lens, etc) for every image, and use them on the HTML albums generated or for searching photos. You can also use custom metadata fields.
- EXIF and IPTC data found on JPEG/TIFF files are automatically imported. (Read-only support)
- Advanced command-line utility to scan for new files, query for similar images and show image metadata. (You may use it on your cron system for example)
- Transform images or batches automatically: Place text captions, change brightness, contrast, blur, etc. Apply lossless rotations automatically if jpegtran is available.
- Generate HTML albums for the entire collection, a given directory or similarity group
- Advanced keyword searching for metadata.
- Find all duplicate images on your collection with the parameters you specify. (dimensions, filesize, filename, similarity, average luminance)
- Organize and browse pictures in groups with an easy drag & drop interface. You can also perform advanced queries on groups (eg.: show me all images that belong to group A and B but not group C)
- Support for multiple volumes of pictures. You may assign all images on a CD to a given Volume
- Automatic thumbnail generation and caching. Using this standard, which is also used by Gimp, Nautilus/Gnome, Rox Desktop, gThumb and others.
- Remember the way images should be displayed: If you rotate an image 270 degrees, imgSeek will remember it and do the same the next time you view this image.
- Export/Import metadata to/from CSV files and export a batch or your collection to XML files, which can be later parsed by some other tool to generate whatever you want.
- Rename a file or batch of files automatically: Replace strings, convert to upper/lowercase, append a string, create numbered series, etc.
- Add images to the database from a directory recursively.
- User friendly interface that remembers typed queries and drawn sketches for later usage.
- Slideshow for a given directory, whole collection or for a chosen group of similar images. You can also delete and organize images in groups with * hotkeys.
- Browse images by thumbnail and view them on a preview window.
- Browse your system files for images, and bookmark your favorite directories. While browsing, you may query for similar images on your collection.
Enhancements:
- Major speed enhancements and small bugfixes were done.
<<lessThe query is expressed either as a rough sketch painted by the user or as another image you supply (or an image in your collection).
The searching algorithm makes use of multiresolution wavelet decomposition of the query and database images.
Main features:
- You simply draw a rough sketch of what you want to find and imgSeek displays for you a thumbnail view of the best matches.
- Query images similar to one in your collection by double-clicking on its thumbnail.
- Group your photos by similarity for easy browsing. You may also have them clustered automatically by color, date (group events automatically using an adaptive clustering algorithm for time differences), filename or image features.
- Edit metadata (description, camera, lens, etc) for every image, and use them on the HTML albums generated or for searching photos. You can also use custom metadata fields.
- EXIF and IPTC data found on JPEG/TIFF files are automatically imported. (Read-only support)
- Advanced command-line utility to scan for new files, query for similar images and show image metadata. (You may use it on your cron system for example)
- Transform images or batches automatically: Place text captions, change brightness, contrast, blur, etc. Apply lossless rotations automatically if jpegtran is available.
- Generate HTML albums for the entire collection, a given directory or similarity group
- Advanced keyword searching for metadata.
- Find all duplicate images on your collection with the parameters you specify. (dimensions, filesize, filename, similarity, average luminance)
- Organize and browse pictures in groups with an easy drag & drop interface. You can also perform advanced queries on groups (eg.: show me all images that belong to group A and B but not group C)
- Support for multiple volumes of pictures. You may assign all images on a CD to a given Volume
- Automatic thumbnail generation and caching. Using this standard, which is also used by Gimp, Nautilus/Gnome, Rox Desktop, gThumb and others.
- Remember the way images should be displayed: If you rotate an image 270 degrees, imgSeek will remember it and do the same the next time you view this image.
- Export/Import metadata to/from CSV files and export a batch or your collection to XML files, which can be later parsed by some other tool to generate whatever you want.
- Rename a file or batch of files automatically: Replace strings, convert to upper/lowercase, append a string, create numbered series, etc.
- Add images to the database from a directory recursively.
- User friendly interface that remembers typed queries and drawn sketches for later usage.
- Slideshow for a given directory, whole collection or for a chosen group of similar images. You can also delete and organize images in groups with * hotkeys.
- Browse images by thumbnail and view them on a preview window.
- Browse your system files for images, and bookmark your favorite directories. While browsing, you may query for similar images on your collection.
Enhancements:
- Major speed enhancements and small bugfixes were done.
Download (0.39MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1386 downloads
OpenEXR 1.4.0a
OpenEXR project is a high dynamic-range (HDR) image file format for use in computer imaging applications. more>>
OpenEXR project is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
OpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILMs main image file format.
Main features:
- Higher dynamic range and color precision than existing 8- and 10-bit image file formats.
- Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIAs Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions.
- Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain.
- Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.
Enhancements:
- This release added support for multithreaded reading and writing of files, Intel-based Mac OS X, and Visual Studio 2005.
- Building against OpenEXR headers was cleaned up.
- Handling of incomplete or damaged files was improved. IRIX, OSF/1, SunOS, Mac OS X prior to 10.3, and GCC prior to 3.3 were deprecated.
- New features were added to the documentation, and many bugs in the code, build system, and documentation were fixed.
<<lessOpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILMs main image file format.
Main features:
- Higher dynamic range and color precision than existing 8- and 10-bit image file formats.
- Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIAs Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions.
- Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain.
- Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.
Enhancements:
- This release added support for multithreaded reading and writing of files, Intel-based Mac OS X, and Visual Studio 2005.
- Building against OpenEXR headers was cleaned up.
- Handling of incomplete or damaged files was improved. IRIX, OSF/1, SunOS, Mac OS X prior to 10.3, and GCC prior to 3.3 were deprecated.
- New features were added to the documentation, and many bugs in the code, build system, and documentation were fixed.
Download (9.2MB)
Added: 2006-10-27 License: BSD License Price:
1097 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above lossless search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed