Does anyone know of a way to set a data uri to a valid silent sound? I'd be really curious to see if anything exists like that! Thank you.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
A 0-second WAVE file:
i love data uri s so i did this:
http://doiop.com/silent[DOT]mp3
which points to
http://tinyurl[DOT]com/silentmp3
which points to
which is
the quicktime exported as WAV :
output of this command
say -o silent.aiff " "
reworked via this handy page
http://femalefaust.blogspot.com/p/blog-page.html
much love