DSPRelated.com
Forums

.wav files

Started by Saagar CD June 5, 2018
Opening .wav file as a txt , displays a lot of characters. Please Teach me How to read them.
On Monday, June 4, 2018 at 10:17:30 PM UTC-7, Saagar CD wrote:
> Opening .wav file as a txt , displays a lot of characters. Please Teach me How to read them.
Google is your friend. For example: http://soundfile.sapp.org/doc/WaveFormat/ Dale B. Dalrymple
>Opening .wav file as a txt , displays a lot of characters. Please Teach
me
>How to read them.
In addition to dbd's reply, you better use a hex editor for to open the wav file. https://en.wikipedia.org/wiki/Hex_editor --------------------------------------- Posted through http://www.DSPRelated.com
"jtp_1960" <20495@DSPRelated> writes:

>>Opening .wav file as a txt , displays a lot of characters. Please Teach > me >>How to read them. > > In addition to dbd's reply, you better use a hex editor for to open the > wav file. > > https://en.wikipedia.org/wiki/Hex_editor >
You can open any binary file in emacs and view it as hex using M-x hexl-mode. -- Randy Yates, DSP/Embedded Firmware Developer Digital Signal Labs http://www.digitalsignallabs.com
On 06/09/2018 04:16 AM, Randy Yates wrote:
> > You can open any binary file in emacs and view it as hex using M-x > hexl-mode. >
That sounds interesting for an unrelated problem. I went to [https://www.gnu.org/software/emacs] and found the screen shot provocative. Looking for useful descriptive information I naively took the invitation to "Take the tour", i.e. [https://www.gnu.org/software/emacs/tour/index.html]. Got lots of purty pictures -- "a word is worth a thousand pictures". Is there an informative page of text somewhere? TIA