philburk / listenup

Record and upload voice. Java app or Applet.
Apache License 2.0
7 stars 0 forks source link

Jar is not working without local audio setup #3

Open ektagarg12 opened 3 years ago

ektagarg12 commented 3 years ago

Hello, I created a jar file using open source code and performed below steps:

  1. Tested in local with local audio input device-- worked fine.
  2. Deployed on windows server with no local sound input device - It doesnot work and give error "Could not open any audio device for 8000 Hz".

Please tell me how can I make this jar works on server without any local audio input device.

philburk commented 3 years ago

ListenUp is designed to run on the client computer. Not the web server. ListenUp is designed to record audio from a microphone and play it back over a speaker or headset.

What are you trying to do with ListenUp running on a server?