mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 01:10:55 +00:00
Added a channel map test, fixed some bugs reading audio channels
This commit is contained in:
@@ -21,7 +21,7 @@ StmtUnrecognized = namedtuple("Unrecognized",["content"])
|
||||
|
||||
|
||||
def parse_cmx3600_statements(path):
|
||||
with open(path,'rU') as file:
|
||||
with open(path,'r') as file:
|
||||
lines = file.readlines()
|
||||
return [parse_cmx3600_line(line.strip()) for line in lines]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user