search for: specificationhttp

Displaying 2 results from an estimated 2 matches for "specificationhttp".

2014 Mar 20
2
BARK implementation (or specification) error
Hi, In the course of some work which I describe below, I have found a very significant difference between the BARK function described in the Vorbis specification and its implementation in libvorbis. In the specificationhttp://xiph.org/vorbis/doc/Vorbis_I_spec.pdf bark(x) = 13.1arctan(.00074x) + 2.24arctan(.0000000185x**2 + .0001x) In the libvorbis code http://svn.xiph.org/trunk/vorbis/lib/scales.h #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n)) You will note that the last term is...
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...e to load icons from current icon theme by specifying their </span><span class="cx"> name (without extension and directory components). Icon themes recognized </span><span class="cx"> by GTK+ follow the </span><del>-freedesktop.org Icon Themes specificationhttp://freedesktop.org/Standards/icon-theme-spec. Note that themes are not guaranteed to contain all -icons, so ArtProvider may return @NullBitmap@ or @NullIcon@. </del><ins>+"freedesktop.org Icon Themes specification":http://freedesktop.org/Standards/icon-theme-spec. Note that the...