All Projects → Picorims → wav2bar

Picorims / wav2bar

Licence: GPL-3.0 license
Wav2Bar is a tool to make custom audio visualization and export production videos for the audio and music industry.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to wav2bar

Awesome Web Audio
A list of resources and projects to help learn about audio
Stars: ✭ 73 (+108.57%)
Mutual labels:  audio-visualizer
Audiomotion.js
High-resolution real-time spectrum analyzer and music player using Web Audio and Canvas APIs.
Stars: ✭ 177 (+405.71%)
Mutual labels:  audio-visualizer
MusicVisualizer
A music visualizer based on the ATMEGA328P-AU
Stars: ✭ 30 (-14.29%)
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 (+131.43%)
Mutual labels:  audio-visualizer
Spectrographic
Turn an image into sound whose spectrogram looks like the image.
Stars: ✭ 147 (+320%)
Mutual labels:  audio-visualizer
Videojs Wavesurfer
video.js plugin that adds a navigable waveform for audio and video files
Stars: ✭ 242 (+591.43%)
Mutual labels:  audio-visualizer
Fountain Of Colors
Music visualizer for Rainmeter
Stars: ✭ 65 (+85.71%)
Mutual labels:  audio-visualizer
ModularMusicVisualizer
Project in Hiatus, unmaintained, being rewritten privately. Will Open Source when stuff is ready. Project will be Renamed.
Stars: ✭ 81 (+131.43%)
Mutual labels:  audio-visualizer
Img Encode
Encode an image to sound and view it as a spectrogram - turn your images into music
Stars: ✭ 157 (+348.57%)
Mutual labels:  audio-visualizer
libvisual
Libvisual Audio Visualization
Stars: ✭ 67 (+91.43%)
Mutual labels:  audio-visualizer
Ihequalizerview
An Custom UIView which draws the output of an audio asset in real time.
Stars: ✭ 106 (+202.86%)
Mutual labels:  audio-visualizer
Voicememosclone
A clone for Apple's Voice Memos app.
Stars: ✭ 132 (+277.14%)
Mutual labels:  audio-visualizer
Bitlisten
Realtime Bitcoin transaction visualizer
Stars: ✭ 247 (+605.71%)
Mutual labels:  audio-visualizer
Radio
A simple javascript web radio visualizer
Stars: ✭ 80 (+128.57%)
Mutual labels:  audio-visualizer
BeatDrop
BeatDrop Music Visualizer
Stars: ✭ 54 (+54.29%)
Mutual labels:  audio-visualizer
Mpv Scripts
mpv lua scripts
Stars: ✭ 68 (+94.29%)
Mutual labels:  audio-visualizer
Dswaveformimage
Generate waveform images from audio files in iOS
Stars: ✭ 228 (+551.43%)
Mutual labels:  audio-visualizer
songturtle
🐢 Play, slow down, and loop sections of audio files in the browser 🐢
Stars: ✭ 26 (-25.71%)
Mutual labels:  audio-visualizer
qxresearch-event-1
10+ Python Application 🦾 | 10- lines of code 👽
Stars: ✭ 194 (+454.29%)
Mutual labels:  audio-visualizer
Visterm
A terminal application which adds an audio visualizer to the terminal!
Stars: ✭ 29 (-17.14%)
Mutual labels:  audio-visualizer

Wav2Bar

A tool to make custom audio visualization and export production videos for the audio/music industry.

Important Notes

  • This tool is a side project and is provided as is, without garantee of long term maintenance. If this is fine for you, you can proceed. Enjoy!
  • This tool is usable at this point, but is still in early development! Your work is subject to bugs, backup your saves!
  • Git LFS used to be used for node_modules and FFMpeg, but is no longer used. Both of these folders have been removed from the repository, but not its history. You do not need to clone them. Git LFS files are no longer included in archive downloads. If you want a full release source code archive, go to the releases section. This will include node_modules, but not FFmpeg (which can be downloaded from their official website compiled and packaged).

Hacking

  • NodeJS must be installed (It will install npm too).
  • Clone the git repository (you can also use GitHub's download button if you only want to perform tests). Note that Git LFS is no longer used. Git LFS files are not cloned and packaged anymore.
  • Install node modules and dependencies using npm install.
  • Open the repository folder in a prompt and run npm start.
  • If everything works, download FFmpeg for your operating system and configure it in the app settings (otherwise export won't work!).

Compiling

Compilation is done through electron-forge v6's make command. No matter the platform, you can compile by running npm run make which is an alias to electron-forge make. It will automatically package the app before, but you can also do it using npm run package. More info at https://www.electronforge.io/ and https://www.electronforge.io/configuration.

Compilation settings are detailed in package.JSON at the "config" node. You can add additional configurations to export in other formats, but you need to have access to the targetted platform/OS and install required dependencies. The list of available makers is available at https://www.electronforge.io/config/makers.

FFmpeg should be installed independently and not compiled in the application.

ZIP

Zip maker is available for all platforms, without any dependencies required. On Windows, it will produce an executable (.exe) to run the app from anywhere on a Windows machine, without any installation process.

Windows specific

WiX MSI

This maker create a Windows .msi installer. To make a .msi installer, Wix must be installed on the machine (not necessarily Windows), as well as light and candle installed from the WiX Toolkit. More info at https://www.electronforge.io/config/makers/wix-msi and https://github.com/felixrieseberg/electron-wix-msi. The paths for the installer assets are absolute, don't forget to change them in package.json or the make command will fail!

Linux specific

There are existing configurations for .deb and .rpm packages although they have not been tested as I have no viable Linux development environment at the moment.

.deb packages

.deb packages can be made on MacOS and Linux machines with fakeroot and dpkg packages installed. See https://www.electronforge.io/config/makers/deb

.rpm packages

.rpm packages can be made on Linux machines with rpm or rpm-build packages installed. See https://www.electronforge.io/config/makers/rpm.

Mac Specific

.pkg packages

Although there is no support for MacOS, the application may run just fine as Electron supports MacOS. If you would like to make a .pkg package for MacOS instead or running from source, you may look at https://www.electronforge.io/config/makers/pkg.

Using the Command Line Interface (CLI)

See docs/cli.md for more details.

License

This tool is licensed under GPL-3.0-or-later

Wav2Bar - Free software for creating audio visualization (motion design) videos
Copyright (C) 2022  Picorims <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
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].