Re: file-transfer-over-soundcard

2015-05-27 Thread Warren Young
On May 22, 2015, at 1:18 AM, Spet sp...@email.it wrote: On May 21, 2015, at 1:03 AM, Spet sp...@email.it 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

Re: file-transfer-over-soundcard

2015-05-22 Thread Spet
Original Message On May 21, 2015, at 1:03 AM, Spet sp...@email.it 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

Re: file-transfer-over-soundcard

2015-05-22 Thread Brian Inglis
:) The original article https://github.com/vlofgren/file-transfer-over-soundcard author tried to reinvent the wheel - badly! He tried to build a bit to audio converter - a modem in software, softmodem aka soundmodem, which does in software what a modem does in hardware, ignoring almost a century

Re: file-transfer-over-soundcard

2015-05-21 Thread Spet
Original Message On May 20, 2015, at 12:36 PM, Spet sp...@email.it 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

Re: file-transfer-over-soundcard

2015-05-21 Thread Warren Young
On May 21, 2015, at 1:03 AM, Spet sp...@email.it 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

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

Re: file-transfer-over-soundcard

2015-05-20 Thread Spet
Original Message On May 20, 2015, at 12:36 PM, Spet sp...@email.it 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

Re: file-transfer-over-soundcard

2015-05-20 Thread Warren Young
On May 20, 2015, at 12:36 PM, Spet sp...@email.it 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

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 sp...@email.it 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

Re: file-transfer-over-soundcard

2015-05-20 Thread Warren Young
On May 20, 2015, at 4:14 PM, Ken Brown kbr...@cornell.edu 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: