-
WolfSound Jan Wilczek
- Poland
- janwilczek.com
- in/jan-wilczek-audio-programmer
- c/WolfSoundAudio
- @wilczek_jan
- JanWilczekWolfSound
-
juce-webview-tutorial Public
A repo accompanying the JUCE WebView tutorial: build your plugin UI using web technologies!
-
neovim-config Public
My NeoVim configuration. Put into ~\AppData\Local\nvim on Windows or ~/.config/nvim on Linux and macOS.
-
dotfiles Public
Jan Wilczek's dotfiles. Typically placed in the HOME directory.
Shell UpdatedJan 16, 2025 -
powershell-config Public
My personal PowerShell dev setup. Put into ~\Documents\PowerShell on WIndows.
-
wolf-sound-blog Public
Source code of my WolfSound audio programming blog. The site runs on Eleventy and can be found under www.thewolfsound.com.
-
adc24-talk Public
Companion repository to my Audio Developer Conference 2024 talk entitled "Bug-Free JUCE UI: Structure Your GUI Code For Stability, Testability & Clean Architecture"
-
adc24-workshop Public
Companion repository to the Audio Developer Conference 2024 "DSP in Practice" workshop
-
wolfsound-dsp-utils Public
A collection of C++ utilities for digital signal processing of audio signals.
C++ MIT License UpdatedNov 9, 2024 -
observable-property Public
C++ utility class allowing subscribing to changes of particular members (properties) of a class (=Observer pattern simplified). Works well with UI properties that can only be updated on the GUI thr…
-
vcpkg Public
Forked from microsoft/vcpkgC++ Library Manager for Windows, Linux, and MacOS
CMake MIT License UpdatedOct 18, 2024 -
dspyplot Public
Convenience functions for commonly used digital signal processing plots.
-
audio-plugin-template Public template
A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest…
-
EdenSynth Public
EdenSynth is a synthesis library that exposes API for client applications. Sample clients may be a VST plugin or a Xamarin application for iOS/Android.
-
-
A wavetable synthesizer Android app built using Jetpack Compose and the Oboe library.
-
cpp-rest-client-examples Public
Examples of C++ REST API clients using various 3rd-party libraries
C++ MIT License UpdatedFeb 13, 2024 -
asyncplusplus Public
Forked from Amanieu/asyncplusplusAsync++ concurrency framework for C++11
C++ MIT License UpdatedJan 17, 2024 -
adc23 Public
A companion repo for my Audio Developer Conference 2023 talk entitled "Bug-free audio code: leverage simple DSP principles to write rock-solid music software every time"
-
python-auto-tune Public
A Python command-line utility for auto-tuning your vocals
-
adc22 Public
A companion repository for the Audio Developers Conference 2022 in London containing the live demo.
-
fir-simd Public
Efficient FIR Filter Implementation with SIMD
-
-
wavetable-synth Public
A wavetable synthesizer created in JUCE for educational purposes of TheWolfSound.com blog.
-
lowpass-highpass-filter Public
An allpass-based lowpass/highpass filter implementation in JUCE
-
Solutions of the "Cracking the coding interview" book exercises.
-
prototype-eq Public
Musically useful filters derived using the bilinear transform.
-
absorber-diffuser-designer Public
Tool for designing acoustic absorbers and diffusers for acoustic adaptiation of rooms.
-
fdaf-double-talk-detector Public
Frequency-Dependent Adaptive Filtering Double Talk Detector.
-
FinancialBalance Public
A simple app to control expenses, lets user add, display and delete expenses, creates monthly reports. To be eventually transfered to Android.
-
operating-systems Public
Exercises from Operating Systems course at the Faculty of Computer Science, Electronics and Telecommunications at AGH University of Science and Technology.