Skip to content

Commit 116f3f5

Browse files
author
Martin Glesser
committed
[CC] doc update + release 0.3.2
1 parent 696520e commit 116f3f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

documentation/scope.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ metrics:
66

77
| | Reference | Validated | Available | Under dev. | To do |
88
|:-------------------------------------------------- |:---------------------------------------------------- |:--------------------------------------------------:|:---------------------------------------------:|:----------:|:-----:|
9-
| Loudness for<br>steady signals<br>(Zwicker method) | ISO 532B:1975<br>DIN 45631:1991<br>ISO 532-1:2017 §5 | [x](./mosqito/validations/loudness_zwicker/output) | [x](./documentation/loudness-stationary.md) | | |
10-
| Loudness for non-stationary<br>(Zwicker method) | DIN 45631/A1:2010<br>ISO 532-1:2017 §6 | [x](./mosqito/validations/loudness_zwicker/output) | [x](./documentation/loudness-time-varying.md) | | |
9+
| Loudness for<br>steady signals<br>(Zwicker method) | ISO 532B:1975<br>DIN 45631:1991<br>ISO 532-1:2017 §5 | [x](../validations/loudness_zwicker/output) | [x](./loudness-stationary.md) | | |
10+
| Loudness for non-stationary<br>(Zwicker method) | DIN 45631/A1:2010<br>ISO 532-1:2017 §6 | [x](../validations/loudness_zwicker/output) | [x](./loudness-time-varying.md) | | |
1111
| Loudness for non-stationary<br>(ECMA-74 method) | ECMA-74:2019, annex F<br>Sottek, 2016 | | | x | |
12-
| Roughness | Daniel and Weber, 1997 | [x](./mosqito/validations/roughness_danielweber) | [x](./documentation/roughness.md) | | |
12+
| Roughness | Daniel and Weber, 1997 | [x](../validations/roughness_danielweber) | [x](./roughness.md) | | |
1313
| Roughness | ECMA-418-2:2020 | | | | x |
1414
| Fluctuation Strength | To be defined | | | | x |
15-
| Sharpness | DIN 45692:2009 | [x](./mosqito/validations/sharpness/output) | [x](./documentation/sharpness.md) | | |
15+
| Sharpness | DIN 45692:2009 | [x](../validations/sharpness/output) | [x](./sharpness.md) | | |
1616
| Tonality (Hearing model) | ECMA-74:2019 annex G | | | x | |
1717

1818
As a second priority, the project could address the following metrics:

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Besides the metrics, sound quality studies requires several tool like audio sign
2323
## Objectives
2424

2525
The objective of MOSQITO is therefore to provide a unified and modular development framework of key sound quality tools (including key SQ metrics) with open-source object-oriented technologies, favoring reproducible science and efficient shared scripting among engineers, teachers and researchers
26-
community. The development roadmap of the project is presented in more details in the [documentation](./documentation/scope.md).
26+
community. The development roadmap of the project is presented in more details in the [scope section](./documentation/scope.md) of the documentation.
2727

2828
It is written in Python, one of the most popular free programming language in the scientific computing community. It is meant to be highly documented (use of Jupyter notebooks, tutorials) and validated with reference sound samples and scientific publications.
2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
# /!\ update before a release
4-
MoSQITo_VERSION = "0.3.1"
4+
MoSQITo_VERSION = "0.3.2"
55

66
# MoSQITo description
77
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)