Opened 17 years ago
Last modified 17 years ago
#504 closed defect
Wrong assertion param in portaudio callbacks (thanks Rodrigo Vega) — at Initial Version
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Soundport's samples_per_frame is total samples number per frame of ALL channels.
While PA's frameCount refers to number of samples for EACH channel.
The PA callbacks implementations contains wrong assertion, since it is inconsistent with definitions above.
Note: See
TracTickets for help on using
tickets.
Fixed assertion param in PortAudio?'s callback implementation