Re: file-transfer-over-soundcard

2015-05-27 Thread Warren Young
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 p

Re: file-transfer-over-soundcard

2015-05-22 Thread Brian Inglis
Linux in Windows. > > Finally, the compilation work. The sound file is recorded and the audio > capture works. > But the transmission of the file fails because I get a bit sequence > completely different from the original. > > Ty :) The original article https://github.com/vlofgren/f

Re: file-transfer-over-soundcard

2015-05-22 Thread Spet
Original Message 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. The Cygwin Terminal has a huge number of features missing from th

Re: file-transfer-over-soundcard

2015-05-21 Thread Warren Young
On May 21, 2015, at 1:03 AM, Spet wrote: > > When i execute from dos console: Why aren’t you using Cygwin Terminal instead? The Cygwin Terminal has a huge number of features missing from the Windows console, some of which allow it to work better with Cygwin programs. (UTF-8 support, for exam

Re: file-transfer-over-soundcard

2015-05-21 Thread Spet
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

Re: file-transfer-over-soundcard

2015-05-20 Thread Warren Young
On May 20, 2015, at 4:14 PM, Ken Brown wrote: > > On 5/20/2015 5:31 PM, Spet wrote: >> Do CygWin support OSS? > > Yes. The OSS interface is in /usr/include/sys/soundcard.h. …and /dev/dsp exists: http://goo.gl/dxN4je -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: file-transfer-over-soundcard

2015-05-20 Thread Ken Brown
On 5/20/2015 5:31 PM, Spet wrote: 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

Re: file-transfer-over-soundcard

2015-05-20 Thread Spet
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

Re: file-transfer-over-soundcard

2015-05-20 Thread Warren Young
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 #inc

file-transfer-over-soundcard

2015-05-20 Thread Spet
Do it is possible to port this console code to win32 with cygwin? https://github.com/vlofgren/file-transfer-over-soundcard/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info