# # ChangeLog for uspace/app/dplay in mainline # # Generated by Trac 1.6 # 2025-08-31T00:36:20Z Wed, 11 Jul 2012 12:05:30 GMT Jan Vesely [346643c] * uspace/app/dplay/dplay.c (modified) * uspace/app/dplay/wave.c (modified) * uspace/app/dplay/wave.h (modified) * uspace/app/drec/drec.c (modified) * uspace/app/drec/wave.c (modified) * uspace/app/drec/wave.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/dsp.h (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/lib/c/include/pcm_sample_format.h (added) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) audio: Use enum for sample format. Mon, 09 Jul 2012 07:59:03 GMT Jan Vesely [ce047249] * uspace/app/dplay/dplay.c (modified) * uspace/app/drec/drec.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) Rename audio nodes: (mixer, dsp) => (control, pcm). Mon, 09 Jul 2012 07:46:24 GMT Jan Vesely [90f05b0f] * uspace/app/dplay/dplay.c (modified) * uspace/app/drec/drec.c (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (moved) * uspace/lib/drv/include/audio_pcm_iface.h (moved) * uspace/lib/drv/include/remote_audio_pcm.h (moved) Rename audio pcm interface. Sat, 07 Jul 2012 21:25:47 GMT Jan Vesely [ef246b9] * uspace/app/dplay/dplay.c (modified) dplay: Close file on exit. Fri, 06 Jul 2012 14:11:32 GMT Jan Vesely [c5c65b6] * uspace/app/dplay/dplay.c (modified) app/dplay: Refactoring. Ouput + sign instead of one line. Thu, 05 Jul 2012 23:31:46 GMT Jan Vesely [68e005d] * uspace/app/dplay/dplay.c (modified) dplay: There is one more event after sending the stop command. Thu, 05 Jul 2012 22:54:18 GMT Jan Vesely [9fa0111d] * uspace/app/dplay/wave.c (modified) * uspace/app/dplay/wave.h (modified) Add const qualifiers. Thu, 05 Jul 2012 22:17:06 GMT Jan Vesely [9d5244f] * uspace/app/dplay/dplay.c (modified) app/dplay: Use event interface properly. Thu, 05 Jul 2012 20:48:10 GMT Jan Vesely [4bec78f] * uspace/app/dplay/dplay.c (modified) dplay: Update to use new interface. Ugly and broken, but compiles fine. Wed, 07 Dec 2011 14:04:34 GMT Jan Vesely [c891eaca] * uspace/app/dplay/dplay.c (modified) dplay: Use octo buffering instead of double buffering. Improves ... Mon, 05 Dec 2011 18:38:30 GMT Jan Vesely [7a5ab20] * uspace/app/dplay/dplay.c (modified) dplay: Limit delay time to sane value. Mon, 05 Dec 2011 17:45:11 GMT Jan Vesely [2809563] * uspace/app/dplay/dplay.c (modified) dplay: Use useconds_t as interval format. Fix buffer pointer used to ... Mon, 05 Dec 2011 17:06:46 GMT Jan Vesely [eaa1c28] * uspace/app/dplay/Makefile (modified) * uspace/app/dplay/beep.c (deleted) * uspace/app/dplay/beep.h (deleted) * uspace/app/dplay/dplay.c (modified) dplay: Add wav files playback. Mon, 05 Dec 2011 17:03:57 GMT Jan Vesely [af05429] * uspace/app/dplay/wave.c (modified) dplay, wave: Make data and size parameters voluntary. 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 ...