Documentation of changes to sound.m
2 次查看(过去 30 天)
显示 更早的评论
Comparing sound.m in R2010a and R2013a shows that they have very few similarities. The work in R2010a is done by the PLAYSND mex file while the work in R2013a is done by an AUDIOPLAYER object. Comparing audioplayer.m in R2010a and R2013a shows that in R2013a audioplayer uses the ASYNC.IO object while in R2010a the auioplayer object is a java based object.
I thought I paid attention to the release notes for changes to the sound commands since they are important for what I do. Does anyone know if the cahnge was documented? Should TMW be publicly documenting changes like this (the input is identical and to a first order approximation the output is identical)?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!