Skip to content

Commit

Permalink
added acknowledgments
Browse files Browse the repository at this point in the history
added missing init files
updated dependency restrictions
added pylint
added tox config
update to version 0.0.2
  • Loading branch information
stefantaubert committed Aug 17, 2022
1 parent 19f81bf commit 4eddeda
Show file tree
Hide file tree
Showing 8 changed files with 1,356 additions and 605 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ rope = "*"
pytest = "*"
autoflake = "*"
twine = "*"
build = "*"
tox = "*"

[packages]
librosa = ">=0.9.1"
Expand Down
1,272 changes: 692 additions & 580 deletions Pipfile.lock

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![PyPI](https://img.shields.io/pypi/v/mel-cepstral-distance.svg)](https://pypi.python.org/pypi/mel-cepstral-distance)
[![PyPI](https://img.shields.io/pypi/pyversions/mel-cepstral-distance.svg)](https://pypi.python.org/pypi/mel-cepstral-distance)
[![MIT](https://img.shields.io/github/license/jasminsternkopf/mel_cepstral_distance.svg)](https://github.com/jasminsternkopf/mel_cepstral_distance/blob/main/LICENSE)
![PyPI](https://img.shields.io/pypi/implementation/mel-cepstral-distance.svg)
[![PyPI](https://img.shields.io/github/commits-since/jasminsternkopf/mel_cepstral_distance/latest/main.svg)](https://github.com/jasminsternkopf/mel_cepstral_distance/compare/v0.0.2...main)

CLI and library to compute the mel-cepstral distance of two WAV files based on the paper ["Mel-Cepstral Distance Measure for Objective Speech Quality Assessment"](https://ieeexplore.ieee.org/document/407206) by Robert F. Kubichek.

Expand Down Expand Up @@ -54,10 +56,10 @@ Both methods return the mel-cepstral distance, the penalty and the final frame n

### Dependencies

- librosa >= 0.9.1
- numpy >= 1.22.3
- scipy >= 1.8.0
- fastdtw >= 0.3.4
- `librosa >= 0.9.1, < 0.1`
- `numpy >= 1.22.3, < 1.24`
- `scipy >= 1.8.0, < 1.10`
- `fastdtw >= 0.3.4, < 0.4`

## Roadmap

Expand All @@ -67,6 +69,14 @@ Both methods return the mel-cepstral distance, the penalty and the final frame n

If you notice an error, please don't hesitate to open an issue.

## License

MIT License

## Acknowledgments

Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) – Project-ID 416228727 – CRC 1410

## Citation

If you want to cite this repo, you can use this BibTeX-entry:
Expand Down
Loading

0 comments on commit 4eddeda

Please sign in to comment.