示例#1
0
文件: test.py 项目: ixc/tinytag
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(testfolder, 'samples/flac1.5sStereo.flac'))
示例#2
0
文件: test.py 项目: shoghicp/tinytag
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(testfolder, 'samples/flac1.5sStereo.flac'))
示例#3
0
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(samplefolder, "flac1.5sStereo.flac"))