Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 517 → Rev 516

/programy/C/ix86/sound/capture
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/programy/C/ix86/sound/trought.c
77,11 → 77,11
snd_strerror (err));
exit (1);
}
/*if ((err = snd_pcm_writei (capture_handle, buf, 128)) != 128) {
if ((err = snd_pcm_writei (capture_handle, buf, 128)) != 128) {
fprintf (stderr, "write to audio interface failed (%s)\n",
snd_strerror (err));
exit (1);
}*/
}
}