#
waveform
Here are 180 public repositories matching this topic...
diversos
commented
Aug 8, 2017
How would you recommend fixing negative values in barChar? I can't explain properly, so I'll show you an example:
2010: 0+0+0+0
2011: 0+0+0+0
2012: 0+0+0+0
2013: 0+5+8+0
2014: -38+0+13+0
2015: 45+12+130+0
2016: 0+0+0+0
I think that the xAxis should stay in y=0, and the
2
5
Reads an audio file and displays the waveform
-
Updated
Feb 12, 2020 - Swift
Open
Usage in Express?
markmorris
commented
Nov 8, 2018
Wondering if you could provide a basic example on how to use this in a express app?
SincNet is a neural architecture for efficiently processing raw audio samples.
audio
python
deep-learning
signal-processing
waveform
cnn
pytorch
artificial-intelligence
speech-recognition
neural-networks
convolutional-neural-networks
digital-signal-processing
filtering
speaker-recognition
speaker-verification
speech-processing
audio-processing
asr
timit
speaker-identification
-
Updated
Dec 23, 2019 - Python
VueJS audio visualization components
-
Updated
Jun 19, 2020 - JavaScript
A simple and easy-to-use fx sounds generator
-
Updated
Mar 9, 2020 - C
Generate waveform images from audio files in iOS
-
Updated
Jun 4, 2020 - Swift
Functions and scripts for analyzing waveforms, primarily audio. This is currently somewhat disorganized and unfinished.
-
Updated
Jan 15, 2020 - Python
UIButton subclass with push to talk recording, speech recognition and Siri-style waveform view.
uibutton
waveform
speech-recognition
speech-to-text
siri
record-audio
push-to-talk
uibutton-subclass
-
Updated
Aug 15, 2019 - Swift
SciTuner is a guitar tuner written in Swift3
-
Updated
Sep 18, 2017 - Swift
High-Performance real-time 2D plotting library based on native WebGL
-
Updated
Jul 10, 2020 - TypeScript
JavaFX application that manages and plays music files.
-
Updated
Jan 18, 2018 - Java
An Android library to make the implementation of voice/audio messages' playing easier
-
Updated
Oct 6, 2019 - Java
JS library for audio visualization in circular wave using Web Audio API and ECharts
-
Updated
Nov 22, 2019 - JavaScript
-
Updated
Jun 29, 2020 - JavaScript
Shader viewer / music visualizer for Windows and Linux
audio
music
waveform
glsl
visualizer
oscilloscope
shadertoy
music-visualizer
pulseaudio
shader-editor
-
Updated
Dec 18, 2019 - C
Generate WaveForms Images from Sounds and Videos on macOS and iOS (Swift 5.x)
-
Updated
Mar 10, 2020 - Swift
-
Updated
Apr 18, 2017 - Objective-C
Web Audio API programming/debugging suite
-
Updated
Jun 9, 2020 - JavaScript
Tensorflow - Very Deep Convolutional Neural Networks For Raw Waveforms - https://arxiv.org/pdf/1610.00087.pdf
machine-learning
deep-neural-networks
deep-learning
tensorflow
waveform
keras
audio-analysis
residual-networks
keras-models
keras-neural-networks
keras-tensorflow
tensorflow-1-0
very-deep-cnn
-
Updated
Dec 19, 2018 - Python
An HTML5 based audio player with a waveform view
-
Updated
Jul 3, 2020 - JavaScript
mpv lua scripts
-
Updated
Apr 9, 2019 - Lua
Improve this page
Add a description, image, and links to the waveform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the waveform topic, visit your repo's landing page and select "manage topics."

Looking at https://wavesurfer-js.org/plugins and https://wavesurfer-js.org/example/spectrogram/index.html it is entirely unclear how this plugin is supposed to get loaded.
The second link has an example that is literally impossible, because you can't reference a variable before it's been declared (the
wavesurfervar does not exist yet, so thewavesurfer: wavesurferinstruction is an error),