-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unused code #2
Comments
This library is maintained by me and your issues are so so useful. |
What this code does is actually trying to get the specific Mixer, if we haven't gave one... i think we never give it has two different approaches of getting the SourceDataLine.... in the first one it gets it from the specific mixer where in the second it gets it directly from the AudioSystem. I got this library which was in Java4 and passed it to Java8. I understand it's hard understanding some parts of it so you can ask everything or even improve it, i can make you a collaborator :) |
Thank you for the offer of becoming a collaborator - I can however not guarantee that I can do any useful continued work on the repository. Another thing I noticed: |
Let me have a look at the code it's been time since i wrote it. |
I am currently trying to re-implement a player based on Javax.soundand thus trying to understand the implementation here,
In the course of that process, I stumbled upon a piece of code that seems like it isn't used:
In the method
createLine()
The Assignment In StreamPlayer.java Line 481 makes the two assignments to sourceDataLine in L474 and L478 superfluos.java-stream-player/src/main/java/goxr3plus/javastreamplayer/stream/StreamPlayer.java
Lines 472 to 481 in 2f7d16d
If this kind of comment isn't helpful, or the code here isn't maintained anymore, please let me know - I might just stumble upon something else.
The text was updated successfully, but these errors were encountered: