[64] Complaints From Middle Management
- Conlan Walker

- Jan 6, 2023
- 1 min read
Each of the days this week meant a lot, and while I only have a few things to show for it, they too mean a lot.
At the start of the week, I noticed a problem with the audio engine involving stereo, so Monday and Tuesday was dedicated to fixing the issue.

The cause of the issue was due to the order in which samples were being processed. They were being sorted out of order.
If there's a large separation of audio in the left and right ear, you'd be hearing everything from slight crackling to banshee screeches. Due to interpolation,
the core cause was hard to find.
It took a long time, but Interpolation performs like it ought to now.
This is the 4 sample test that I used to test whether the interpolation was working correctly, and as you can see, the 3 interpolation dots in-between each larger dot line up smoothly.

Wednesday was spent making the C API for all of the things you should be able to interface with, whether it be setting a value, or retrieving it, or performing an action.

It's a lot.
I spent Thursday making the Lua bindings for said C API, as well as some Lua-only functions (as well as writing this post):

It's also a lot. There are about 70 functions here.
I have yet to test all of these individually, but that's a problem for future me.
As a quick test of the Lua stuff, here's this thing:

And here's it in action:
Here's the current size of everything so far.

That's it for this week.

![[158] Most Important Brick in the Least Important Wall](https://static.wixstatic.com/media/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg/v1/fill/w_980,h_410,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg)
![[157] Mail Order Sacrifice](https://static.wixstatic.com/media/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png/v1/fill/w_980,h_382,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png)
![[156] Moat of Babble](https://static.wixstatic.com/media/df100d_091e451794b14aecb494a16c15c966c3~mv2.png/v1/fill/w_980,h_705,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_091e451794b14aecb494a16c15c966c3~mv2.png)
Comments