• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by RoadhammerGaming

  1. RoadhammerGaming

    (NOT SOLVED) java.net.SocketException: Broken pipe

    Hello, In my app I'm trying to send a flac file to google for speech recognition. I'm using a thread to do the networking request in the background but after 1 minute it times out with a java.net.SocketException: Broken pipe exception. Can anyone help with what could be causing this? here is an...
  2. RoadhammerGaming

    Pass audio file to text to speech engine?

    Hello, in my app I want to record the user's speech, run it through a band pass filter, then pass the resulting audio file (PCM / WAV) to the text to speech engine to speak the filtered results, I have everything working except cannot find a way to pass an audio file to the tts engine, I have...
  3. RoadhammerGaming

    (SOLVED) how to read data from streamed mic with tarsos bandpass filter

    Hello, I'm trying to implement a simple bandpass filter in my project, but can't seem to read the output data. Notes: I'm using android studio and currently I'm using the latest tarsos audio library that is supposed to be compatible with android, and in fact have successfully added the library...