14 projects tagged "Analysis"
Sonic Visualiser is an application for viewing and analysing the contents of music audio files, containing advanced waveform and spectrogram viewers as well as editors for many sorts of audio annotations. It supports sophisticated audio selection, looping, and playback features, as well as the Vamp audio feature extraction plugin format.
soniK is a digital audio editor for the KDE platform. It allows you to record, edit, and process sounds on your computer. Its main features include recording and playback using your computer's sound card, visualization of the audio as a waveform or a spectrogram, the ability to edit audio and transform it with a wide variety of plugins, and the generation of new sounds.
Freecycle is a beat slicer providing amplitude domain and frequency domain beat matching and zero crossing algorithms. It exports sliced audio chunks and generates a MIDI file which can be used to play the sliced loop. Alternatively, you can jam with it as soon as you've made slices using a MIDI keyboard or sequencer. Freecycle also exports AKAI S5000/S6000/Z4/Z8 .AKP files to be used with your favorite sampler, SoundFont files, and supports slice drag and drop from the application to the desktop. It can process the audio inline using LADSPA effects, as well as applying envelopes to seperate slices.
aubio is a library for audio labelling. Features include onset detection, silence detection, beat tracking, and pitch detection. The goal of this project is to provide automatic labelling features to other audio software projects. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments.
KPlaylistCreator is a jukebox for KDE. It scans for MP3 and Ogg Vorbis files, located in various directories, creates a unique tree view with genre, artist, album, and song title information, features a user rates mechanism, a user playlist manager, and a wizard playlist creator, edits tags for both MP3 (ID3 v2) and Ogg Vorbis files, checks directories for new and missing files automatically, sends playlists to a directory, XMMS, or to K3B, displays and sets the album art of MP3 files, creates playlists from a virtual library, and includes popup windows to indicate change of song.
AudioSlicer is a Cocoa GUI application that finds all silences in an audio file and allows you to split it into several smaller audio files and to name/tag them properly. While most other tools split automatically according to certain criteria, AudioSlicer shows you all silences within a certain range of duration. You can then listen and decide whether you want to split there. The splitting is done without loss; there is no decoding and re-encoding of audio data.
wx12Ton helps one to work with music involving twelve-note series. In particular, it displays the 48 forms of a twelve-note series, and tests series for tonal phrases. In addition, wx12Ton allows the user to list the complete set of all twelve-note series which satisfy certain criteria.
jMax is a visual programming environment for building interactive real-time musical and multimedia applications by allowing the user to interactively design dataflow circuits. The basic data types that can go through are integers, symbols, lists, etc. It is an event-driven system and has been used for MIDI processing. A second part of the system (DSP) allows a continuous signal to flow through a circuit, which is most useful for PCM sound (ie. microphone, sound files, etc.). The system is extensible by using shared libraries, you may add data processor types, data types, GUI elements, device types, and more. Data processors may also be designed as circuits and reused.