Skip to content

test: add 16kHz, 24kHz, and int16 format validation #5

test: add 16kHz, 24kHz, and int16 format validation

test: add 16kHz, 24kHz, and int16 format validation #5

Workflow file for this run

name: Test
on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
jobs:
test:
name: Static tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: sudo apt-get install -y libasound2-dev
- run: npm install
- run: npm test
- run: node test/float32.js