Python Forum
From theory to practice
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
From theory to practice
#13
Looking at your output, it appears they added what, 184 bytes to the header? From what I've read (actually glanced over) was that over time the Windows/IBM wave format has evolved to include a number of enhancements, including what is shown in your output.  That said, since it buggers up the start of the 'data' section, I suppose one would first have to determine where "data" actually appears in newer files in order to know the size of the header and in turn the size of the actual data.  For instance, as of 2007, MS has allowed for 18 different speakers (channels)...say whaaa?

I wonder if the additional bytes are the new 'standard' size for optional information and if so, what sort of info can be put in it?

I suppose I'll get some more recent wave files and see what I can see.

btw, the MS article is located here: https://msdn.microsoft.com/en-us/library...s.85).aspx

Seems I answered my own questions. I came across this document that explains (at least as of 1994) the newer format.  You have to scroll down a bit to the .WAV section.

http://www-mmsp.ece.mcgill.ca/Documents/...IFFNEW.pdf
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
From theory to practice - by bertibott - Feb-24-2017, 01:12 PM
RE: From theory to practice - by stranac - Feb-24-2017, 01:51 PM
RE: From theory to practice - by zivoni - Feb-24-2017, 02:19 PM
RE: From theory to practice - by bertibott - Feb-24-2017, 03:53 PM
RE: From theory to practice - by zivoni - Feb-24-2017, 04:55 PM
RE: From theory to practice - by Mekire - Feb-24-2017, 04:36 PM
RE: From theory to practice - by bertibott - Feb-24-2017, 04:51 PM
RE: From theory to practice - by zivoni - Feb-24-2017, 05:22 PM
RE: From theory to practice - by Mekire - Feb-24-2017, 05:07 PM
RE: From theory to practice - by bertibott - Feb-24-2017, 05:46 PM
RE: From theory to practice - by sparkz_alot - Feb-24-2017, 08:32 PM
RE: From theory to practice - by zivoni - Feb-24-2017, 09:37 PM
RE: From theory to practice - by sparkz_alot - Feb-25-2017, 12:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  .xls processing with Pandas - my struggle moving from theory to practical use prolle 0 1,559 May-21-2020, 06:57 PM
Last Post: prolle
  Help with Data Match Theory randor 2 2,041 Dec-25-2019, 05:57 PM
Last Post: randor

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020