コード例 #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
ファイル: allPythonContent.py プロジェクト: Mondego/pyreco
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(samplefolder, "flac1.5sStereo.flac"))