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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=h9DJMtm7iVu2RKGL6wsWScTkIh+8 5Sz9qskk1TCMaPR6XndV8904NYg25NdaqofFFr07ixJpX7aoPANSQK6XKlkIt24m 0qQ1OYMwpZ42exGcjV4KuPxr+vn0rVw2vsZJ2Ucg54zP60JH8rIThZ7cn4nZEmwD oywlEeUmfb8thng= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=+Pr1ZjL7g8HzSJlprvQAQyjuKtU=; b=Sh EHSwiSWQB9zqoaqV+oAu3VXJ243A6COBpSaIzBkUdhPIWa5V6hFBGK0DJxECXxQn HrOO4IxN7nYXj1OPf+V61tH0eYEGD8AYkVRMRC2d/QgaVFRT0p6PdGTTObOr7BME auyoJbgx20VJd0xN6d3mjpkJGEi32Okren8AYT3OI= 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=0.3 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: file-transfer-over-soundcard From: Warren Young In-Reply-To: Date: Wed, 27 May 2015 13:26:58 -0600 Message-Id: <436C4294-3D36-48CF-9282-96E62A6F59B9@etr-usa.com> References: <8604DCD9-8901-46AD-9FA1-D20543B09680 AT etr-usa DOT com> To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4RJRE4U006126 On May 22, 2015, at 1:18 AM, Spet wrote: > >> On May 21, 2015, at 1:03 AM, Spet wrote: >>> >>> When i execute from dos console: >> >> Why aren’t you using Cygwin Terminal instead? > This is my first time. > However I have to use it in windows console. Again, *why*? If you can compile these programs in the Cygwin Terminal, you can run them there, too. >> You’re trying to send *Cygwin’s* /etc/fstab to another box? > *Cygwin’s* ??? > another box??? The asterisks (*) are a form of emphasis, created in the days before you could send italics and bold text formatting over email. “Box” is a slang term for computer. >>> generate.exe -b 25 -r 48000 -o "k:\TEMP\a.txt" c:\cygwin\etc\fstab >> >> Are you sure you built it with the Cygwin C compiler, and not something else, like the MinGW or Visual Studio compilers? That’s the only explanation I can think of for why the POSIX path (/etc/fstab) would fail, but a DOS path would succeed. > I've only done "makefile" in terminal. That explains nothing. You can build programs with “make” using any compiler. It is not Cygwin-specific. > But the transmission of the file fails because I get a bit sequence completely different from the original. I can’t help you there. You’d need to examine the contents of the wave files and compare that to the known behavior of the algorithm. A waveform editor like Audacity may help, but that’s way off topic here. Brian is right: this set of programs is far from the best way to achieve your purpose. -- 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