Skip to content

Commit

Permalink
fixed mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
mbortnyck committed Oct 8, 2016
1 parent e8a41ff commit cc9d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydub/audio_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def reverse(self):
def _repr_html_(self):
src = """
<audio controls>
<source src="data:audio/wav;base64,{base64}" type="audio/wav" />
<source src="data:audio/mpeg;base64,{base64}" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
"""
Expand Down

0 comments on commit cc9d4e2

Please sign in to comment.