This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: file-transfer-over-soundcard


On May 20, 2015, at 12:36 PM, Spet <spora@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

    #include <linux/soundcard.h>

to

    #include <sys/soundcard.h>

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. :)
--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]