https://github.com/autch/kpidsd
DSD player plugins (DoP and DSD2PCM) for KbMedia Player and its dependencies
https://github.com/autch/kpidsd
audio c-plus-plus dop dsd kbmedia-player kbmplay
Last synced: 9 months ago
JSON representation
DSD player plugins (DoP and DSD2PCM) for KbMedia Player and its dependencies
- Host: GitHub
- URL: https://github.com/autch/kpidsd
- Owner: autch
- License: mit
- Created: 2015-07-04T16:53:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T11:00:24.000Z (over 9 years ago)
- Last Synced: 2025-04-15T10:16:32.523Z (about 1 year ago)
- Topics: audio, c-plus-plus, dop, dsd, kbmedia-player, kbmplay
- Language: C++
- Homepage:
- Size: 139 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# kpidsd
Various DSD player plugins for [KbMedia Player](http://hwm5.gyao.ne.jp/kobarin/) and its dependencies
## Projects
In this directory, kpidsd.sln contains 4 Visual C++ projects:
- kpidop
- Implementation of [DSD Audio over PCM Frames (DoP)](http://dsd-guide.com/dop-open-standard) plugin for KbMedia Player, supports DSDIFF, DSF, WSD formats.
- kpid2p
- DSD to PCM converter plugin for KbMedia Player, supports DSDIFF, DSF, WSD formats.
- kpidsd
- Direct DSD player plugin for KbMedia Player (requires ASIO DSD extension)
- libdsd
- Support library for implementing various DSD file formats
## License
Copyright (C) 2015, 2016, Autch.net.
Most of codes are licensed under the MIT license, see COPYING file in each subprojects for details.