- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I see that the usc.h file inthe samplepackage has changedbetween theversion 5.0and 5.1 andin the 5.1the structUSC_CodecInfo don't have the attribute "framesize". What is the equivalent in this new version ?
Laurent
USC_CodecInfo for 5.0
/* USC codec information */
typedef struct {
const char *name; /* codec name */
int framesize; /* PCM frame size in bytes */
int maxbitsize; /* bitstream max frame size in bytes */
USC_Option params; /* what is supported */
USC_PCMType pcmType; /* codec audio source */
int nRates;
const USC_Rates *pRateTbl; /* supported bitrates lookup table */
}USC_CodecInfo;
USC_CodecInfo for 5.1
/* USC codec information */
typedef struct {
const char *name; /* codec name */
int maxbitsize; /* bitstream max frame size in bytes */
USC_PCMType pcmType; /* codec audio source */
int nRates;
const USC_Rates *pRateTbl; /* supported bitrates lookup table */
USC_Option params; /* what is supported */
}USC_CodecInfo;
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hellow Laurent
On one hand, USCI is under development yetand may be changed in any IPP samples release without prior notification. On other hand, IPP trysto make it as stable as possible and backward compatible (not yet declared officially though).
Please refer fordetailsto USCIdocumentation included into IPP speech coding samples package.
Specifically for framesize parameter, since IPP 5.1 it moved to USC_Option sub-structure of USC_CodecInfo structure.
Hope this help, best regards
Vyacheslav (Slava)
Intel, IPP, Speech Coding

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page