Initial revision of Ogg Opus draft.
Adapted from http://wiki.xiph.org/OggOpus
This commit is contained in:
parent
1616230245
commit
a2b2e0b88a
2 changed files with 1027 additions and 0 deletions
11
doc/build_oggdraft.sh
Executable file
11
doc/build_oggdraft.sh
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#Stop on errors
|
||||||
|
set -e
|
||||||
|
#Set the CWD to the location of this script
|
||||||
|
[ -n "${0%/*}" ] && cd "${0%/*}"
|
||||||
|
|
||||||
|
echo running xml2rfc
|
||||||
|
xml2rfc draft-terriberry-oggopus.xml draft-terriberry-oggopus.html &
|
||||||
|
xml2rfc draft-terriberry-oggopus.xml
|
||||||
|
wait
|
1016
doc/draft-terriberry-oggopus.xml
Normal file
1016
doc/draft-terriberry-oggopus.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue