Commit Graph

187 Commits

Author SHA1 Message Date
Scott Lawson
fba8175e99 Add zero padded FFT calculation, could help #25
Zero pads the audio time samples until the length is equal to the next largest power of two. This improves the algorithmic complexity of the FFT calculations.

Initialized the Hamming window when the module is loaded instead of every loop.

Replaced a call to numpy.roll() with direct array index manipulation.
2017-01-29 00:41:13 -08:00
Scott Lawson
875943d6a1 Add more info about opening GitHub Issues. 2017-01-28 17:45:19 -08:00
Scott Lawson
4f149edcd4 Merge pull request #24 from Legorobotdude/master
Added information about Stereo Mix to ReadMe
2017-01-28 17:40:48 -08:00
Scott Lawson
bbe8acff77 Add new section to provide into about audio device
Move Stereo Mix info into a new section called "Audio Input". Add some additional information about virtual audio devices for Linux and OSX as well. Add new block diagram showing the different input topologies.
2017-01-28 17:39:16 -08:00
Scott Lawson
62cd7ee332 Add diagram of audio input sources
Add block diagram showing how the audio visualization program can use a physical or virtual audio input source
2017-01-28 16:32:40 -08:00
Aditya Bawankule
18fdd0ff49 Added information about Stereo Mix to ReadMe
Also added images to help
2017-01-28 00:45:59 -06:00
Scott Lawson
5c44d233da Merge pull request #19 from george-hopkins/fix-silence
Fix unresponsive GUI on silence
2017-01-21 14:48:17 -08:00
George Hopkins
a74d404606 Fix unresponsive GUI on silence 2017-01-21 19:53:50 +01:00
Scott Lawson
a92991bead Updated readme license section 2017-01-18 22:42:37 -08:00
Scott Lawson
a218a04cb8 Merge pull request #8 from kevinkellner/master
BlinkstickPro support
2017-01-12 07:45:50 -08:00
Scott Lawson
6310af5300 Added information about a missing arduino dependency 2017-01-09 17:20:29 -08:00
Kevin Kellner
8d090913d6 Fixed missing import. 2017-01-06 19:49:21 +01:00
Kevin Kellner
1b39f92df8 Changed the Interrupt handling.
Now SIGTERM and SIGINT will be caught and the LEDs will be turned off.
2017-01-06 19:44:10 +01:00
Kevin Kellner
b23bbc4d22 Changed type from int to long
For Python 3.5 compatibility.
2017-01-06 19:40:29 +01:00
Kevin Kellner
063889b23b Removed unnecessary brackets. 2017-01-06 15:26:00 +01:00
Kevin Kellner
9113f4258f Fixed typo 2017-01-06 15:21:46 +01:00
Kevin Kellner
ad0751bc9e Added atexit listener that turns the leds of when the programm terminates. 2017-01-06 15:20:23 +01:00
Kevin Kellner
6c97a3f57d Changed default value back. 2017-01-06 15:06:55 +01:00
Kevin Kellner
67323cc1e5 Added support for blinkstick pro devices. 2017-01-06 15:03:37 +01:00
Scott Lawson
133c65d9b5 Fixed indenting bug 2017-01-05 20:42:52 -08:00
Scott Lawson
c45322615f Encourage users to open new issues 2017-01-05 11:38:51 -08:00
Scott Lawson
8697b20a6c Smaller image of GUI 2017-01-05 11:29:52 -08:00
Scott Lawson
c6bffc7333 Updated GUI image to reflect recent changes 2017-01-05 11:26:26 -08:00
Scott Lawson
af7c014166 Removed reference to dependency that is not actually needed 2017-01-05 04:07:00 -08:00
Scott Lawson
66735ba75d Removed section about headless operation 2017-01-05 03:47:38 -08:00
Scott Lawson
61ad091f96 Added of losts of information for raspberry pi 2017-01-05 03:44:24 -08:00
Scott Lawson
219eb2b62f Python 2.7 compatibility fix 2017-01-05 02:41:04 -08:00
Scott Lawson
d828f5a273 Merge remote-tracking branch 'refs/remotes/origin/master' into raspberry-pi-support 2017-01-05 02:10:34 -08:00
Scott Lawson
fdf79018ad Fixed bug where disabling gui caused error 2017-01-05 02:03:54 -08:00
Scott Lawson
b31d9c60c8 Put gif above block diagram 2017-01-05 01:37:15 -08:00
Scott Lawson
a51fa3cc2c One block diagram instead of two 2017-01-05 01:33:45 -08:00
Scott Lawson
feb05f375f Updated README to reflect RPi support 2017-01-05 01:29:53 -08:00
Scott Lawson
c0ed75d298 Changed default IP to match ESP8266 firmware 2017-01-05 00:14:23 -08:00
Scott Lawson
75d8e8d9f7 Typo 2017-01-05 00:13:39 -08:00
Scott Lawson
32cea53ea1 Fixed typo 2017-01-05 00:13:14 -08:00
Scott Lawson
9837fec3b9 Added more information about device setting in config.py 2017-01-05 00:12:28 -08:00
Scott Lawson
7092f5d9d0 Merge pull request #1 from joeybab3/patch-1
Added FPS output
2017-01-05 00:03:39 -08:00
Scott Lawson
e95cef5a99 Replaced "if" with "#if", changed int to uint32_t
Replaced if statements with #if preprocessor macros.
Replaced one #ifdef macro with #if.
Changed `int secondTimer` to `uint32_t secondTimer` to avoid signed/unsigned integer comparison. The `millis()` function returns `uint32_t`.
Removed asterix output from FPS output.
2017-01-05 00:02:43 -08:00
Scott Lawson
40dd5fa42f Merge remote-tracking branch 'refs/remotes/origin/master' into raspberry-pi-support 2017-01-04 23:21:28 -08:00
Scott Lawson
0f29d7c614 Minor PEP8 formatting change 2017-01-04 23:21:09 -08:00
Scott Lawson
565aada7af Increased temporal dithering amount in ESP8266 firmware 2017-01-04 22:12:32 -08:00
Scott Lawson
0e73fd1348 Improved GUI, fixed bugs, better visualizations
* Resolved an issue with the ESP8266 where gamma correction would be
performed twice. Changed GAMMA_CORRECTION to SOFTWARE_GAMMA_CORRECTION
to make a distinction between software and firmware gamma correction.
The ESP8266 does firmware gamma correction and dithering, while the
Raspberry Pi uses slightly more inferior software gamma correction.
Changed the software gamma table to match the gamma table used in the
ESP8266 firmware.

