|
From: Ian P. <piu...@us...> - 2004-04-02 01:28:40
|
Update of /cvsroot/squeak/squeak/platforms/unix/vm-sound-MacOSX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25904 Modified Files: sqUnixSoundMacOSX.c Log Message: Rewrite for OS 10.3 API. Index: sqUnixSoundMacOSX.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/vm-sound-MacOSX/sqUnixSoundMacOSX.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sqUnixSoundMacOSX.c 1 Sep 2003 08:31:53 -0000 1.4 --- sqUnixSoundMacOSX.c 2 Apr 2004 01:16:37 -0000 1.5 *************** *** 3,7 **** * Author: Ian...@in... * ! * Last edited: 2003-02-09 17:52:51 by piumarta on emilia.inria.fr * * Copyright (C) 1996-2003 Ian Piumarta and other authors/contributors --- 3,7 ---- * Author: Ian...@in... * ! * Last edited: 2003-11-23 14:39:18 by piumarta on emilia.local * [...1659 lines suppressed...] } else usleep(1000); } + (void)sound_InsertSamplesFromLeadTime; + (void)sound_PlaySilence; + (void)sound_GetRecordingSampleRate; + (void)sound_StartRecording; + (void)sound_RecordSamplesIntoAtLength; + (void)sound_Volume; + (void)sound_SetVolume; + (void)sound_SetRecordLevel; + return 0; } /* ! cc -g -Wall -DTESTING=1 -o sqUnixSoundMacOSX sqUnixSoundMacOSX.c -framework CoreAudio -framework AudioToolbox ! */ #endif // TESTING |