generated from sensein/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructuring audio feats extraction and relative docs #2
- Loading branch information
1 parent
e8b7e11
commit b0e7692
Showing
11 changed files
with
1,221 additions
and
2,567 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
510 changes: 313 additions & 197 deletions
510
src/senselab/audio/tasks/features_extraction/praat_parselmouth.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Workflow for timestamped transcription.""" | ||
"""Workflows and pipelines for audio processing and analysis.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
""".. include:: ./doc.md""" # noqa: D415 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Measuring Health Using Speech and Voice Metrics | ||
|
||
## Overview | ||
|
||
Health measurement through speech and voice analysis is an emerging interdisciplinary field with significant potential in clinical and remote health monitoring. By leveraging advances in machine learning, deep learning, and signal processing, speech and voice data can reveal a range of health indicators, particularly useful for assessing mental and neurological health conditions. These metrics capture both vocal and linguistic features that can reflect emotional, cognitive, and physical states, providing insights that are less invasive than traditional methods. | ||
|
||
In section, you can find some workflows and pipelines aiming to extract and refine useful measurements and explore their potential for quick, non-intrusive health assessments and monitoring. Integrating these speech-derived measures with broader health monitoring systems could contribute significantly to early diagnosis, personalized treatment, and ongoing health monitoring across various clinical applications. | ||
|
||
**This piece of documentation is in progress. STAY TUNED!** |
Oops, something went wrong.