-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locata dataset #34
base: master
Are you sure you want to change the base?
Locata dataset #34
Conversation
…yroomacoustics.datasets.AudioSample class (plot, play).
pyroomacoustics/datasets/locata.py
Outdated
Attributes | ||
---------- | ||
basedir: str, option | ||
The directory where the CMU ARCTIC corpus is located/downloaded. By |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change "CMU ARTIC corpus"
pyroomacoustics/datasets/locata.py
Outdated
basedir: str, option | ||
The directory where the CMU ARCTIC corpus is located/downloaded. By | ||
default, this is the current directory. | ||
recordings: list of CMUArcticSentence |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
pyroomacoustics/datasets/locata.py
Outdated
Parameters | ||
---------- | ||
basedir: str, optional | ||
The directory where the CMU ARCTIC corpus is located/downloaded. By |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMU
pyroomacoustics/datasets/locata.py
Outdated
array: str or list of str, optional | ||
The arrays to read in | ||
dev: bool | ||
Set to True to restrict to dev data, False to eval data. Not setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can write True/False as True
/False
so that it is formatted
pyroomacoustics/datasets/locata.py
Outdated
array: str | ||
The array used | ||
dev: bool | ||
Wether this a development or evaluation recording |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whether
@ebezzam Thanks for the comments. I tried to correct all that and improve some. Also checked the doc builds correctly. |
…y location over time.
I added support for the LOCATA challenge dataset. This is a dataset of real recordings where the goal is to locate static and moving sources using a few different microphone arrays.