nausea

curses audio visualizer
git clone git://git.2f30.org/nausea
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2015-06-23 00:59Variables cleanup and make indices size_tlostd1+18-20
2015-06-23 00:42Debug printinglostd2+14-6
2015-06-23 00:29Move normalization to common codelostd1+78-55
2015-06-21 00:28Intensity symbols array in wide charslostd1+1-0
2015-06-21 00:26Smaller DFT sizelostd1+17-19
2015-06-20 20:18Update with a link for stereo testslostd1+2-1
2015-06-20 20:16Fix channel splitting loop and make it work on all window sizeslostd1+4-1
2015-06-20 18:44Add a stereo mode and support for it in the solid visualizationlostd2+121-64
2015-06-17 09:42Macro for string lengthlostd1+4-3
2015-06-17 08:09Add freeze keylostd2+8-1
2015-06-17 01:27Add a spectrogram visualizationlostd3+73-2
2015-06-16 21:00Use ASCII characters by default to work on VTslostd1+1-1
2015-06-16 18:20Convert arg to number and check boundslostd1+3-17
2015-06-16 00:58Make band narrower because no music shows up therelostd1+1-1
2015-06-16 00:57Boost higher frequencies for a nicer displaylostd1+4-0
2015-06-15 00:27New mode with solid vertical lines on the wave domainlostd2+71-1
2015-06-04 22:04Make config independent to avoid accidental overwriteslostd1+3-5
2015-05-09 22:58Divide at the end to make it more responsivelostd1+1-2
2015-05-09 22:33Draw nothing on zero inputlostd1+6-1
2015-05-09 22:18New circle visual on the wave domain called boom plus reorderinglostd2+95-8
2015-04-02 13:54Use single '-' in LICENSE for copyright yearssin1+2-2
2015-04-02 13:53Use wide chars by defaultsin1+1-1
2015-04-02 13:52Update manpage datesin1+1-1
2015-04-02 13:52Update COPYRIGHTsin2+6-2
2014-11-21 16:29This makes more sense now, avoid mod operationlostd1+2-6
2014-11-21 11:01More descriptive commentlostd1+1-1
2014-11-19 22:56Can now cycle visualizations using an arraylostd2+39-15
2014-11-07 16:28Consistency with our other Makefileslostd1+4-4
2014-11-07 16:02Change variable name NAME to BINlostd1+8-8
2014-11-07 16:01Use an explicit rule for the final targetlostd1+3-0
2014-11-07 14:01Remove config.alt.h and use #if 0 #else #endif in config.def.hsin2+6-3
2014-11-07 13:59Use -lncursesw instead of -lcursesw as it is more widely supportedsin1+1-1
2014-11-03 14:51Add support for wide characters and configurationlostd4+32-10
2014-10-03 20:10Use default bgsin1+4-3
2014-09-15 22:33Bounce modelostd2+29-5
2014-09-15 22:13Add the l flag in usage linelostd2+2-2
2014-09-15 22:01Flag for the fountain visualization to move leftwardslostd2+18-2
2014-09-15 11:26No need to redefine MINlostd1+1-4
2014-09-15 11:07No need for integer conversionlostd1+4-4
2014-09-15 10:09Undo the debugging information flaglostd1+0-1
2014-09-15 02:15Command line flag to select visualization and manpage updateslostd3+28-4
2014-09-15 01:29Specify where are the falling peaks forlostd1+1-1
2014-09-15 01:27Add the fountain visualizationlostd2+120-5
2014-09-14 22:27Bump the release to fix a dependency problemlostd1+1-1
2014-09-14 22:08Includes are handled by the preprocessorlostd1+1-1
2014-08-25 19:04Update packages for the upcoming releaselostd2+6-7
2014-08-25 18:51Toggle flags using the not operatorlostd1+2-2
2014-08-25 18:50Fix color toggle logiclostd1+10-10
2014-06-03 10:54Comment on the obvious but anywaylostd1+1-0
2014-06-03 10:53Not using math.h anymorelostd1+0-1
2014-06-03 10:50Use complex.h complex numberslostd1+8-10
2014-05-22 13:59Name output symbols with a "ch" prefixlostd1+9-9
2014-05-22 13:26Rework the wave visualizer a bitlostd1+8-8
2014-05-22 11:11Mention the wave visualizationlostd1+3-2
2014-05-22 11:08Document the runtime optionslostd1+14-1
2014-05-22 10:59Fix a typolostd1+1-1
2014-05-22 10:58Wave visualizer and runtime switching methodlostd1+79-5
2014-05-03 21:53Make command-line flags available as runtime optionslostd1+14-1
2014-04-23 10:03Honor the "all under /usr" prefix conventionlostd1+2-2
2014-04-23 00:05Packages for systems we uselostd3+41-0
2014-04-22 22:58Change name from spectrum to nausealostd5+41-41
2014-04-22 22:49Update the yearlostd1+2-2
2014-01-11 14:23Sound testslostd1+4-0
2013-11-29 13:36More informative error message on openlostd1+1-1
2013-11-25 01:14Simplify the bar height computationslostd1+7-4
2013-11-22 19:05Rewrite manpage using the mdoc formatlostd1+25-17
2013-11-21 16:15Add initial manpagesin2+24-0
2013-11-22 11:00Clarify that fr->in is not an integersin1+1-1
2013-11-21 17:15Factor out color initialization to a separate functionsin1+20-13
2013-11-21 20:13Remove unused definessin1+0-2
2013-11-21 18:41Remove CVS expanded keywordlostd1+0-2
2013-11-21 15:47Correct loop range in update(), fixes artifactslostd1+1-1
2013-11-21 15:27More appropriate comment for the twin peakslostd1+2-2
2013-11-21 15:06Update usage line to include -p optionsin1+1-1
2013-11-21 14:38Simplify the peaks logic and support only one speedlostd1+16-31
2013-11-21 14:01Lazily allocate the peaks array and use realloclostd1+1-3
2013-11-21 13:56Color peaks appropriatelylostd1+2-0
2013-11-21 13:54Do not display peaks for dead freqs and support faster dropslostd1+16-6
2013-11-21 01:03Test the idea of peaks that droplostd1+47-2
2013-11-21 11:50Remove unused variablelostd1+0-2
2013-11-20 14:29Clear in and out fft buffers when read fails, re-use in initlostd1+16-6
2013-11-20 12:16Use fr->height instead of LINES directlysin1+6-6
2013-11-20 11:58Shift the spectogram to the right a bit moresin1+1-1
2013-11-20 11:03Normalize by the actual number of samplessin1+1-1
2013-11-20 10:40Halve the size of the DFT in/out bufferssin1+14-11
2013-11-19 08:58Use install instead of cp and remove noecholostd1+4-5
2013-11-18 21:50Fix whitespace issuessin1+2-2
2013-11-18 21:28Set BANDCUT to 0.8sin1+1-1
2013-11-18 21:23Simplify code and add some commentssin1+8-3
2013-11-18 20:35Fix outdated commentsin1+2-2
2013-11-18 20:24Memset buffers and average the two channelssin1+22-14
2013-11-18 17:58Change factors to get better lookslostd1+6-2
2013-11-18 17:33Stereolostd1+1-1
2013-11-18 17:24Default to 44.1kHz 16-bit stereosin1+1-1
2013-11-18 17:01Add install/uninstall targets to Makefilesin1+10-0
2013-11-18 16:57Fix warning with -Wextrasin1+3-3
2013-11-18 16:51Update README for color supportsin1+4-0
2013-11-18 16:34Add sin to LICENSEsin1+1-0
2013-11-18 16:27s/mpd/audio/ some morelostd1+2-2
2013-11-18 16:24remove unused vars, s/mpd/audio/lostd2+7-20
2013-11-18 16:11Only scale colors if color support is enabledsin1+7-5
2013-11-18 15:54Inform the user if the terminal does not support colorssin1+5-3
2013-11-18 14:52Change color range percentagessin1+3-3
2013-11-18 14:49Add LEN() macrosin1+5-3
2013-11-18 14:45Remove spectrum_ prefixsin1+11-11
2013-11-18 14:45Staticise symbolssin1+16-16
2013-11-18 13:36Add color supportsin1+73-2
2013-11-18 11:47Default to `/tmp/mpd.fifo' - add rudimentary argument passingsin2+29-6
2013-11-18 11:11supporting fileslostd2+44-0
2013-11-18 11:02optimize buf alloc, var naming, stylelostd1+21-18
2013-11-17 22:08fix building in linuxlostd1+1-3
2013-11-17 22:01fix screen flickering, naming, stylelostd1+15-16
2013-11-17 16:07Initial commitsin2+184-0