Skip to content

Commit

Permalink
added host-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alwynallan committed Mar 8, 2015
1 parent 0433e44 commit b12c01c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions host_windows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Windows Host Software

My limited understanding is that most Windows cryptography uses
Microsoft's "Crypto API." The routine for getting random entropy is
CryptGenRandom() as described here:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa379942%28v=vs.85%29.aspx

It would be nice if someone figured out how to get REDOUBLER bits merged
there. Of course the REDOUBLER is available as a microphone input. Look
under
Start, Control Panel, Sound, Recording There is a listen option
that can be activated by checking the box and pressing "Apply." I don't
currently know of a way to record bytes without volume adjustment and/or
mixing. Audacity sees the device and can record, but it seems to mangle
it, at
least a little.

0 comments on commit b12c01c

Please sign in to comment.