Skip to content

Commit

Permalink
Made a note about a test
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Nov 7, 2023
1 parent 8aad9ae commit 6f6a90a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_cue.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ def setUp(self) -> None:
return super().setUp()

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"
w = wavinfo.WavInfoReader(file, info_encoding='utf-8')
expected = ("Лорем ипсум долор сит амет, тимеам вивендум хас ет, "
Expand Down

0 comments on commit 6f6a90a

Please sign in to comment.