ryanheise / audio_service

Flutter plugin to play audio in the background while the screen is off.
797 stars 479 forks source link

Fetch amplitude from live streaming audio #910

Closed NikhilVadoliya closed 2 years ago

NikhilVadoliya commented 2 years ago

Feature proposal

I want to implement visualiser in my app. i am using this plugin to stream audio but i am not getting any amplitude/ frequency or other data which i use in display visualiser.

Motivating use case(s)

just_audio provide this feature so how i used this feature in this plugin. Can you please help me?

ryanheise commented 2 years ago

This is not a feature proposal, it's a question.

NikhilVadoliya commented 2 years ago

Hello @ryanheise , can i get this type of information in this plugin ?

ryanheise commented 2 years ago

Click new issue, then click question.

NikhilVadoliya commented 2 years ago

Hello @ryanheise , I am not getting any question from stackoverflow.

ryanheise commented 2 years ago

I don't know what you mean by that.

NikhilVadoliya commented 2 years ago
Screenshot 2022-03-01 at 10 41 26 PM

There are two open button when press on New Issue button

Open 1: I need help using audio_service Open 2: Submit a new issue (should not be used to ask for help)

if i press on 'Open 1' then it will redirect to stackoverflow link so i have searched my requirement type question but not get success

with 'Open 2' i already create one issue ticker for get help.


Requirement : I want to display visualizer like below way in my app. i have used this audio_service plugin for playing stream audio file. https://user-images.githubusercontent.com/32728684/156216734-99e17c5e-1a23-48cd-8abc-55f40a7c01a9.mov

Question : For this type of animation i need to live value of audio's frequency/amplitude. So can i get this type of value by this plugin? have any other way?

ryanheise commented 2 years ago

if i press on 'Open 1' then it will redirect to stackoverflow link so i have searched my requirement type question but not get success

Then ask a new question over there. That's how all the other questions came into being, people asked them. StackOverflow is a place where you can ask and answer questions - it is community support.

At the very least, do not ask it here, since I have explicitly directed you to go to StackOverflow if you want to ask for help. StackOverflow is not difficult to work out how to use, so if you don't know how to ask for StackOverflow, I'm afraid I can't help you with a basic question like that. You will need to read the instructions over at StackOverflow.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs, or use StackOverflow if you need help with audio_service.