From: Steinar H. Gunderson Date: Mon, 2 May 2016 23:30:51 +0000 (+0200) Subject: Stop opening dummy audio.raw file by default. X-Git-Tag: 0.4~12 X-Git-Url: https://git.sesse.net/?p=bmusb;a=commitdiff_plain;h=b7e6e2e7df1bbae97a1b62112d9c8c67df212f44 Stop opening dummy audio.raw file by default. --- diff --git a/bmusb.cpp b/bmusb.cpp index 892802f..48bdcae 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1021,7 +1021,7 @@ void BMUSBCapture::configure_card() xfr->user_data = this; //libusb_submit_transfer(xfr); - audiofp = fopen("audio.raw", "wb"); + //audiofp = fopen("audio.raw", "wb"); // set up isochronous transfers for audio and video for (int e = 3; e <= 4; ++e) {