请叫我不良 发表于 2013-11-5 14:02:19

wince6.0音频驱动的问题

用wince Test Kit 检测音频驱动,发现错误。。。
"ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_1M16
      Resolution:23821000 ticks/sec, Start:9997637768 ticks, Finish:10009870603 ticks,Duration:513 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_1S08
      Resolution:23821000 ticks/sec, Start:10015489106 ticks, Finish:10026545343 ticks,Duration:464 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_1S16
      Resolution:23821000 ticks/sec, Start:10032053260 ticks, Finish:10044291966 ticks,Duration:513 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_2M08
      Resolution:23821000 ticks/sec, Start:10055067214 ticks, Finish:10067303150 ticks,Duration:513 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_2M16
      Resolution:23821000 ticks/sec, Start:10078145319 ticks, Finish:10089174994 ticks,Duration:463 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_2S08
      Resolution:23821000 ticks/sec, Start:10100381988 ticks, Finish:10112995819 ticks,Duration:529 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_2S16
      Resolution:23821000 ticks/sec, Start:10123914612 ticks, Finish:10136145738 ticks,Duration:513 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_4M08
      Resolution:23821000 ticks/sec, Start:10157346641 ticks, Finish:10168378131 ticks,Duration:463 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_4M16
      Resolution:23821000 ticks/sec, Start:10191132813 ticks, Finish:10202963628 ticks,Duration:496 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_4S08
      Resolution:23821000 ticks/sec, Start:10225356300 ticks, Finish:10237599425 ticks,Duration:513 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
      Attempting to playback WAVE_FORMAT_4S16
      Resolution:23821000 ticks/sec, Start:10260175898 ticks, Finish:10272044866 ticks,Duration:498 ms,               Expected duration:1000 ms.
      "ERROR:expected playtime is too short" (( -expected > g_dwAllowance))
      Possible Cause:"Driver notifying the end of playback too early"
   END TEST: "Playback", FAILED, Time=12.440

这个是怎么回事??????
页: [1]
查看完整版本: wince6.0音频驱动的问题