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.
This commit is contained in:
EzoeRyou 2016-03-02 17:37:54 +09:00
parent 681e525aac
commit 9fd5320c00

View File

@ -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