Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akscf/mod_curl_asr
Freeswitch ASR module
https://github.com/akscf/mod_curl_asr
asr curl freeswitch
Last synced: 1 day 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T10:37:43.000Z (16 days ago)
- Last Synced: 2024-12-24T11:13:35.918Z (16 days ago)
- Topics: asr, curl, freeswitch
- Language: C
- Homepage:
- Size: 15.6 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
```
```