mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Made a note about a test
This commit is contained in:
@@ -9,6 +9,11 @@ class TestCue(TestCase):
|
|||||||
return super().setUp()
|
return super().setUp()
|
||||||
|
|
||||||
def test_encoding_fallback(self):
|
def test_encoding_fallback(self):
|
||||||
|
"""
|
||||||
|
Added this after I noticed that iZotope RX seems to just encode "notes"
|
||||||
|
as utf-8 without bothering to dump this info into the ltxt or
|
||||||
|
specifying an encoding by some other means.
|
||||||
|
"""
|
||||||
file = "tests/test_files/cue_chunks/izotoperx_cues_test.wav"
|
file = "tests/test_files/cue_chunks/izotoperx_cues_test.wav"
|
||||||
w = wavinfo.WavInfoReader(file, info_encoding='utf-8')
|
w = wavinfo.WavInfoReader(file, info_encoding='utf-8')
|
||||||
expected = ("Лорем ипсум долор сит амет, тимеам вивендум хас ет, "
|
expected = ("Лорем ипсум долор сит амет, тимеам вивендум хас ет, "
|
||||||
|
|||||||
Reference in New Issue
Block a user