opus file missing in accept audio/file supported
-
- Posts: 821
- Joined: June 12th, 2008, 9:02 am
opus file missing in accept audio/file supported
Seamonkey can play opus file but it not show in input file accept audio/file supported.
A developper can add it?
A developper can add it?
- therube
- Posts: 21807
- Joined: March 10th, 2004, 9:59 pm
- Location: Maryland USA
Re: opus file missing in accept audio/file supported
I'm not understanding? Explain further?but it not show in input file accept audio/file supported
https://opus-codec.org/examples/
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
-
- Posts: 821
- Joined: June 12th, 2008, 9:02 am
Re: opus file missing in accept audio/file supported
I save "/static/examples/ehren-paper_lights-96.opus" locally.
I set
<input type="file" accept=""video/*,audio/*,video">
the opus file not show locally, but it is playlable by audio tag.
I set
<input type="file" accept=""video/*,audio/*,video">
the opus file not show locally, but it is playlable by audio tag.
- therube
- Posts: 21807
- Joined: March 10th, 2004, 9:59 pm
- Location: Maryland USA
Re: opus file missing in accept audio/file supported
Are you speaking of Composer (& having a "player" display on a web page)?
Code from "examples":
If I save that (.opus) file locally, take that code & minimize it, saving it as opus.html:
Then I load the ("web page") opus.html... I get a player & (opus) music.
Code from "examples":
Code: Select all
<div class="example">
<p>Paper Lights by <a href="http://magnatune.com/artists/ehren">Ehren Starks</a>, encoded at 96 kb/s</p>
<audio src="/static/examples/ehren-paper_lights-96.opus" controls="controls" class=" __noscriptObjectPatchMe__" style="" autoplay="">
Your browser does not support the audio element
</audio>
<a href="https://creativecommons.org/licenses/by-nc-sa/1.0/">
<img src="https://i.creativecommons.org/l/by-nc-sa/1.0/80x15.png" alt="CC-BY-NC-SA">
</a>
<p>Playback should work in Firefox or Chrome.</p>
</div>
I'm still not understanding what you mean by that?the opus file not show locally, but it is playlable by audio tag
If I save that (.opus) file locally, take that code & minimize it, saving it as opus.html:
Code: Select all
<audio src="ehren-paper_lights-96.opus" controls="controls" class=" __noscriptObjectPatchMe__" style="" autoplay="">
</audio>
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
-
- Posts: 821
- Joined: June 12th, 2008, 9:02 am
Re: opus file missing in accept audio/file supported
Code: Select all
<div class="example">
<p>Paper Lights by <a href="http://magnatune.com/artists/ehren">Ehren Starks</a>, encoded at 96 kb/s</p>
Load a opus file from local<input type="file" accept="video/*,audio/*" onchange="var a=document.querySelector('audio');a.src=this.files[0].name;a.play();">
<br>
<audio src="" controls="controls" class=" __noscriptObjectPatchMe__" style="" autoplay="">
Your browser does not support the audio element
</audio>
<a href="https://creativecommons.org/licenses/by-nc-sa/1.0/">
<img src="https://i.creativecommons.org/l/by-nc-sa/1.0/80x15.png" alt="CC-BY-NC-SA">
</a>
<p>Playback should work in Firefox or Chrome.</p>
</div>
- therube
- Posts: 21807
- Joined: March 10th, 2004, 9:59 pm
- Location: Maryland USA
Re: opus file missing in accept audio/file supported
Oh, you mean File | Open.
Isn't that dialog going to be presented (along with the "types"; video, audio, ...) by the OS itself?
In my case (Win7), I have; All, HTML, Text, Image, XML.
So if you have "Audio", I'd think, on the OS end, you could modify the definition of "Audio" to include .opus ?
Isn't that dialog going to be presented (along with the "types"; video, audio, ...) by the OS itself?
In my case (Win7), I have; All, HTML, Text, Image, XML.
So if you have "Audio", I'd think, on the OS end, you could modify the definition of "Audio" to include .opus ?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
-
- Posts: 821
- Joined: June 12th, 2008, 9:02 am
Re: opus file missing in accept audio/file supported
Firefox work fine without modify OS end:
accept="video/*,audio/*" filter media .opus fine.
I thing it is a SeaMonkey problem.
accept="video/*,audio/*" filter media .opus fine.
I thing it is a SeaMonkey problem.
-
- Posts: 821
- Joined: June 12th, 2008, 9:02 am
Re: opus file missing in accept audio/file supported
confirming the file "filepicker.properties" in "omni.ja" have:
audioFilter=*.aac; *.aif; *.flac; *.iff; *.m4a; *.m4b; *.mid; *.midi; *.mp3; *.mpa; *.mpc; *.oga; *.ogg; *.ra; *.ram; *.snd; *.wav; *.wma
where ".opus" is missing.
It should be added ".opus" in "filepicker.properties" "audioFilter".
audioFilter=*.aac; *.aif; *.flac; *.iff; *.m4a; *.m4b; *.mid; *.midi; *.mp3; *.mpa; *.mpc; *.oga; *.ogg; *.ra; *.ram; *.snd; *.wav; *.wma
where ".opus" is missing.
It should be added ".opus" in "filepicker.properties" "audioFilter".
- therube
- Posts: 21807
- Joined: March 10th, 2004, 9:59 pm
- Location: Maryland USA
Re: opus file missing in accept audio/file supported
OK.
FF (101) added .webp & .opus compared to SeaMonkey.
imageFilter=*.jpe; *.jpg; *.jpeg; *.gif; *.png; *.bmp; *.ico; *.svg; *.svgz; *.tif; *.tiff; *.ai; *.drw; *.pct; *.psp; *.xcf; *.psd; *.raw; *.webp
audioFilter=*.aac; *.aif; *.flac; *.iff; *.m4a; *.m4b; *.mid; *.midi; *.mp3; *.mpa; *.mpc; *.oga; *.ogg; *.opus; *.ra; *.ram; *.snd; *.wav; *.wma
And I'll take it that it would be the web page itself that specifies what, if any, "filter" is loaded?
(Which must be why I only saw the filter options I mentioned above.)
File a bug [against SeaMonkey] (bugzilla.mozilla.org) & see if it gets picked up.
Bug 1619197 Show .opus files with audio/* filter in file upload
FF (101) added .webp & .opus compared to SeaMonkey.
imageFilter=*.jpe; *.jpg; *.jpeg; *.gif; *.png; *.bmp; *.ico; *.svg; *.svgz; *.tif; *.tiff; *.ai; *.drw; *.pct; *.psp; *.xcf; *.psd; *.raw; *.webp
audioFilter=*.aac; *.aif; *.flac; *.iff; *.m4a; *.m4b; *.mid; *.midi; *.mp3; *.mpa; *.mpc; *.oga; *.ogg; *.opus; *.ra; *.ram; *.snd; *.wav; *.wma
And I'll take it that it would be the web page itself that specifies what, if any, "filter" is loaded?
(Which must be why I only saw the filter options I mentioned above.)
File a bug [against SeaMonkey] (bugzilla.mozilla.org) & see if it gets picked up.
Bug 1619197 Show .opus files with audio/* filter in file upload
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
-
- Posts: 821
- Joined: June 12th, 2008, 9:02 am
- therube
- Posts: 21807
- Joined: March 10th, 2004, 9:59 pm
- Location: Maryland USA
Re: opus file missing in accept audio/file supported
Sample site, https://vocaroo.com/upload (click, Upload Audio File)
SeaMonkey 2.53.14 beta 1 pre, 20220621210003
shows... ... opus ... .
SeaMonkey 2.53.14 beta 1 pre, 20220621210003
shows... ... opus ... .
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript