Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 516 → Rev 517

/programy/C/ix86/sound/capture
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
Deleted: 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);
}
}*/
}