We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3749 - AudioSpec's "size" field is not set
Summary: AudioSpec's "size" field is not set
Status: RESOLVED DUPLICATE of bug 3710
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: HG 2.0
Hardware: All Android (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-13 18:44 UTC by ny00
Modified: 2017-08-13 20:19 UTC (History)
0 users

See Also:


Attachments
Sample code (777 bytes, text/x-csrc)
2017-08-13 18:44 UTC, ny00
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ny00 2017-08-13 18:44:53 UTC
Created attachment 2838 [details]
Sample code

This is the output I've gotten from the sample code (with an emphasis on "size"):

08-13 21:39:00.413  5616  5633 I SDL/APP : Audio subsystem initialized, requested spec: freq 48000, format 32784, channels 1, samples 1024; Got: size 0
Comment 1 ny00 2017-08-13 20:19:45 UTC
Looks like this has already been reported, and isn't specific to certain platforms.

*** This bug has been marked as a duplicate of bug 3710 ***