#
wav
Here are 401 public repositories matching this topic...
A fancy audio recorder lib for Android. Supports WAV format at 48kHz.
-
Updated
Jul 24, 2020 - Java
joelibaceta
commented
Dec 27, 2019
- brew formula
- .pkg file
- rpm package
- binary
- .exe
A simple C++ library for reading and writing audio files.
-
Updated
Jan 23, 2021 - C++
-
Updated
Feb 4, 2021 - C++
A simple HTML5/JS demo that uses Recorder.js to record audio as uncompressed pcm (wav) and POST it to a server side script.
-
Updated
Jan 22, 2020 - JavaScript
Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images.
-
Updated
Jan 4, 2021 - Python
2
pdeljanov
commented
May 4, 2020
Create a new bin crate, sonata-test, that accepts two input files: a WAV reference file, and a test file (any format). The application should decode both files and check if they are sample-for-sample equivalent. Samples that are not the same should have their timestamp printed.
Using the application it should be possible to, for example, compare an FFMPEG decoded MP3 file (converted to WAV) wit
-
Updated
May 31, 2019 - PHP
Encode an image to sound and view it as a spectrogram - turn your images into music
audio
visualization
javascript
spectrum
sound-effects
encoding
audio-effect
audio-visualizer
sound
sound-processing
wav
spectrogram
audio-processing
image-to-sound
-
Updated
Aug 26, 2020 - JavaScript
.NET library for 1D signal processing focused specifically on audio processing
audio
sound-effects
dsp
fda
wav
feature-extraction
noise
signal
lpc
resampling
filtering
mfcc
pitch
mir
adaptive-filtering
psychoacoustics
wavelets
sound-synthesis
time-stretch
-
Updated
Oct 22, 2020 - C#
A Library of Audio Steganography & Watermarking Algorithms
audio
spectrum
echo
matlab
mp3
aac
coding
wav
parity
steganography
flac
ogg
lsb
information-hiding
phase
watermarking
spread
hiding
time-spread
-
Updated
May 24, 2019 - MATLAB
A simple HTML/JS demo that uses WebAudioRecorder.js to record audio on a web page
-
Updated
Jan 22, 2020 - JavaScript
The code for the MaD TwinNet. Demo page:
audio
deep-neural-networks
deep-learning
voice
pytorch
recurrent-neural-networks
wav
music-information-retrieval
deeplearning
autoencoders
audio-signal-processing
denoising-autoencoders
audio-processing
source-separation
music-signal-processing
music-source-separation
twin-networks
singing-voice
mad-twinnet
-
Updated
Sep 7, 2019 - Python
Fast and easy to understand Arduino library to use the DFPlayer Mini MP3 module from DFRobot.com. This is a huge improvement (both in terms of execution speed and simplicity) to the standard library provided by DFRobot.com.
audio
music
fast
arduino
mp3
sound
wav
arduino-library
dfplayer
dfrobot
dfplayer-mini
dfplayer-mini-mp3
dfplayermini
dfplayerminifast
-
Updated
Jan 24, 2021 - C++
Improve this page
Add a description, image, and links to the wav topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wav topic, visit your repo's landing page and select "manage topics."
The number of unit tests we have in torchaudio has grown. It is critical to keep tests organized so as to make it easy for contributors to write tests for the feature they are working on.
Batch consistency tests are for validating that ops return the same result regardless of the number of dimensions/batches/channels. Currently We put all the tests in [test/torchaudio_unittest/batch_consistency