Software Index
Related Topics
Popular Trends
Trending Topics
 

Audio Editing Java Code

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Java Code Export
Java Code Export is a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your Java documents. Convert your Java documents to PDF, RTF, images and more!

With the Java Code Export, ...
April 4th 2006 Freeware    1,937k
CyberPower Audio Editing Lab 2009
With the elegant interface and powerful function, CyberPower Audio Editing Lab became the best one-for-all solution for audio creation. Recording ability, batch process, various effects, CD ripping, bookmark and region manager, best format support... This audio editing tool provides everything ...
June 14th 2009 Shareware    10,498k
CyberPower Audio Editing Lab 2010
With the elegant interface and powerful function, CyberPower Audio Editing Lab became the best one-for-all solution for audio creation. Recording ability, batch process, various effects, CD ripping, bookmark and region manager, best format support... This audio editing tool provides everything ...
August 1st 2010 Shareware    10,498k
Blaze Audio Wave Creator
Wave Creator offers full audio editing capabilities with an easy-to-use interface. Now using a wave editor to work with your music is as easy as editing text - cut, copy, paste, and crop until it sounds right to you. Choose ...
January 26th 2005 Shareware  5 stars 2,725k
Wavosaur free audio editor
Wavosaur is a free and efficient audio editor for Windows : do digital audio editing and recording , add VST effects, repair and clean your audio, perform various operations with audio data, change sound in real time, masters your track, ...
August 28th 2008 Freeware  5 stars 213k
DanDans Audio Editor
DanDans Audio Editor is an idea and efficient audio editing and audio production tool for home users. It provides the powerful and user-friendly editing environment for everything. If you want to visual nondestructive edit, visual record DanDans Audio Editoris an ...
March 22nd 2009 Shareware  5 stars 12,635k
Wavepad Audio Editor for Pocket PC
WavePad for Pocket PCs allows you to record, edit and apply effect to audio such as music, voice and outher sounds. Audio editing functions include cut, copy, paste, trim and insert while audio effects allow you to add reverb, echo, ...
June 25th 2009 Shareware  5 stars 1,241k
Wavepad Audio Editor Master's Edition
WavePad is audio editing software for Windows. This program lets you make and edit voice, music and other audio recordings. You can cut, copy and paste parts of recording and, if required, add effects like echo, amplification and noise reduction. ...
December 9th 2009 Shareware    563k
CyberPower Audio Editing Lab
CyberPower Audio Editing Lab is a full featured audio editor that meets all your demands of recording and editing audio. You can record sound from any source like microphone, internet streaming, cassette tape, vinyl record, etc. and then edit the ...
January 25th 2011 Shareware    10,445k
MAGIX Audio Cleaning Lab deluxe
MAGIX Audio Cleaning Lab 17 deluxe - Perfect sound for music, speech, and any other audio material

Developed for audio editing and recordings

MAGIX Audio Cleaning Lab 17 deluxe is an excellent tool to digitize and optimize both old and ...
February 6th 2011 Shareware    141,738k
FileLab Audio Editor
FileLab Audio Editor is a free audio application that easily edits audio tracks in browser. Split, cut, trim, mix audio files, apply various effects and filters. Create a unique ringtone for your cell phone. Save audio files in WMA, FLAC ...
December 26th 2011 Freeware    1,447k
PolderbitS Sound Recorder and Editor
Convert cassette tape, video, and LP recordings into mp3 and wav digital music files with the easy-to-use PolderbitS Sound Recorder and Editor. Once PolderbitS digitizes your recordings, burn the tracks onto CD using your CD burner and software, or save ...
April 14th 2002 Shareware  5 stars 404k
SoundEdit Pro
SoundEdit Pro is a full-featured digital audio editing software that offers a variety of audio recording, mixing, editing, analyzing and effects processing possibilities.

It provides an intuitive, easy-to-use interface and is designed for the everyday user. It has dozens of amazing ...
November 17th 2003 Shareware  4 stars 10,654k
Acoustica
Acoustica 4 is an ideal solution for audio editing and mastering. The program contains everything you need to create great sounding recordings and audio CDs, including professional tools for recording, analysis, editing and CD burning. The Acoustica user interface was ...
March 10th 2007 Shareware    8,815k
Mp3 Editor Deluxe
Mp3 Editor Deluxe is a full-featured digital audio editing software that offers a variety of audio recording, mixing, editing, analyzing and effects processing possibilities. It provides an intuitive, easy-to-use interface and is designed for the everyday user.
December 22nd 2008 Shareware    12,380k
Sound Editor Deluxe 2009
Sound Editor Deluxe is the visual multifunction digital audio editing software for Windows. With this cool audio editor, music editing will never be the hassle. You can see the music now and you can edit audio data using the brand ...
May 10th 2009 Shareware  5 stars 9,358k
DSP-Quattro for Mac
A powerful Audio Editor, Real-time and off-line plug-in host, Audio-CD mastering application for Mac OS X that utilizes the latest technological advances of computer-based audio editing and audio-CD Mastering.

