X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=jRBotQ9gHc79rE/rC0Qwj54B2WMp80 4QWBKCpuBW0gdoNdX3hJGBkMesHWKaihFwWm8J3CH6vvmVDruiTVO1Np7ga4VGz+ GdpGtl8csNOkMmzNwrYuuiiJoJY2AHCEJlni+n+qTr3hjpSH72L8OrZH9Nv3Uki/ v//1aS87Y0rz0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=34u2TDFVQrsTicW/eavjprDUsjE=; b=ZWu3 z7wCUZPgl62BO2frMoViGVxfcNyzO++MEWb8lBE1S2aPOZUKR9CJx8VQmLP0R/E9 SE4gBvvkL6GzvqbzzVAiPGN8Y0TOtJ/lEm/2FB/cBmMuUMov6kVP7dBlIqvXCIbK fd1rf9ST77xyan8PV5IH09VenapJ1s13+mipopQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Spet Subject: Re: file-transfer-over-soundcard Date: Thu, 21 May 2015 09:03:58 +0200 Lines: 27 Message-ID: References: <8604DCD9-8901-46AD-9FA1-D20543B09680 AT etr-usa DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0.4) Gecko/20150321 Firefox/36.0.4 In-Reply-To: <8604DCD9-8901-46AD-9FA1-D20543B09680@etr-usa.com> X-IsSubscribed: yes -------- Original Message -------- > On May 20, 2015, at 12:36 PM, Spet wrote: >> >> Do it is possible to port this console code to win32 with cygwin? >> https://github.com/vlofgren/file-transfer-over-soundcard/ > > I was able to get its record.c program to compile without complaints by changing the third line from > > #include > > to > > #include > > I don’t get any output when recording in my Windows 10 test VM. Perhaps that would change if I had a real sound source hooked up to it. > > Anyway, you’re the one with the itch. Scratch it. :) > I have compiled. I did not think it was that easy. Is my first time. When i execute from dos console: ./generate.exe -b 25 -r 48000 -o out.data /etc/fstab i obtain: /etc/fstab: No such file or directory if is use: generate.exe -b 25 -r 48000 -o "k:\TEMP\a.txt" c:\cygwin\etc\fstab It work but not generate sound. How to use? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple