Audio to ASCII conversion program for 12-pwmsound #567
-
| 
         Hi, The sample  
 Does anyone know what/where this program is ? Would https://github.com/rzavalet/wav2ascii work ?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
| 
         This small program should do it: It expects the 16-bit signed audio samples in the file sound.raw (without header) and writes them to stdout. You must prepare a header file from this, like shown in the sample's README.  | 
  
Beta Was this translation helpful? Give feedback.
This small program should do it:
It expects the 16-bit signed audio samples in the file sound.raw (without header) and writes them to stdout. You must prepare a header file from this, like shown in the sample's README.