octavia

octobanana's customizable text-based audio visualization interactive application.


 CMakeLists.txt         |  165 ++++-
 README.md              |  181 ++++-
 RUNME.sh               |  384 ++++++++-
 doc/help.txt           |  128 +++-
 res/octavia.png        | Bin 0 -> 58387 bytes
 src/app/app.cc         | 1641 +++++++++++++++++++++++++++++++++++-
 src/app/app.hh         |  291 ++++++-
 src/app/filter.cc      |  231 +++++-
 src/app/filter.hh      |  304 +++++++-
 src/app/record.cc      |  342 +++++++-
 src/app/record.hh      |  154 +++-
 src/app/util.cc        |   51 +-
 src/app/util.hh        |   84 ++-
 src/app/window.cc      |  371 ++++++++-
 src/app/window.hh      |  412 +++++++++-
 src/info.hh            |  207 ++++-
 src/main.cc            |  102 ++-
 src/ob/algorithm.hh    |  100 ++-
 src/ob/belle/belle.hh  |   61 +-
 src/ob/belle/config.hh |   56 +-
 src/ob/belle/io.hh     |  543 ++++++++++++-
 src/ob/belle/signal.hh |  154 +++-
 src/ob/fft.hh          |  471 ++++++++++-
 src/ob/parg.hh         | 1150 +++++++++++++++++++++++++-
 src/ob/prism.cc        |  646 ++++++++++++++-
 src/ob/prism.hh        |  201 ++++-
 src/ob/string.cc       |  688 +++++++++++++++-
 src/ob/string.hh       |  112 ++-
 src/ob/term.hh         | 2286 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ob/text.hh         | 1699 ++++++++++++++++++++++++++++++++++++-
 src/ob/timer.hh        |  398 +++++++++-
 31 files changed, 13613 insertions(+)
Back to Top