The Analysis & Resynthesis Sound Spectrograph 0.2.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Analysis & Resynthesis Sound Spectrograph 0.2.3 (Default branch)
# 1  
Old 05-30-2008
The Analysis & Resynthesis Sound Spectrograph 0.2.3 (Default branch)

Image The Analysis & Resynthesis Sound Spectrograph analyzes a sound file into a spectrogram and is able to synthesize this spectrogram, or any other user-created image, back into a sound. License: GNU General Public License (GPL) Changes:
The logarithmic base system was fixed so that it produces the expected results when using a different base than 2. Linear frequency scaling was implemented. The volume of noise bands in noise synthesis was fixed, although it may not be perfect and may be way off for logarithmical bases other than 2 and linear frequency scale. Bounds checking when reading and writing in the lower and upper frequencies was implemented. The brightness setting input, which would only take integer values, was fixed. A bit more information was added on the progress display line.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
3D Sound Support Classes(3)                                            Coin                                            3D Sound Support Classes(3)

NAME
3D Sound Support Classes - Classes class SoAudioDevice The SoAudioDevice class is used to control an audio device. The SoAudioDevice class is responsible for initialization of an audio device, as well as enabling and disabling sound. It is a singleton class. " class SoListener The SoListener class defines listener attributes used when rendering sound. When rendering geometry, one needs to have a camera defining certain attributes related to vieweing. The SoListener plays a similar role when it comes to rendering audio. " class SoVRMLAudioClip The SoVRMLAudioClip class is used to load and store audio data. Audio data is loaded using the simage library, so make sure you have built the simage library with support for the audio file formats you intend to use (libogg, libvorbis and libvorbisfile for OggVorbis, libsndfile for WAV and several other formats). " class SoVRMLSound The SoVRMLSound class is used to represent a sound source. The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium: " Detailed Description Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 3D Sound Support Classes(3)