-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f0ff18
commit e9dcb1b
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
sanear, a robust DirectShow audio renderer | ||
========================================== | ||
|
||
v0.1 - 2015/07/22 | ||
* Initial release | ||
* Outputs sound through WASAPI (shared or exclusive) | ||
* Employs automatic channel downmixing (as per standard) | ||
* Provides stereo crossfeed processing option (for headphones) | ||
* Tries to preserve signal pitch when playing at custom rate (time stretching) | ||
* Uses audio device clock as clock source | ||
* Comes in 32-bit and 64-bit versions | ||
* Supports bitstreaming |