markusfisch / ShaderEditor

Android app to create GLSL shaders and use them as live wallpaper
https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor
MIT License
883 stars 132 forks source link

It is great to add more uniform type(PCM Data) #27

Open james34602 opened 8 years ago

james34602 commented 8 years ago

Maybe using android visualizer to capture PCM data , use it as a PCM waveform source. Through shader to visualize music πŸ˜€

markusfisch commented 8 years ago

Good idea! Would certainly be interesting. Will give it a try as soon as I have the time.

james34602 commented 8 years ago

I found something great, In PCM frequency domain, it can actually do FFT in app(Java) part, use it as sampler2D, and display spectrum. In time domain, it can capture raw data from android visualizer. MAYBE some ROM have issue on android visualizer, but I sure AOSP and CM can work properly on android visualizer. Find something should be useful: https://forum.openframeworks.cc/t/passing-fft-audio-data-into-a-shader-as-a-texture2d-object-shadertoy/13756

nhick commented 4 years ago

Hi, has any work on this been done? Has there been any other discussion on the topic? This would be a fantastic feature for real time viz etc. Thanks!

markusfisch commented 4 years ago

Not yet, unfortunately 😬 But there's a new year around the corner πŸ˜‰

nhick commented 4 years ago

:) was gauging interest. If this is still a go after 4 years then I think 2020 would be the perfect year to attack this.

On Tue, Dec 24, 2019, 11:05 AM Markus Fisch notifications@github.com wrote:

Not yet, unfortunately 😬 But there's a new year around the corner πŸ˜‰

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/markusfisch/ShaderEditor/issues/27?email_source=notifications&email_token=AAB5ORBNFBED4XVP3SB4YLDQ2IXLZA5CNFSM4CCJ3XZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTMLFI#issuecomment-568771989, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5OREIX2MRSXERTPWHN63Q2IXLZANCNFSM4CCJ3XZQ .

--

Studio Nemo GmbH β€” Am Veringhof 23b –– 21107 Hamburg

Registered Office: Hamburg

District Court: Hamburg β€” HRB 142634

Managing Director:
Neil Hickey-Hinouchi, Marco StΓΆrmer

––

CONFIDENTIALITY: This email message including any attachments is for the sole use of the intended recipient(s), is confidential and may also be privileged and secret. If you are not the intended recipient, you are hereby notified that any review, copying, forwarding, retention, dissemination, distribution, or disclosure of this communication is strictly prohibited. Please reply to the sender that you have received the message in error and then completely delete/destroy it. Thank you.

rowecou commented 10 months ago

PCM data visualisation would be great. Or even input from SoundCloud a la Shadertoy

ROBGUI09 commented 3 months ago

I wonder when this issue will be completed