PA_GIT_REVISION: new scripts to replace SVN revision

update_gitrevision.sh should be run before building on Mac or Linux.
This commit is contained in:
Phil Burk 2016-09-05 17:03:27 -07:00
commit a553478d71
8 changed files with 36 additions and 35 deletions

View file

@ -113,8 +113,9 @@ int main(void)
paTestData data;
int i;
printf("PortAudio Test: output sine wave. SR = %d, BufSize = %d\n", SAMPLE_RATE, FRAMES_PER_BUFFER);
printf("%s\n", Pa_GetVersionText());
/* initialise sinusoidal wavetable */
for( i=0; i<TABLE_SIZE; i++ )