Skip to content
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

speech segmentation without create file #4

Closed
wahyubram82 opened this issue May 2, 2019 · 2 comments
Closed

speech segmentation without create file #4

wahyubram82 opened this issue May 2, 2019 · 2 comments

Comments

@wahyubram82
Copy link

wahyubram82 commented May 2, 2019

i want to analyze every segment of speech without creating file...

i try to make a segmentation of speech with yout script.

from pyacoustics.signals import audio_scripts as ascr
wavfile = 'D:/Temp/speech/test.wav'
duration = ascr.getSoundFileDuration(wavfile)
splitwav = ascr.getSubwav(wavfile, 0, duration, True)

the next step should be get the data for every segment.
can you help me to do that?

@timmahrt
Copy link
Owner

timmahrt commented May 2, 2019

What data are you trying to collect? Where are your segments defined?

@timmahrt
Copy link
Owner

I'm closing this since there hasn't been any activity for a while. If you have any more questions, please feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants