From fbebc525117f18d5751e6951bc4ffcc51f70dcc4 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 1 Aug 2023 14:00:31 +1000 Subject: Add libsamplerate for resampling decoder output --- lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100755 lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css (limited to 'lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css') diff --git a/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css b/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css new file mode 100755 index 00000000..f5c10c86 --- /dev/null +++ b/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css @@ -0,0 +1,56 @@ +a:link { + color: #FB1465; +} + +a:active, a:visited { + color: #FB1465; +} + +body { + background: black; + color: white; + font-family: arial, helvetica, sans-serif; +} + +h1, h2, h3, h4, h5, h6 { + color: #FB1465; +} + +code, kbd, samp, var { + font-family: courier, monospace; + font-size: 1em; +} + +main { + padding-left: 3%; + padding-right: 3%; +} + +pre { + font-family: courier, monospace; + font-size: 1em; +} + +.image-logo { + display: block; + margin-left: auto; + margin-right: auto; + margin-bottom: 1em; +} + +.indent_block { + margin-left: 10%; + margin-right: 10%; +} + +.nf { + font-weight: bold; +} + +.container { + display: flex; +} + +.content { + flex: 1; +} -- cgit v1.2.3