- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Playing a WAV file on iOS Safari
To play a WAV file on iOS Safari, add a content-range header.
The headers would allow a WAV file to play −
Content-Range: bytes XX-XX/XX Content-Type: audio/wav Content-Disposition: attachment; filename = "new.WAV" Content-Length: XX
Above, new.WAV is our WAV file.
- Related Articles
- How to plot a wav file using Matplotlib?
- How to convert a .wav file to a spectrogram in Python3?
- How to create a file, write data into it and read data from it on iOS?
- Execute a script when a file is ready to start playing in HTML?
- Difference Between WAV and MP3
- How to play audio and video file in iOS?
- How to programmatically take a screenshot on iOS?
- How to make a background 25% transparent on iOS
- Read and write WAV files using Python (wave)
- HTML5 Geolocation in Safari 5
- Does Selenium support Safari browser?
- How to create multiple styles inside a TextView on iOS App?
- How to create scrollable TextView on iOS App?
- The min-width and max-width declaration for Flexbox doesn’t work on Safari? Why?
- How to create a Custom Dialog box on iOS App using Swift?

Advertisements