* Improved the spectrum visualization by using one of the color channels
to visualize the absolute value of the temporal derivative of the
spectrum. Also added a feature to reject the "common mode" spectral
components, which is analogous to the spectral DC component.

* Signficantly improved the GUI and added a frequency adjustment slider.
Adjusting the frequency range has a big impact on the visualization
output. Recommend using a high frequency range (something like 4 kHz -
10 kHz) when running the scrol visualization.
2017-01-04 22:12:12 -08:00
Scott Lawson
b703e998c1 Added link to issues page 2017-01-04 14:21:25 -08:00
Scott Lawson
af2f689f4a Added image of visualization GUI to the README 2017-01-04 14:20:32 -08:00
Scott Lawson
1bce7ac3a9 Added image of the visualization GUI 2017-01-04 14:19:41 -08:00
Scott Lawson
38e9c7929a Fixed error in Feather HUZZAH pin diagram 2017-01-04 14:14:42 -08:00
Scott Lawson
82c52bdc54 Added Raspberry Pi installation instructions to README 2017-01-03 19:33:19 -08:00
Scott Lawson
47aa7bfcdd Added a slider for contrast adjustment
Added a slider and variables for adjusting the contrast of the
visualization.
2017-01-03 19:16:45 -08:00
Scott Lawson
e3ebe167e8 PEP8 formatting 2017-01-03 16:48:18 -08:00
Scott Lawson
5c5300ba7f Minor PEP8 formatting changes 2017-01-03 16:46:19 -08:00