Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there such a thing as a media player and sound recorder in one?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
i want to know if there is a way to incorporate the windows sound recorder into a media player. Is there already some software i could use, or is there a simple program i can write which could call up the sound recorder in a media player?
 
I m new in JMF and i want to make the player of Java in swings. any one please helps me
 
I dont know how to use the windows recorder but I do know that you can built your own recorder, and it records all the time you want. You might use a processor to capture. You have to find a captureDevice that matches with the sound especifications you want and then use outputDataSource from the processor in a dataSink to safe such file. Remember to close the processor before closing the datasink and waiting for the endofmedia event of the datasink. I actually did an aplication with jmf that lets you record one track and play multiple tracks simultaniusly with the choice of changing each tracks gain. I synchronize them with the addController() method. I used a few players and a processor to do so, so i added the player to the processor for synchonization.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top