goxr3plus / java-stream-player

🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
GNU General Public License v3.0
147 stars 33 forks source link

Remove cyclic dependency by moving creation method to factory class #77

Open HelgeStenstrom opened 2 years ago

HelgeStenstrom commented 2 years ago

Description

A static creation method is moved from an interface to a new factory class, in order to break a dependency cycle.

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

Has This Been Tested?

Checklist: