Skip to content

Instantly share code, notes, and snippets.

View jace's full-sized avatar

Kiran Jonnalagadda jace

View GitHub Profile
# Add Fira Code Font to code-server.
# Place it under '/etc/pacman.d/hooks/' and reinstall code-server from AUR.
# Changing to any fonts by replacing 'https://cdn.jsdelivr.net/gh/tonsky/FiraCode@4/distr/fira_code.css' url should work.
[Trigger]
Operation = Upgrade
Operation = Install
Type = Package
Target = code-server
[Action]
Description = Adding Fira Code font for code-server

TC358743 Radxa Zero 3W Notes

Audio

tc358743-audio.dts overlay allows audio to be captured. I2S audio is a 48kHz sampling rate at 32 bit/sample.

Audio Formats

According to gstreamer, the following caps are supported. This seems to indicate that up to 8-channel audio (likely 7.1) capture is supported by the tc35874x driver. I haven't tested more than stereo, and haven't made sure it isn't just mono.