-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
3 changed files
with
14 additions
and
12 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pcm2pwm 0.8 - a utility for 1-bit audio weirdos // code by: [email protected] | ||
=========================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
pcm2pwm 0.8.1 - a utility for 1-bit audio weirdos // code by: [email protected] | ||
=========================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
pcm2pwm is a simply utility for converting 8-bit PCM wave audio into a delta PWM byte stream. | ||
It's output is intended for use with any 1-bit audio devices which require a simple playback | ||
|
@@ -75,7 +75,8 @@ Pretty simple, eh! | |
Version History | ||
---------------- | ||
|
||
0.2 - Basic functionality | ||
0.5 - Added the ability to set high and low crossover values. | ||
0.7 - pcm2pwm now checks the input file's header to ensure compatibility. | ||
0.8 - Added the -h option for outputting in a Houston Tracker 2 format. | ||
0.2 - Basic functionality | ||
0.5 - Added the ability to set high and low crossover values. | ||
0.7 - pcm2pwm now checks the input file's header to ensure compatibility. | ||
0.8 - Added the -h option for outputting in a Houston Tracker 2 format. | ||
0.8.1 - Added the -h option for outputting in a Houston Tracker 2 format. |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# pcm2pwm 0.8 - a utility for 1-bit audio weirdos // code by: [email protected] | ||
# pcm2pwm 0.8.1 - a utility for 1-bit audio weirdos // code by: [email protected] | ||
pcm2pwm is a simply utility for converting 8-bit PCM wave audio into a delta PWM byte stream. | ||
It's output is intended for use with any 1-bit audio devices which require a simple playback | ||
routine and/or relatively high degree of compression. | ||
|
@@ -68,7 +68,8 @@ Pretty simple, eh! | |
|
||
### Version History | ||
|
||
* 0.2 - Basic functionality | ||
* 0.5 - Added the ability to set high and low crossover values. | ||
* 0.7 - pcm2pwm now checks the input file's header to ensure compatibility. | ||
* 0.8 - Added the -h option for outputting in a Houston Tracker 2 format. | ||
* 0.2 - Basic functionality | ||
* 0.5 - Added the ability to set high and low crossover values. | ||
* 0.7 - pcm2pwm now checks the input file's header to ensure compatibility. | ||
* 0.8 - Added the -h option for outputting in a Houston Tracker 2 format. | ||
* 0.8.1 - Bugfix affecting the conversion process. Should produce better output than before. |
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