mirror of
https://github.com/ScrelliCopter/VGM-Tools
synced 2025-02-21 04:09:25 +11:00
wavetable stuff
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# wavesampler.py -- Support for the non-standard "Sampler" WAVE chunk
|
||||
# (C) 2023 a dinosaur (zlib)
|
||||
|
||||
import struct
|
||||
from enum import Enum
|
||||
from riffwriter import AbstractRiffChunk
|
||||
from typing import BinaryIO, List
|
||||
from common.riffwriter import AbstractRiffChunk
|
||||
|
||||
|
||||
class WaveSamplerSMPTEOffset:
|
||||
|
||||
Reference in New Issue
Block a user