Some help #28
Replies: 3 comments
-
Hi Mark, Finale just uses the ACRCloud framework via a Flutter plugin I wrote called flutter_acrcloud. I didn't do anything special to make the quality better. Are you sure the the Android device is actually getting audio? Note that you have to ask for permission to use the microphone and the simulator doesn't have a microphone attached. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply on my question!
The website is asking for permissions both on the Windows device and on Android/iOS.
I made a test option to record audio instead of sending it to ACRCloud, and I noticed that the quality of the sample from an Android device sucks. The microphone is clipping, a lot of roomspace noise. So I can understand that ACRCloud cannot recognize any music out of it 😊
But when I do a record with the Android recorder or Whatsapp it sounds a lot better.
So there seems to be a difference in recording audio from a website (by Javascript) or from a native Android app.
With kind regards,
Mark
From: Noah Rubin ***@***.***>
Sent: maandag 19 juni 2023 10:23
To: nrubin29/finale ***@***.***>
Cc: Mark Klerkx ***@***.***>; Author ***@***.***>
Subject: Re: [nrubin29/finale] Some help (Discussion #28)
Hi Mark,
Finale just uses the ACRCloud<https://www.acrcloud.com> framework via a Flutter plugin I wrote called flutter_acrcloud<https://github.com/nrubin29/flutter_acrcloud>. I didn't do anything special to make the quality better. Are you sure the the Android device is actually getting audio? Note that you have to ask for permission to use the microphone and the simulator doesn't have a microphone attached.
Cheers,
Noah
—
Reply to this email directly, view it on GitHub<#28 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGXWLVMNZXHUHIJTQIRG3ULXMAD7FANCNFSM6AAAAAAZKZ6ZII>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Here's some potentially relevant Android code from my I wonder if changing some values in the |
Beta Was this translation helpful? Give feedback.
-
Hello Noah,
Maybe this is not the place to ask you this question.
I am not a developper but I like to play around with code, so I am busy to develop a website with javascript for browsers to recognize music and give me a lot of infornation. The purpose is to have the Roon/spotify experience when playing music on vinyl.
When I use my windows laptop almost all songs were recognized. When I use my Android mobile devices none were recognized. I noticed that the recording quality of the sample was bad.
But your app almost recognizing everything on the same Android devices.
My question is; did you add some code to upgrade the quality of the sample?
Thank you in advance!
Mark
Beta Was this translation helpful? Give feedback.
All reactions