#๐Ÿ”’ Looking for audio expert with Python

12 messages ยท Page 1 of 1 (latest)

uncut ibex
#

I have 2 audio files. one is song audio file and one is video audio file.
After detecting the matching sections, output the start and end times of the matches within the video. These would be in the form of a JSON array, with each object containing start and end times for the matched segment of the song in the video.
[
{
"0": "14.316"
},
{
"141.818": "188.156"
}
]

The first "0" is the start of the song, and "14.316" is the timestamp in the video that this appears
The second "141.818" is the part of the song but in the video the timestamp is "188.156"
These values are in seconds.
So basically in this particular video 0-14.316 there is no song, and also between 156.134-188.156 there is no song either.

cosmic gorgeBOT
#

@uncut ibex

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

tulip lantern
#

Not my specialty, but perhaps something like

#

!pypi dejavu

cosmic gorgeBOT
#

A pure-Python Object Relational Mapper

Released on <t:1190263960:D>.

tulip lantern
#

Err

#

Not that

#

This is pretty old/unmaintained, but perhaps these ideas will point you in right direction

cosmic gorgeBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.