search for: fish_sound_new

Displaying 3 results from an estimated 3 matches for "fish_sound_new".

2007 Jun 04
0
libfishsound 0.8.0 Release
...fish_sound_set_decoded_float_ilv; fish_sound_encode_float; fish_sound_encode_float_ilv; * Added definitions for FISH_SOUND_CONTINUE, STOP_OK, STOP_ERR as documented in <fishsound/constants.h> (ticket:278) * Documentation improvements for fish_sound_new() and fish_sound_decode() functions. (Ralph Giles) * Updated Win32 build system (Marcin Lubonski) * Updated shared version info to 3:0:2 For details, see: http://trac.annodex.net/log/libfishsound/branches/1.0-stable/ About libfishsound ------------------ libfishsound by itself is desig...
2007 Jun 04
0
libfishsound 0.8.0 Release
...fish_sound_set_decoded_float_ilv; fish_sound_encode_float; fish_sound_encode_float_ilv; * Added definitions for FISH_SOUND_CONTINUE, STOP_OK, STOP_ERR as documented in <fishsound/constants.h> (ticket:278) * Documentation improvements for fish_sound_new() and fish_sound_decode() functions. (Ralph Giles) * Updated Win32 build system (Marcin Lubonski) * Updated shared version info to 3:0:2 For details, see: http://trac.annodex.net/log/libfishsound/branches/1.0-stable/ About libfishsound ------------------ libfishsound by itself is desig...
2013 Aug 30
2
Encoding using Fishsound + Vorbis = Strange "RoboCop" artifact
...g under Windows 7 (64-bit). Test Scenario: ========== Recording from two microphones simultaneously, creating two mono tracks in a single ogg file. Using the exact same code to test fishsound with vorbis, flac, speex The only variable that changes is the FishSound->format that is passed into fish_sound_new(). Results: ====== If I use speex or flac, everything sounds sounds normal upon playback (using Audacity for playback.) If I use vorbis, my voice is recognizable, but I sound like a "robot" - some strange artifact is introduced that adds this "RoboCop" effect to my voice. Sa...