All Projects → been-jamming → Visterm

been-jamming / Visterm

Licence: MIT license
A terminal application which adds an audio visualizer to the terminal!

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Visterm

Waveform Playlist
Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Project inspired by Audacity.
Stars: ✭ 919 (+3068.97%)
Mutual labels:  audio-visualizer
Radio
A simple javascript web radio visualizer
Stars: ✭ 80 (+175.86%)
Mutual labels:  audio-visualizer
Img Encode
Encode an image to sound and view it as a spectrogram - turn your images into music
Stars: ✭ 157 (+441.38%)
Mutual labels:  audio-visualizer
Generativenature
A VJ set which was played in Interim-Report 2nd edition
Stars: ✭ 21 (-27.59%)
Mutual labels:  audio-visualizer
Mpv Scripts
mpv lua scripts
Stars: ✭ 68 (+134.48%)
Mutual labels:  audio-visualizer
Ihequalizerview
An Custom UIView which draws the output of an audio asset in real time.
Stars: ✭ 106 (+265.52%)
Mutual labels:  audio-visualizer
Glava
GLava - OpenGL audio spectrum visualizer
Stars: ✭ 762 (+2527.59%)
Mutual labels:  audio-visualizer
Videojs Wavesurfer
video.js plugin that adds a navigable waveform for audio and video files
Stars: ✭ 242 (+734.48%)
Mutual labels:  audio-visualizer
Awesome Web Audio
A list of resources and projects to help learn about audio
Stars: ✭ 73 (+151.72%)
Mutual labels:  audio-visualizer
Spectrographic
Turn an image into sound whose spectrogram looks like the image.
Stars: ✭ 147 (+406.9%)
Mutual labels:  audio-visualizer
Audiovisualizer
iOS Audio Visualizer
Stars: ✭ 37 (+27.59%)
Mutual labels:  audio-visualizer
Fountain Of Colors
Music visualizer for Rainmeter
Stars: ✭ 65 (+124.14%)
Mutual labels:  audio-visualizer
Gxaudiovisualisation
Blender Python script for audio visualisation
Stars: ✭ 120 (+313.79%)
Mutual labels:  audio-visualizer
Play
Play audio files from terminal.
Stars: ✭ 12 (-58.62%)
Mutual labels:  audio-visualizer
Audiomotion.js
High-resolution real-time spectrum analyzer and music player using Web Audio and Canvas APIs.
Stars: ✭ 177 (+510.34%)
Mutual labels:  audio-visualizer
Astrofox
Astrofox is a motion graphics program that lets you turn audio into amazing videos.
Stars: ✭ 802 (+2665.52%)
Mutual labels:  audio-visualizer
Wac
UE4 Visualization Plugin - Windows Audio Capture (WAC) is an Unreal Engine 4 plugin that captures live audio from the windows default audio device and analyse it to frequency values.
Stars: ✭ 81 (+179.31%)
Mutual labels:  audio-visualizer
Bitlisten
Realtime Bitcoin transaction visualizer
Stars: ✭ 247 (+751.72%)
Mutual labels:  audio-visualizer
Dswaveformimage
Generate waveform images from audio files in iOS
Stars: ✭ 228 (+686.21%)
Mutual labels:  audio-visualizer
Voicememosclone
A clone for Apple's Voice Memos app.
Stars: ✭ 132 (+355.17%)
Mutual labels:  audio-visualizer

Visterm

A terminal application which adds an audio visualizer to the terminal!

Dependencies

  • ncurses
  • SDL2

To build, use make, which outputs a binary named visterm.out

In order to use the terminal, install by running make install and run with visterm in a curses compatible terminal. If you don't want to install, run tic src/visterm.termcap and run ./visterm.out. tic is the terminfo compiler, which will install a terminfo file describing the capabilities of visterm to other console programs.

visterm can be run inside of itself! It is compatible with most applications which use console colors, including VIM. If you find bugs, feel free to open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].