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
SpeexNBMode Struct Reference
Struct defining the encoding/decoding mode. More...
#include <modes.h>
Data Fields | |
| int | frameSize |
| Size of frames used for encoding. | |
| int | subframeSize |
| Size of sub-frames used for encoding. | |
| int | lpcSize |
| Order of LPC filter. | |
| int | pitchStart |
| Smallest pitch value allowed. | |
| int | pitchEnd |
| Largest pitch value allowed. | |
| spx_word16_t | gamma1 |
| Perceptual filter parameter #1. | |
| spx_word16_t | gamma2 |
| Perceptual filter parameter #2. | |
| float | lag_factor |
| Lag-windowing parameter. | |
| spx_word16_t | lpc_floor |
| Noise floor for LPC analysis. | |
| int | lbr48k |
| 1 for the special 4.8 kbps mode | |
| const SpeexSubmode * | submodes [NB_SUBMODES] |
| Sub-mode data for the mode. | |
| int | defaultSubmode |
| Default sub-mode to use when encoding. | |
| int | quality_map [11] |
| Mode corresponding to each quality setting. | |
Detailed Description
Struct defining the encoding/decoding mode.
Definition at line 117 of file modes.h.
Field Documentation
| int defaultSubmode |
| float lag_factor |
| int pitchStart |
| int quality_map[11] |
| int subframeSize |
| const SpeexSubmode* submodes[NB_SUBMODES] |
Generated on Tue Jul 12 2022 16:28:56 by
1.7.2
