Skip to content

Commit

Permalink
Added tensorized/differentiable implementation section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-kuz committed Jan 25, 2024
1 parent 1fb9146 commit e96a4ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ meter8._filters = {'my_high_pass' : my_high_pass, 'my_high_shelf' : my_high_shel

```

## Dependancies
## Dependencies
- **SciPy** ([https://www.scipy.org/](https://www.scipy.org/))
- **NumPy** ([http://www.numpy.org/](http://www.numpy.org/))

Expand Down Expand Up @@ -114,3 +114,8 @@ If you use pyloudnorm in your work please consider citing us.
> Brecht De Man, "[Evaluation of Implementations of the EBU R128 Loudness Measurement](http://www.aes.org/e-lib/browse.cfm?elib=19790),"
> 145th International Convention of the Audio Engineering Society, October 2018.
## Tensorized/Differentiable Implementations

For use in differentiable contexts, such as part of a loss function, there are the following implementations:
- PyTorch: [Descript Inc.'s `audiotools`](https://github.com/descriptinc/audiotools/blob/master/audiotools/core/loudness.py)
- Jax: [jaxloudnorm](https://github.com/boris-kuz/jaxloudnorm)

0 comments on commit e96a4ae

Please sign in to comment.