Skip to content

Enhancement: Making AudioMixer a member instead of invoking it statically to cut down CPU usage by roughly 50% #9

Enhancement: Making AudioMixer a member instead of invoking it statically to cut down CPU usage by roughly 50%

Enhancement: Making AudioMixer a member instead of invoking it statically to cut down CPU usage by roughly 50% #9

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}