Playing a sony MSV audio file
Hi,
i am developing a new software to play the *.MSV files for online transcription system the problem is the audio files should not be downloaded on the client side and should play online, and i have to integrate a foot pedal to integrate the reversing and forwarding. I need some one to help on these.
Will the Java support for playing these types.
[370 byte] By [
Dayaa] at [2007-11-27 2:05:35]

# 1
As a fellow developer, I am compelled to tell you this although you are in a competitive market so I can't say much.
DO NOT PROCEED ALONG THIS COURSE.
Whether MSV can be read by Java is irrelevant. Java converts all formats to WAV internally. While you can make this work, as I did with my own player application, it will never perform well enough for transcription. You will spend weeks, perhaps months (I did) trying to solve this. You need a native player.
You will run into additional problems with the footpedal interface. You can make it work after great effort (I did) but its irrelevant as most players already work with the footpedals.
Good luck.