https://github.com/akscf/mod_curl_asr
Freeswitch ASR module
https://github.com/akscf/mod_curl_asr
asr curl freeswitch
Last synced: about 1 year ago
JSON representation
Freeswitch ASR module
- Host: GitHub
- URL: https://github.com/akscf/mod_curl_asr
- Owner: akscf
- Created: 2024-06-12T02:25:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T15:26:46.000Z (about 1 year ago)
- Last Synced: 2025-02-18T16:29:44.987Z (about 1 year ago)
- Topics: asr, curl, freeswitch
- Language: C
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ASR module that allows to work with speech transcription tools over http.
Supports two mode: POST (upload form, asr parameres stored as fields) and PUT (binary stream, asr parameters stored in header: X-ASR-OPTIONS)
Designed to work in tandem with asrd
### Dialplan example
```
```