Create java method for javax.sound.sampled.SourceDataLine to map it with a unix named pipe -


i have program writes audio streams class javax.sound.sampled.sourcedataline. program has close source, want implement com.xyz.mydeviceprovider , make available system can javax.sound.sampled.sourcedataline=com.xyz.mydeviceprovider in launch parameters of program (as api unix system). implementation should open unix named pipe sourcedataline, program may write raw stream fifo pipe transparently sourcedataline (like audio card or mixer pulseaudio or alsa). fifo pipe consumed third program. knows how achieve this? think need class map pipe line (like fileinputstream or randomaccessfile) , how map , make available system. in advance.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -