Python Forum
Is there py code that splits an audio containing speech per every sentence?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there py code that splits an audio containing speech per every sentence?
#1
Is there a python script or any utility that when fed with wav or mp3 (containing speech) can programmatically split it per sentence? Any feedback will be much appreciated. Thanks :)
Reply
#2
you might be able to use: https://pypi.python.org/pypi/dragonfly/0.6.5
once the speech is broken to text, you can split it the same as any other text.
I have no experience with this package, so don't know if it's capable of decoding speech from mp3,
but it's worth a try.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with code / audio is playing randomly, not matching csv requirements Daniel_kcr 2 579 Sep-07-2023, 05:09 PM
Last Post: deanhystad
  Speech Recognition with timestamps DeanAseraf1 3 6,498 Jun-27-2021, 06:58 PM
Last Post: gh_ad
  while sentence kimyyya 3 2,905 Mar-20-2021, 06:00 AM
Last Post: Pedroski55
  List / arrays putting in sentence Kurta 3 2,514 Dec-25-2020, 11:29 AM
Last Post: Larz60+
  How to make a telegram bot respond to the specific word in a sentence? Metodolog 2 6,271 Dec-22-2020, 07:30 AM
Last Post: martabassof
  Continous Speech Recognition dell91 0 1,807 Oct-29-2020, 10:51 AM
Last Post: dell91
  How to Split Output Audio on Text to Speech Code Base12 2 6,784 Aug-29-2020, 03:23 AM
Last Post: Base12
  How to match partial sentence in long sentence Mekala 1 1,486 Jul-22-2020, 02:21 PM
Last Post: perfringo
  text to speech Heyjoe 11 6,628 Jul-02-2020, 01:32 AM
Last Post: Heyjoe
  Googles Text to speech justindiaz7474 0 1,629 May-06-2020, 02:04 AM
Last Post: justindiaz7474

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020