Alguem sabe se é possível enviar som pelo microfone com java?
Digo, suponha que eu tenha um arquivo hahaha.ogg no hd.
Eu quero que o programa jogue esse som pelo microfone, e faça a pessoa no skype (exemplo) pensar que sou eu.
Como se fosse uma soundboard.
Is it Possible to use Java and send sounds through the microphone?
I mean like, if im in skype and i use STEREO MIX, i can actually send to the person whatever im hearing.
Is it possible to somehow, simulate my mic sound with java and make like, a soundboard with audios?
*Also, is it possible to use Libgdx for that?
I just want to send some voices through the microphone with some audios i have.
To pretend its me speaking, but actually is just a .ogg or .mp3.
like this :
Im 100% sure it can be done with C++, but i dont know C++.
Im searching for some API to work with.
I think i have two options :
A) Create a virtual microphone like ManyCam Does
B)Hack the Driver/Audio somehow and replace the data ?