mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-04 23:40:25 +08:00
Remove duplicate parse_wwise function
Remove redundant parse_wwise function definition.
This commit is contained in:
1
wwise.py
1
wwise.py
@@ -7,7 +7,6 @@ from filereader import FileReader
|
|||||||
def parse_wwise(data, name, fid):
|
def parse_wwise(data, name, fid):
|
||||||
reader = FileReader(io.BytesIO(data), "little", name=name)
|
reader = FileReader(io.BytesIO(data), "little", name=name)
|
||||||
|
|
||||||
def parse_wwise(reader):
|
|
||||||
# default meta config
|
# default meta config
|
||||||
metadata = {
|
metadata = {
|
||||||
"format": 0,
|
"format": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user