Source code of my WolfSound audio programming blog. The site runs on Eleventy and can be found under https://thewolfsound.com.
Before you build the website or run in dev mode, run
npm install
git lfs install
git lfs pull # to get the actual images locally
npx gulp # to package local dependenciesto copy the CSS assets to the right folders.
To run the test server
npx @11ty/eleventy --serve
# or
npm startTo build the website to the _site folder.
npm run buildTo build pngs from latex files:
latexmk filename.tex -shell-escapeTo resize a png image and convert it to a webp image:
cwebp Thumbnail.png -q 65 -s 1024 0 -o Thumbnail.webpTo run Python code, create a virtual environment first.
python -m venv venv # create virtual environment
# activate it
source venv/bin/activate # or .\venv\bin\Scripts\Activate.ps1 if you're using PowerShell
pip install . # install dependenciesYou can then run the scripts like usual.
python _py/posts/synthesis/2025-03-01-fm-synthesis/fm_synthesis.py{% include 'podcast_cta' %}
{% include 'youtube-video', video_id: '5DFUH0zCn3Y' %}[Partitioned convolution]({% post_url collections.posts, '2021-05-14-fast-convolution' %})[About me]({% link collections.all, 'about.md' %}){% render 'embed-audio.html', src: "/assets/wav/posts/synthesis/2022-06-26-sine-saw-square-triangle-basic-waveforms-in-synthesis/sine_example.flac" %}{% image "assets/img/posts/synthesis/2025-03-01-fm-synthesis/partials_amplitudes_in_3d.png", "alt text for you to fill" %}This will generate optimized versions of images, no need to add any sizes or similar.
At the top of the article (but after the first line) paste:
{% capture _ %}{% increment figureId20211022 %}{% endcapture %}Then immediately underneath each image, paste:
_Figure {% increment figureId20211022 %}. Block diagram of an FIR allpass filter._- accessibility
- acoustics
- ai
- aliasing
- amplifiers
- android
- audio generation
- book review
- c
- career
- cmajor
- cmake
- convolution
- correlation
- cpp
- deep learning
- design principles
- digital audio workstation
- effects
- envelope
- filtering
- flutter
- fourier
- hardware
- impulse
- iplug2
- java
- javascript
- juce
- kotlin
- laplace
- learning
- maths
- matlab
- plugin
- probability
- puredata
- python
- quantization
- research
- reverb
- rust
- sample rate
- sampling (A/D conversion)
- sampling (sound generation)
- simd
- software architecture
- sound wave
- spatial audio
- swift
- template metaprogramming
- testing
- transform
- typescript
- virtual analog
- virtual reality
- waveform
- wavetable
- web audio