List of frequencies in mp3, and amplitude of frequency vs timeline #1174
Unanswered
kishorpise
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am looking for function- to list all frequencies in mp3 file. some how its working but giving avg amplitude. but not able to get the amplitude on time line. can some one help ? C# asp.net core. here is code sample.
So my function ideally should take frequency as param- and output I should get the time series with amplitude. is this possible, windowing could be 5ms or 1 sec ?
Any help is appriciated.
[
{
"item1": 0,
"item2": 0
},
{
"item1": 93.75,
"item2": 0.07660996136293814
},
{
"item1": 93.75,
"item2": 2.85952691449515
},
{
"item1": 93.75,
"item2": 2.6967089407631897
},
{
"item1": 93.75,
"item2": 3.9119828431779307
},
{
"item1": 93.75,
"item2": 2.3156258142369417
},
{
"item1": 234.375,
"item2": 1.572490876906007
},
Beta Was this translation helpful? Give feedback.
All reactions