Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T11:00:24.000Z (about 8 years ago)
- Last Synced: 2023-03-11T13:49:34.381Z (almost 2 years ago)
- Topics: audio, c-plus-plus, dop, dsd, kbmedia-player, kbmplay
- Language: C++
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 4
- 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.