MantisBT - MPfm
View Issue Details
0000305MPfmPlayerpublic2012-03-11 15:552013-02-23 13:36
ycastonguay 
ycastonguay 
normalminorN/A
resolvedfixed 
 
0.7.0.00.7.2.0 
0000305: Determine default audio configuration by platform (Linux/Mac)
I had problems with audio playback on the Linux and Mac OS X platforms and searched for a while until I realized it was because I was setting buffer size to 100ms and update timer to 10ms which is fine in Windows but works pretty bad in Linux and Mac OS X.

Thus different default audio configuration values will be needed by platform. Experiment to find out what range is good for each platform.
No tags attached.
child of 0000302assigned ycastonguay Add support for multiple platforms using the Mono Framework (Linux, OS X, iOS, Android) 
Issue History
2012-03-11 15:55ycastonguayNew Issue
2012-03-11 15:55ycastonguayStatusnew => assigned
2012-03-11 15:55ycastonguayAssigned To => ycastonguay
2012-03-11 15:56ycastonguaySummaryDetermine default audio configuration by platform => Determine default audio configuration by platform (Linux/Mac OS X)
2012-03-11 15:56ycastonguaySummaryDetermine default audio configuration by platform (Linux/Mac OS X) => Determine default audio configuration by platform (Linux/Mac)
2012-03-11 19:37ycastonguayRelationship addedchild of 0000302
2012-03-20 21:02ycastonguayTarget Version0.6.0.0 => 0.7.0.0
2012-05-01 19:42ycastonguayTarget Version0.7.0.0 => 0.7.2.0
2012-05-01 21:14ycastonguayNote Added: 0000655
2012-05-01 21:14ycastonguayStatusassigned => resolved
2012-05-01 21:14ycastonguayFixed in Version => 0.7.2.0
2012-05-01 21:14ycastonguayResolutionopen => fixed
2013-02-23 13:36ycastonguayTarget Version0.7.2.0 => 0.7.0.0

Notes
(0000655)
ycastonguay   
2012-05-01 21:14   
Mac, Linux:
Buffer size: 1000
Update period: 100 (10 works on Mac but NOT on Linux!)

Windows:
Buffer size: 1000
Update period: 10