Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Sep 5, 2019
1 parent 562d047 commit 057d423
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libsphinxad/ad_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ ad_open_sps_bufsize(int32 sps, int32 bufsize_msec, unsigned int device_id)
r->n_buf = ((sps * bufsize_msec) / 1000) / WI_BUFSIZE;
if (r->n_buf < DEFAULT_N_WI_BUF)
r->n_buf = DEFAULT_N_WI_BUF;
printf("Allocating %d buffers of %d samples each\n", r->n_buf,
WI_BUFSIZE);

if ((r->wi_buf =
(ad_wbuf_t *) calloc(r->n_buf, sizeof(ad_wbuf_t))) == NULL) {
Expand Down

0 comments on commit 057d423

Please sign in to comment.