Skip to content

Instantly share code, notes, and snippets.

View nschikora's full-sized avatar

nschikora

  • Ganderkesee, Germany
View GitHub Profile
@nschikora
nschikora / jest.config.ts
Created October 21, 2022 07:19
Jest transform swc config for decorators
transform: {
"^.+\\.[tj]sx?$": [
"@swc/jest",
{
jsc: {
parser: {
syntax: "typescript",
tsx: true,
decorators: true,
},
@nschikora
nschikora / pi-a2dp-sink.md
Last active July 10, 2019 20:56
Raspberry Pi 3 HiFiBerry DAC+ Bluetooth audio A2DP sink

Raspberry Pi + HiFiBerry DAC+ A2DP sink

Preparation

Download a clean Raspbian Lite image from raspberrypi.org and flash it to an SD card.

For the HiFiBerry DAC+ to work we'll disable the onboard sound driver by commenting out the line

dtparam=audio=on