# # ChangeLog for uspace/app/dplay in mainline # # Generated by Trac 1.6 # 2025-08-30T11:26:27Z Mon, 05 Dec 2011 16:16:06 GMT Jan Vesely [c0149cc] * uspace/app/dplay/Makefile (modified) * uspace/app/dplay/wave.c (added) * uspace/app/dplay/wave.h (added) dplay: Add .wav file header structure and parsing. Mon, 05 Dec 2011 14:23:28 GMT Jan Vesely [b499127] * uspace/app/dplay/dplay.c (modified) dplay: Update buffer while playing. Mon, 05 Dec 2011 14:15:24 GMT Jan Vesely [9b05c3e] * uspace/app/dplay/beep.c (modified) * uspace/app/dplay/beep.h (modified) dplay: Add more parameters to beep sound. Mon, 05 Dec 2011 00:58:19 GMT Jan Vesely [a68a94e] * uspace/app/dplay/Makefile (added) * uspace/app/dplay/beep.c (added) * uspace/app/dplay/beep.h (added) * uspace/app/dplay/dplay.c (added) uspace, app: Add dplay app for direct audio playback. This is only ...