-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration File
Félix Roy edited this page Dec 15, 2019
·
4 revisions
The wiki page contains information about Steno application parameters contained in the steno.conf
file. This file is automatically generated when the application first run.
Parameter | Type | Description |
---|---|---|
OUTPUT_FOLDER | string | Path of the directory where the output files will be written |
MICROPHONE_CONFIGURATION | string | Path of the microphone configuration |
ODAS_LIBRARY | string | Path of ODAS library |
Parameter | Type | Description |
---|---|---|
DEVICE_NAME | string | Audio device name |
CHANNELS | int | Channel count |
RATE | int | Channels sampling rate |
FORMAT_BYTES | int | |
IS_LITTLE_ENDIAN | bool | |
PACKET_AUDIO_SIZE | int | |
PACKET_HEADER_SIZE | int |
Parameter | Type | Description |
---|---|---|
SLEEP_BETWEEN_LAYERS_FORWARD_US | int |
Parameter | Type | Description |
---|---|---|
IN_RADIUS | int | |
OUT_RADIUS | int | |
ANGLE_SPAN | int | |
TOP_DISTORSION_FACTOR | int | |
BOTTOM_DISTORSION_FACTOR | int | |
FISH_EYE_ANGLE | int | |
DETECTION_DEWARPING_COUNT | int |
Parameter | Type | Description |
---|---|---|
ASPECT_RATIO_WIDTH | int | |
ASPECT_RATIO_HEIGHT | int | |
MIN_ELEVATION | int | |
MAX_ELEVATION | int |
Parameter | Type | Description |
---|---|---|
LANGUAGE | int | French(0) or English(1) |
AUTOMATIC_TRANSCRIPTION | bool | Transcribe automatically after a recording |
CERTIFICATE_PATH | string | Path of the certificate |
CERTIFICATE_KEY_PATH | string | Path of the certificate key |
Parameter | Type | Description |
---|---|---|
FPS | int | Frame per second |
WIDTH | int | Width of the video device |
HEIGHT | int | Height of the video device |
DEVICE_NAME | string | Name of the video device |
IMAGE_FORMAT | int | RGB_FMT(0), UYVY_FMT(1) or YUYV_FMT(2) |
- Home
- Steno
- Tools
- Jitsi Meet
- Static Libraries
- Speech-to-Text nodejs API
- Hardware
- Additional informations