最終更新:2014-08-23 (土) 16:35:07 (3534d)  

Minim
Top / Minim

an audio library that uses the JavaSound API?, a bit of Tritonus?, and Javazoom?’s MP3SPI? to provide an easy to use audio library for people developing in the Processing environment.

http://code.compartmental.net/tools/minim/

Here are some of the features of Minim:

  • AudioPlayer?: Mono and Stereo playback of WAV, AIFF, AU, SND, and MP3 files.
  • AudioMetaData?: An object filled with metadata about a file, such as ID3 tags.
  • AudioRecorder?: Mono and Stereo audio recording either buffered or direct to disk.
  • AudioInput?: Mono and Stereo input monitoring.
  • AudioOutput?: Mono and Stereo sound synthesis.
  • FFT: perform a Fourier Transform on audio data to generate a frequency spectrum.
  • BeatDetect?: a class for doing beat detection.
  • A real-time synthesis framework based around unit generators, which we call UGens.

関連