Giter Club home page Giter Club logo

Comments (7)

HelgeStenstrom avatar HelgeStenstrom commented on June 5, 2024 1

Do you mean this one? https://www.youtube.com/watch?v=6r9Wu_OUbPc

from xr3player.

goxr3plus avatar goxr3plus commented on June 5, 2024

YES, I used to have some extra features like a background video and audio in Welcome screen, we might enable anytime in future so i left them there and all the code implementation :).

I think we will pass on Java 13 soon. I don't know what to do with JxBrowser and it's weird new non opensource licenses they have.

I might remove it all together and add JavaFX browser which though is very limited.

from xr3player.

HelgeStenstrom avatar HelgeStenstrom commented on June 5, 2024

I have my own little project, and yours is a source of inspiration. I will need visualization (like an oscilloscope and/or a spectrogram) visualizing playing music or sound from a microphone. But I haven't yet figured out how to update a graph from a sound channel. That's why I looked at MediaPlayer. What package or class are you using instead of MediaPlayer? (Yes, I can find it myself by reading the source code, but it's easier to ask :) )

from xr3player.

goxr3plus avatar goxr3plus commented on June 5, 2024

It's actually a little bit complex to explain. You should start reading the code of XR3PlayerController class and see thr @OverRide methods os StreamPlayerListener, there is all the magic :)

from xr3player.

HelgeStenstrom avatar HelgeStenstrom commented on June 5, 2024

That means mainly the progress() method in StreamController, which uses an instance of XPlayerController. Right?

from xr3player.

goxr3plus avatar goxr3plus commented on June 5, 2024

Yes actually you can start reverting the logic from there. The progress() is passing thr PCM data to the visualizer as you can see i give also the line to the visualizer.

It's simple as that. XR3PALAYER CONTROLLER has an instance of Visualizer which it uses. HEY

check java spectrum analyserz tutorials that i created in YouTube i explain there and i havr the code ready for you.

from xr3player.

goxr3plus avatar goxr3plus commented on June 5, 2024

This one, i have a repository here :) https://github.com/goxr3plus/Java-Spectrum-Analyser-Tutorials

from xr3player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.