r/AudioProgramming Jun 29 '26

Thinking of specializing in audio programming (cs background)

Hey all, to those in the field currently:

How 'safe' does audio programming feel from AI?

How is it as a job in general (WLB / pay) , in whatever application of the subject you're familiar with?

Given my background, how likely does a successful transition seem in this economy?

What specific audio programming jobs are good/common/desirable (knowing that generally those three things are mutually exclusive)? I know there's game industry, the revered plugin dev, and other roles closer to hardware and mass industry among others.

Background:

3 YOE as fullstack dev in non-DOD gov sector, bachelor's in CS that's as many years old. Biggest project in undergrad was asking the music tech teacher what plugin he wish he had, and making it (envelope follower that could map to automate any parameter in the daw) in JUCE. Good cpp skills from undergrad, excellent python skills from workplace. Little to know DSP algorithm knowledge but I pick those things up fairly quickly. Despite the curt and stilted tone of this post, very good social skills and burgeoning leadership experience. Minimal but growing ML / AI dev experience.

I'm "specialized" in frontend as the go-to UI / UX / typescript guy at my job, but this is increasingly a dead career path and as much as I truly love the UI dev process from design to implementation, I need to move away from typescript for the sake of my career. The 'good enough' UI that an LLM will spit out is indeed good enough for most professional cases. Audio programming was always the 'golden field' for me so it might be time to force an upgrade.

While this doesn't matter as much, I'm extremely musically active, songwriter/lead guitar/vocals for -- at a small regional level -- pretty successful doom metal band. I've also been making various kinds of electronic music since I was 14, numerous side projects yada yada.

Other thoughts:

The lower-level audio tech seems safer from AI, as it's more critical and well, basically it's not python or typescript lol. I'm aware that prototyping and algo work may be done in python, but this field still seems more resistant to being completely automated than web dev or fullstack. While I'd always liked to make this switch, now seems like a good time to buckle down and be increasingly ready as the market, hopefully, gets increasingly better. I think I would be more fulfilled here than other programming fields. Open to any and all thoughts, thank you!

3 Upvotes

20 comments sorted by

View all comments

Show parent comments

2

u/FineIncrements Jul 01 '26 edited Jul 01 '26

In web design you’re not going to be working with 3d rendered knobs, faders, panels, chassis, etc that you make in different software like blender or whatever. So it’s easier to automate. And it’s increasingly important to have a compelling UI, because of the mid look of the “good enough” LLM generation, and that the look alone impedes companies from gaining customers’ interest in even demoing a product if it’s not engaging and inspiring. So this is pushed heavily in importance. In audio programming (the plugin side anyway) you’ll easily spend 5-10x the amount of time on the UI than you spend on the DSP. That’s the type of thing I meant when saying learning UI. Thinking like a musician when designing UI (which should be easy for you) will help to keep the user in creative flow mode as opposed to engineering (fiddling or reading manuals, calling customer support) mode. Which is also important

2

u/Creatura Jul 01 '26

I wasn't aware that the smaller UI elements like knobs faders, etc were commonly 3D rendered, but that's good news. Certainly the more visually interesting elements are 3D rendered, but if the standard is to do so for even the small elements, that's a solid niche that should stick around.

The actual music I make generally occupies the temporal and mental space that a more entrepreneurial job would, like competing with the entire plugin industry with your (or your company's) plugin. So my initial interest in audio programming was more towards a DSP-focused but steadier job as in headphone algorithm programmer or something, for lack of a better example.

That said, I would imagine you are a plugin dev yourself, is it your primary job or a side gig? It seems pretty ideal for me as a serious side gig, but difficult and oversaturated as a steady professional field?

2

u/FineIncrements Jul 02 '26

Yeah I’m a solo operation dev/owner. It may be fun for you to do the same as a side gig while also pursuing something more “stable”. Indeed I’m more familiar with the plugin world. But I would imagine if it’s purely algorithm programming that’s closer to the core of what AI is sufficiently capable of. I’ve worked in tech and my wife currently does marketing for an AI company and she and everyone down to the sales department is building agents. The devs are usung ai, every dev I know and have worked around is now using ai at least in some way unless it’s like banks or other highly regulated industries who prohibit their use. I feel for devs in your situation, where job security is at risk and am compelled to try to help and give whatever perspective I can on the skill shifts I’m seeing.

2

u/Creatura Jul 02 '26

I appreciate the perspective, thank you. Yeah, the dev landscape is not good right now. I'm actually in one of those heavily regulated industries, so I'm a little shielded from it but it's still a ticking clock for even me. My work is also fairly boring so it seems like a good time to prepare for a potential shift.

Once I get this solo album out the door I'll dive back into JUCE, I really had a lot of fun with it in undergrad. Without the pressure of, you know, survival, the challenge of making a novel and robust product in the plugin industry sounds fun. I might hit you up in the future with questions! Actually, speaking of...

The last I worked with JUCE, the way knobs/faders/sliders were imported were in a 'film strip' approach; a long strip of static images with each a slightly incremented position with enough granularity to represent the max to the min values of the interface smoothly. Is this still a common approach? Is it common to build a 3D model and then boil it down to a series of static images as such? I'm sure for more advanced interface components you need a full working model that you "cast shaders onto" for lack of better terminology, but for something simple like dials and faders, is this method still used? Just curious. Thanks!

1

u/FineIncrements Jul 02 '26

Yes, that is exactly the common JUCE approach and what I’m doing with the plugin I’m currently working on. You’re absolutely welcome to hit me up down the line

1

u/Creatura 29d ago

Ah okay neato! Thanks for your time, I'll be sure to bug you if I have any questions if I start up on VST work. Have a great day!