Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
SpeexSBMode Struct Reference
Struct defining the encoding/decoding mode for SB-CELP (wideband) More...
#include <modes.h>
Data Fields | |
| const SpeexMode * | nb_mode |
| Embedded narrowband mode. | |
| int | frameSize |
| Size of frames used for encoding. | |
| int | subframeSize |
| Size of sub-frames used for encoding. | |
| int | lpcSize |
| Order of LPC filter. | |
| int | bufSize |
| Signal buffer size in encoder. | |
| spx_word16_t | gamma1 |
| Perceptual filter parameter #1. | |
| spx_word16_t | gamma2 |
| Perceptual filter parameter #1. | |
| float | lag_factor |
| Lag-windowing parameter. | |
| spx_word16_t | lpc_floor |
| Noise floor for LPC analysis. | |
| const SpeexSubmode * | submodes [SB_SUBMODES] |
| Sub-mode data for the mode. | |
| int | defaultSubmode |
| Default sub-mode to use when encoding. | |
| int | low_quality_map [11] |
| Mode corresponding to each quality setting. | |
| int | quality_map [11] |
| Mode corresponding to each quality setting. | |
Detailed Description
Struct defining the encoding/decoding mode for SB-CELP (wideband)
Definition at line 140 of file modes.h.
Field Documentation
| int defaultSubmode |
| float lag_factor |
| int low_quality_map[11] |
| int quality_map[11] |
| int subframeSize |
| const SpeexSubmode* submodes[SB_SUBMODES] |
Generated on Tue Jul 12 2022 16:28:56 by
1.7.2
