Skip to content

Commit

Permalink
First attempt to update to 2021 world. Does not build.
Browse files Browse the repository at this point in the history
  • Loading branch information
redpola committed Dec 29, 2021
1 parent a8fc42c commit 9f6af81
Show file tree
Hide file tree
Showing 133 changed files with 112 additions and 106 deletions.
2 changes: 1 addition & 1 deletion Sources/Audio/audioutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
void setFormatForStream( int streamID, int channel, AudioStreamExtendedDescription *streamDesc ) ;
Boolean setParamsForDevice( int streamID, Boolean isInput, float rate, int bits, int channels ) ;

void initAudioUtils() ;
void initAudioUtils(void) ;
AudioStreamInfo* infoForStream( AudioStreamID streamID ) ;
OSStatus audioDeviceChangeInputProc( AudioDeviceID deviceID, AudioDeviceIOProc proc, void *clientData ) ;
OSStatus audioDeviceChangeOutputProc( AudioDeviceID deviceID, AudioDeviceIOProc proc, void *clientData ) ;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Instrumentation/NoiseUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef _NOISEUTILS_H_
#define _NOISEUTILS_H_

void initGaussianNoise() ;
void initGaussianNoise(void) ;
float gaussianNoise( float sd ) ;

#endif
214 changes: 110 additions & 104 deletions cocoaModem 2.0/cocoaModem 2.0.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9f6af81

Please sign in to comment.