Skip to content

augmentation/torchaudio: add Phone effect (mulaw, lpc10 codecs) #2688

augmentation/torchaudio: add Phone effect (mulaw, lpc10 codecs)

augmentation/torchaudio: add Phone effect (mulaw, lpc10 codecs) #2688

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff --color"
version: "22.3.0"