-
Notifications
You must be signed in to change notification settings - Fork 249
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
zero wav files too small to be read in python #26
Comments
what do you mean "so we have access to all 8000 samples"? How does the
length of the recordings effect accessibility?
…On Mon, Oct 14, 2019 at 3:48 PM Kevin Sasso ***@***.***> wrote:
I would suggest making all of the recordings a standard 1 second so we
have access to all 8000 samples. the recordings vary greatly in sample
length
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26?email_source=notifications&email_token=AAUZB4VR5EBZQEF6A3KFA73QOTEKNA5CNFSM4JATJNQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRVZODQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUZB4TXP6ZNGN6VCF5RZ23QOTEKNANCNFSM4JATJNQQ>
.
|
data is sampled at 8khz, so that means 8000 samples(values) per second. A lot of these recordings are not even one full second and it is important to be able to use at least one whole cycle of sampling for classification. |
please can you tell step by step how to make the data of one sec |
You can take a look at my repo here where i do something similar https://github.com/ksasso1028/KCN-AUDIO-CLASSIFICATION/blob/master/test.py Kevin |
I would suggest making all of the recordings a standard 1 second so we have access to all 8000 samples. the recordings vary greatly in sample length
The text was updated successfully, but these errors were encountered: