Programming an FPGA is considered top-level DIY digital audio stuff.
You get to implement FIFOs that buffer the audio and get rid of jitter and also implement custom digital filters with performance way beyond what is available on commercial DAC chips.
There is only one catch but it’s a big one.
You have to learn how to program in Verilog or VHDL, which a...