Skip to content

Commit

Permalink
updating wording in README
Browse files Browse the repository at this point in the history
  • Loading branch information
csteinmetz1 committed Nov 15, 2023
1 parent 40f199d commit d8b0d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install -e .

`dasp-pytorch` is a Python library for constructing differentiable audio signal processors using PyTorch.
These differentiable processors can be used standalone or within the computation graph of neural networks.
We provide purely functional interfaces for all processors that enables ease-of-use and portability across projects.
We provide purely functional interfaces for all processors that enable ease-of-use and portability across projects.
Unless oterhwise stated, all effect functions expect 3-dim tensors with shape `(batch_size, num_channels, num_samples)` as input and output.
Using an effect in your computation graph is as simple as calling the function with the input tensor as argument.

Expand Down Expand Up @@ -147,7 +147,7 @@ rm audio_mono-mic.zip

If you use this library consider citing these papers:

Differnetiable parametric EQ and dynamic range compressor
Differentiable parametric EQ and dynamic range compressor
```bibtex
@article{steinmetz2022style,
title={Style transfer of audio effects with differentiable signal processing},
Expand All @@ -169,7 +169,7 @@ Differentiable artificial reveberation with frequency-band noise shaping
}
```

Differnetiable IIR filters
Differentiable IIR filters
```bibtex
@inproceedings{nercessian2020neural,
title={Neural parametric equalizer matching using differentiable biquads},
Expand Down

0 comments on commit d8b0d8b

Please sign in to comment.