Skip to content

Cross platform audio, single audio thread, full audio emulation accuracy, full implementation of the entire SB PCM, SB DSP, SB Hardware mixer, SB reset delay, OPL port read/write delays, SB variants, OPL3, OPL2, dual OPL2, Adlib Gold Music and surround effects, and rewired PC Speaker. Full software mixer UI on top. #4598

Cross platform audio, single audio thread, full audio emulation accuracy, full implementation of the entire SB PCM, SB DSP, SB Hardware mixer, SB reset delay, OPL port read/write delays, SB variants, OPL3, OPL2, dual OPL2, Adlib Gold Music and surround effects, and rewired PC Speaker. Full software mixer UI on top.

Cross platform audio, single audio thread, full audio emulation accuracy, full implementation of the entire SB PCM, SB DSP, SB Hardware mixer, SB reset delay, OPL port read/write delays, SB variants, OPL3, OPL2, dual OPL2, Adlib Gold Music and surround effects, and rewired PC Speaker. Full software mixer UI on top. #4598

Workflow file for this run

name: Run tests
# Trigger the workflow on PRs
on:
pull_request
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '10.0.x'
- name: Test with dotnet
working-directory: ./src
run: dotnet test --configuration Release