Skip to content

Commit

Permalink
Fix README aiff/aac mismatch
Browse files Browse the repository at this point in the history
Closes jiaaro#715
  • Loading branch information
abitrolly authored Jul 4, 2023
1 parent 996cec4 commit 17a44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flv_version = AudioSegment.from_flv("never_gonna_give_you_up.flv")

mp4_version = AudioSegment.from_file("never_gonna_give_you_up.mp4", "mp4")
wma_version = AudioSegment.from_file("never_gonna_give_you_up.wma", "wma")
aac_version = AudioSegment.from_file("never_gonna_give_you_up.aiff", "aac")
aiff_version = AudioSegment.from_file("never_gonna_give_you_up.aiff", "aiff")
```

Slice audio:
Expand Down

0 comments on commit 17a44f6

Please sign in to comment.