From 9fd5320c001cdf46f1197ccd391c82843e848eb9 Mon Sep 17 00:00:00 2001 From: EzoeRyou Date: Wed, 2 Mar 2016 17:37:54 +0900 Subject: [PATCH] Add my hardware info I ported the code to C++11. https://github.com/EzoeRyou/system-bus-radio/blob/master/main.cpp Tested on my laptop running GNU/Linux. --- HARDWARE-INFO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HARDWARE-INFO.md b/HARDWARE-INFO.md index b6e2a8e..60d296a 100644 --- a/HARDWARE-INFO.md +++ b/HARDWARE-INFO.md @@ -18,5 +18,7 @@ Note: Thank you for testing this out! Are you using an antenna? At the beginning | Elvis Pfutzenreuter | MacBook (12-inch, Early 2015) | Sony ICF-SW11, internal antenna | 1580 kHz, `_mm_stream_si128` | Up to 2m, recommends turning off mains & light | | somini | Asus X201E, Linux | Clock radio, internal antenna | 1580 kHz, `_mm_stream_si128` | A few inches https://youtu.be/Nroc2BtO6NU | | Ryan Faerman | MacBook Air (11-inch, Previous generation) | Grundid Traveler 2 Digital, internal antenna | 1600 kHz | ~6-8 inches | +| Ryou Ezoe | Acer ASPIRE 5750, GNU/Linux | Tecsun PL-310 fm/am Stereo World Band Dsp Receiver, internal antenna | 1440 kHz, [C++11 port][2] | 30 cm [1]: https://github.com/anfractuosity/system-bus-radio/blob/master/main.c +[2]: https://github.com/EzoeRyou/system-bus-radio/blob/master/main.cpp