Main features:
- Universal Binary support: DSP-Quattro runs natively on Macs based on ...
September 21st 2011 Shareware    17,787k
Blaze Audio RipEditBurn
RipEditBurn is a powerful Wave, MP3, WMA, and Real Audio editor and converter with fast processing speeds, analog ripping of copy protected CDs and Gracenote's CDDB2 for displaying artist, title and track. It's easy to use- you can import audio ...
January 26th 2005 Shareware  5 stars 4,641k
TotalEdit
Make editing simple with TotalEdit the professional code editor for Windows. This unique tool allows you to edit many languages including PHP, C , C++, Java, HTML, ASP, JSP, CSS, Javascript, SQL. From initial design to finished product TotalEdit helps ...
December 20th 2006 Shareware  5 stars 5,176k
Macsome Audio Editor
Macsome Audio Editor is a powerful audio editor on Mac OS X for free. With Macsome Audio Editor, you can quickly cut and trim audio, as well as split files. It works with compressed MP3 and AAC formats to edit ...
July 20th 2009 Freeware    2,025k
Related Scripts
Diagnosing Java Code: The Impostor Type bug pattern
This article of Diagnosing Java Code examines the symptoms and causes of the imposter bug that appears when special tags in fields are used to differentiate between types of objects. This illustrates ways to prevent this bug from occurring, and ...
December 16th 2005 Freeware     
How to lock down your Java code
When you have to use codes from a variety of open-source libraries you have to sort through a lot of codes, which were not written by you and which may require an efficient Java decompiler and also the knowledge of ...
November 29th 2005 Freeware     
Diagnosing Java Code : The Orphaned Thread bug pattern
When working with multithread code, a master thread is usually used to send messages. This may be queued up for processing by other threads. During processing by the other threads the master thread puts up an exception, the remaining threads ...
November 22nd 2005 Freeware     
Diagnosing Java Code: Glass box extensibility
This is an article about Glass box extensibility with which a software system can be extended with altering the original code. Glass box lies as the medium between black box design, in which extensions are built without viewing the original ...
December 18th 2005 Freeware     
Diagnosing Java code: The case for static types
This is an article that explains Static types, which makes the codes healthier. Except Java language all the other programming language are moving away from Static type checking. Static type checking is a powerful tool against introducing and for detecting ...
November 30th 2005 Freeware     
Effective Java Programming Language Guide
Written for the working Java developer, Joshua Bloch's Effective Java Programming Language Guide provides a truly useful set of over 50 best practices and tips for writing better Java code. With plenty of advice from an indisputable expert in the ...
December 5th 2005 Commercial     
ExcelEverywhere for Java/JSP
Good-looking calculating JSP-page from Excel. Separate JavaBean with full source. 165 Excel-functions supported. No Excel needed on server. No Excel needed for the users of the JSP-pages.Use it for expense report, survey, order forms, reservation forms, employment application, financial advisor, ...
December 1st 2005 Commercial     
How Bridge2Java helps expand your Java code's horizons
As a Java Programmer if you want to reuse codes written in some other language other than Java, then Bridge2Java, which is an IBM alphaWorks technology can help you. It enables Java developers to integrate COM objects into their applications ...
December 17th 2005 Freeware     
Improve the performance of your Java code
This article, demonstrates that dynamic compilation maintains the language's semantics while static compilation often doesn't. This article supports sample codes to help you decide whether your just-in-time (JIT) compiler can transform tail recursion on code while preserving semantics. The variables ...
December 11th 2005 Freeware     
Ittoolbox Java Code Exchange
ITtoolbox Code Exchange is a free service of ITtoolbox that allows you to publish your own source code for other IT professionals to download and use, and to access source code submitted by other code authors for your own use.
December 6th 2005 Freeware     
Related Code
Powerful E-Commerce code, Building ur own Amazon.com with Java
Hi friends, Updated March 6, 2003 now u need not compile the .java files , and its more enhanced now ,This code is for developing a web based E-Commerce Application , with all the features like making/editing/deleting notes, favourites , ...
March 28th 2006     3k
A java / php login script
This gives a simple secure login script for basic pages, such as clan member pages, It is a simple php secure login script using java and php. The login code is pure java, however the password could be seen by ...
March 1st 2006     2k
Some Code for Inventory System
Download this and you will learn 1.) JDBC Manipulation 2.) The use of connection , statement and resultset 3.) The use of classes to optimize the codes 4.) Move first , next , previous and last to the record using ...
March 29th 2006     708k
Audio Thread Object v1.0
This unit contains a thread object for sending audio data to the sound card through MMSystem. It is very simple to use and was purposely desinged that way for people to add onto it. The code is well commented and ...
June 24th 2006     30k
A "DataGrid" -extended-: FullRowSelect + Disabled Cell editing.
1 part of code: I want to show you how you can set FullRowSelest in DataGrid + disable cell(textbox) editing. 2 part of code: How you can use DataGridColumnStyles to show fields in DataGrid that only you want to be ...
August 7th 2006     47k
New Software
Popular Software