android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

:high_brightness: Android SDK to use the IBM Watson services.

Results 11 android-sdk issues
Sort by recently updated
recently updated
newest added

Hi, I am getting this issue most of the time and the application is going to crash randomly. FATAL EXCEPTION: AudioToWebSocketThread java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:156) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1291) at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:466) at com.ibm.watson.developer_cloud.android.library.audio.MicrophoneCaptureThread.end(MicrophoneCaptureThread.java:138)...

Sorry for my poor English, I will make it simple I successfully ran the example,But when I set inactivityTimeout to 1 second, I want to automatically end the connection or...

Hi I have seen that the service(Speech to text) created on the IBM-Watson account is going to inactive after some time. Currently, I am using a free account for testing/development....

I am getting this issue with IBM-Watson Speech to text java sdk, Its working fine when I am using a library project source code given with it, while it gives...

The code throws following error when the activity starts. ``` Fatal Exception: java.lang.NoSuchMethodError: No virtual method log(ILjava/lang/String;Ljava/lang/Throwable;)V in class Lokhttp3/internal/platform/Platform; or its super classes (declaration of 'okhttp3.internal.platform.Platform' appears in /data/app/com.quizo-C1Fi6ybosViFkZ8r4_0jBg==/base.apk!classes3.dex)...

support

VAD for the STT Api would be really cool, there are still some java librarys which wraps the webrtc VAD Jitsi build one of them: https://github.com/jitsi/jitsi-webrtc-vad-wrapper

Scenario: Build an app that involves uploading a locally stored image to IBM's Watson for image analysis. Use the GalleryHelper to assist with this process. Attempt to run the app....

bug

If the socket is disconnected, what should I do to restart correctly

support

I'm working on a sample Speech-to-text Android App that will timeout after a certain amount of inactivity from the speaker. For testing purposes, I set the timeout at 1 second....

bug

I saw a few reports that the current OPUS/OGG encoding implementation results in a significant loss of fidelity compared to WAV. This is not ideal and needs to be investigated....

help wanted