-
Notifications
You must be signed in to change notification settings - Fork 170
Few problems in speexdec #38
Copy link
Copy link
Open
Description
BojtorBogdanErvin
opened on Jan 28, 2026
Issue body actions
- audio_size overflows in the line 759 of speexdec.c for few minutes long audio sample if int is defined to have less than 32 bits. It can be fixed by changing its type to long (or spx_int32_t).
- not all systems have short defined as 2 bytes. So the size(short) from line 759 is problematic when it comes to preserve the bit trueness.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.