Pinned Repositories
DSD2PCM
Translates the DSD/DSF file into WAV file written in C for learning,
Dynamics-processor
This is a collection of some dynamics processors, i.g. noise gate, peak limiter, rms limtier, compressor.
fft_simd
A simple demo shows how to use the SIMD,Single Instruction Multiple Data, to optimize and accelerate the FFT algorithm.
Nonlinear-audio-system-identification
This is a tool that find the impulse response of a nonlinear system, it can be used in the audio system with nonlinear processor, .e.g. audio limiter, compressor.
PitchShifting
PitchShiftting effect
rnnoise-windows
This is a RNNoise windows demo. It was modified and restructured so that it can be compiled with MSVC, VS2017, VS2019.
samplerate-converter
It is a sample rate converter, SRC, implemented with polyphase structure filter.
WebRtc_AGC1
This repository is webrtc agc module demo.
WebRtc_noise_suppression
This is WebRtc noise suppression module demo.
WebRtc_splitting_filter
This is a splitting filter demo. You can find the processing in webrtc's AGC and NS module for the 32khz and 48khz sample rate.
jagger2048's Repositories
jagger2048/rnnoise-windows
This is a RNNoise windows demo. It was modified and restructured so that it can be compiled with MSVC, VS2017, VS2019.
jagger2048/WebRtc_noise_suppression
This is WebRtc noise suppression module demo.
jagger2048/PitchShifting
PitchShiftting effect
jagger2048/fft_simd
A simple demo shows how to use the SIMD,Single Instruction Multiple Data, to optimize and accelerate the FFT algorithm.
jagger2048/Dynamics-processor
This is a collection of some dynamics processors, i.g. noise gate, peak limiter, rms limtier, compressor.
jagger2048/Nonlinear-audio-system-identification
This is a tool that find the impulse response of a nonlinear system, it can be used in the audio system with nonlinear processor, .e.g. audio limiter, compressor.
jagger2048/WebRtc_AGC1
This repository is webrtc agc module demo.
jagger2048/DSD2PCM
Translates the DSD/DSF file into WAV file written in C for learning,
jagger2048/WebRtc_splitting_filter
This is a splitting filter demo. You can find the processing in webrtc's AGC and NS module for the 32khz and 48khz sample rate.
jagger2048/samplerate-converter
It is a sample rate converter, SRC, implemented with polyphase structure filter.
jagger2048/AllpassReverb
This is a allpass based reverberator demo.
jagger2048/JotReverb
jagger2048/ASPL
This is a audio signal process library written in pure C. You can port these function blocks to any platforms or read the source codes for learning.
jagger2048/wav_pcm
A simple tool that convert wav to pcm or convert pcm to wav.
jagger2048/libfixmath
Cross Platform Fixed Point Maths Library
jagger2048/AudioEffect
Audio effect relative, containing wavread, wavwrite operates and basic pitch shifting , feedback canceler effects.
jagger2048/DataStructure
A collection of data structure and algorithm exercises.
jagger2048/easy_ubuntu
jagger2048/GenshinOverlay
jagger2048/imgui-demo
It is a imgui demo.
jagger2048/jagger2048.github.io
jagger2048/nas-tools
jagger2048/unittest-tool
A unittest tool set for audio process and profile.