sh.sf-voice:sf-voice-media-java — synchronous Java client, builder pattern throughout, Java 17+.
Use this SDK when a blocking client fits your service or batch job. Kotlin users should use the coroutine-native SDK.
Install
Create a client
Ingest
Poll until ready
pollTask(taskId, intervalMs, timeoutMs) blocks until the task reaches ready or failed, or throws if the timeout is exceeded.

