Advertisement
Guest User

yasapi v7.1-v8.1 bugs

a guest
Oct 30th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. 1. Exclusive + Pull crashes Winamp (normal and sse version):
  2. ------------------------------------------------------------
  3. - AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED: "yasapi_player.c" (286)
  4. - buffers has default settings
  5. - all other combination are working well
  6. - debug log (debug version won't produce crash):
  7. ------
  8. setvolume
  9. volume: 0.31
  10. open
  11. bufferlenms: -1
  12. video: 0
  13. initializing for pull mode
  14. audio client activated
  15. got device period (device period: 30000)
  16. AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED
  17. Error initializing audio client (mode: EXCLUSIVE): "yasapi_player.c" (301).
  18. Error creating player: "out_yasapi.c" (146).
  19. close
  20. close successful
  21. -------
  22.  
  23.  
  24.  
  25. 2. audio clipping/distorsion when playing 48KHz aac 2/6 channel file (normal and sse version):
  26. -----------------------------
  27. - I have extracted an 2/6 channel aac audio from a web-download
  28. - Windows sound system setup: Speaker setup = stereo ; Default format= 16 bit, 44100 Hz / 48000 Hz
  29. - Nullsoft Directsound device is working well
  30. - I have tried different buffers settings but nothing helped
  31. - debug log using Exclusive + Push mode:
  32. ------
  33. setvolume
  34. volume: 0.31
  35. open
  36. bufferlenms: -1
  37. video: 0
  38. initializing for push mode
  39. audio client activated
  40. got device period (device period: 30000)
  41. audio client initialized (mode: EXCLUSIVE)
  42. got buffer size (frames: 1024)
  43. got render audio client
  44. sync created
  45. ring buffer created (scale 4.5, size: 16384)
  46. got audio clock
  47. render audio thread created
  48. open successful
  49. ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement