diff --git a/_static/basic.css b/_static/basic.css index 7d5974c..eeb0519 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -608,8 +608,6 @@ ol.simple p, ul.simple p { margin-bottom: 0; } - -/* Docutils 0.17 and older (footnotes & citations) */ dl.footnote > dt, dl.citation > dt { float: left; @@ -627,33 +625,6 @@ dl.citation > dd:after { clear: both; } -/* Docutils 0.18+ (footnotes & citations) */ -aside.footnote > span, -div.citation > span { - float: left; -} -aside.footnote > span:last-of-type, -div.citation > span:last-of-type { - padding-right: 0.5em; -} -aside.footnote > p { - margin-left: 2em; -} -div.citation > p { - margin-left: 4em; -} -aside.footnote > p:last-of-type, -div.citation > p:last-of-type { - margin-bottom: 0em; -} -aside.footnote > p:last-of-type:after, -div.citation > p:last-of-type:after { - content: ""; - clear: both; -} - -/* Footnotes & citations ends */ - dl.field-list { display: grid; grid-template-columns: fit-content(30%) auto; @@ -665,11 +636,11 @@ dl.field-list > dt { padding-left: 0.5em; padding-right: 5px; } - dl.field-list > dt:after { content: ":"; } + dl.field-list > dd { padding-left: 0.5em; margin-top: 0em; diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 7c38799..45ad0c1 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -10,5 +10,5 @@ var DOCUMENTATION_OPTIONS = { SOURCELINK_SUFFIX: '.txt', NAVIGATION_WITH_KEYS: false, SHOW_SEARCH_SUMMARY: true, - ENABLE_SEARCH_SHORTCUTS: false, + ENABLE_SEARCH_SHORTCUTS: true, }; \ No newline at end of file diff --git a/_static/searchtools.js b/_static/searchtools.js index ac4d586..f2fb7d5 100644 --- a/_static/searchtools.js +++ b/_static/searchtools.js @@ -88,7 +88,7 @@ const _displayItem = (item, highlightTerms, searchTerms) => { linkEl.href = linkUrl + "?" + params.toString() + anchor; linkEl.innerHTML = title; if (descr) - listItem.appendChild(document.createElement("span")).innerText = + listItem.appendChild(document.createElement("span")).innerHTML = " (" + descr + ")"; else if (showSearchSummary) fetch(requestUrl) @@ -155,10 +155,8 @@ const Search = { _pulse_status: -1, htmlToText: (htmlString) => { - const htmlElement = document - .createRange() - .createContextualFragment(htmlString); - _removeChildren(htmlElement.querySelectorAll(".headerlink")); + const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); + htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); const docContent = htmlElement.querySelector('[role="main"]'); if (docContent !== undefined) return docContent.textContent; console.warn( @@ -504,11 +502,12 @@ const Search = { * latter for highlighting it. */ makeSearchSummary: (htmlText, keywords, highlightWords) => { - const text = Search.htmlToText(htmlText).toLowerCase(); + const text = Search.htmlToText(htmlText); if (text === "") return null; + const textLower = text.toLowerCase(); const actualStartPosition = [...keywords] - .map((k) => text.indexOf(k.toLowerCase())) + .map((k) => textLower.indexOf(k.toLowerCase())) .filter((i) => i > -1) .slice(-1)[0]; const startWithContext = Math.max(actualStartPosition - 120, 0); @@ -516,9 +515,9 @@ const Search = { const top = startWithContext === 0 ? "" : "..."; const tail = startWithContext + 240 < text.length ? "..." : ""; - let summary = document.createElement("div"); + let summary = document.createElement("p"); summary.classList.add("context"); - summary.innerText = top + text.substr(startWithContext, 240).trim() + tail; + summary.textContent = top + text.substr(startWithContext, 240).trim() + tail; highlightWords.forEach((highlightWord) => _highlightText(summary, highlightWord, "highlighted") diff --git a/searchindex.js b/searchindex.js index 7bc8a00..7ccad0e 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["index", "installation", "intro", "usage/fbank", "usage/fbank_options", "usage/index", "usage/online_fbank"], "filenames": ["index.rst", "installation.rst", "intro.rst", "usage/fbank.rst", "usage/fbank_options.rst", "usage/index.rst", "usage/online_fbank.rst"], "titles": ["kaldifeat", "Installation", "Introduction", "kaldifeat.Fbank", "kaldifeat.FbankOptions", "Usage", "kaldifeat.OnlineFbank"], "terms": {"introduct": 0, "instal": [0, 2, 4], "from": [0, 2, 4], "sourc": 0, "pypi": 0, "conda": 0, "onli": [0, 2, 4], "linux": [0, 4], "faq": 0, "usag": 0, "fbankopt": [0, 2, 5], "fbank": [0, 2, 4, 5], "onlinefbank": [0, 2, 4, 5], "depend": [1, 4], "pytorch": [1, 2, 4], "1": [1, 4], "5": [1, 4], "0": [1, 4], "known": 1, "work": 1, "pleas": [1, 4], "first": 1, "befor": [1, 4], "you": [1, 2, 4], "To": 1, "10": [1, 4], "have": [1, 4], "cmake": 1, "3": [1, 4], "11": 1, "other": [1, 4], "mai": [1, 2, 4], "also": [1, 2], "python": [1, 2, 4], "6": [1, 4], "The": [1, 2, 4], "command": [1, 4], "ar": [1, 2], "git": 1, "clone": 1, "http": [1, 4], "github": [1, 4], "com": [1, 4], "csukuangfj": [1, 4], "cd": 1, "python3": [1, 4], "setup": 1, "py": [1, 4], "test": [1, 4], "successfulli": 1, "run": 1, "c": [1, 2, 4], "import": [1, 4], "print": [1, 4], "__version__": 1, "It": [1, 2], "should": [1, 4], "e": [1, 2, 4], "g": [1, 4], "pip": 1, "verbos": [1, 4], "us": [1, 2, 4, 5], "support": 1, "For": 1, "maco": 1, "window": [1, 4], "either": [1, 4], "forg": 1, "8": [1, 4], "cudatoolkit": 1, "can": [1, 2, 4], "select": 1, "toolkit": 1, "wish": 1, "cpuonli": 1, "If": [1, 4], "encount": 1, "issu": 1, "about": 1, "miss": 1, "glibc": 1, "after": 1, "consid": 1, "reason": 1, "packag": 1, "wa": 1, "built": 1, "ubuntu": 1, "18": 1, "04": 1, "your": 1, "system": 1, "s": 1, "older": 1, "need": [1, 2, 4], "machin": 1, "gpu": 1, "i": [1, 2], "set": [1, 4], "proper": 1, "prefix": 1, "an": [1, 2, 4], "error": 1, "when": 1, "want": [1, 2, 4], "assum": 1, "path": 1, "one": 1, "follow": [1, 2, 4], "export": 1, "kaldifeat_cmake_arg": 1, "dcmake_build_typ": 1, "releas": 1, "dcudnn_library_path": 1, "lib": 1, "libcudnn": 1, "so": [1, 4], "dcudnn_include_path": 1, "includ": 1, "mkdir": 1, "some": 1, "kaldifeat": [2, 5], "implement": 2, "extract": [2, 4], "algorithm": 2, "compat": [2, 4], "kaldi": [2, 4], "cuda": [2, 4], "well": 2, "autograd": 2, "ha": [2, 4], "fulli": 2, "underli": 2, "code": [2, 4], "copi": 2, "modifi": 2, "directli": 2, "rewritten": 2, "api": 2, "provid": [2, 4], "access": 2, "cpu": [2, 4], "onlin": 2, "stream": 2, "offlin": 2, "non": 2, "chunk": 2, "base": 2, "process": [2, 4], "thi": [2, 4, 5], "especi": 2, "useful": 2, "audio": 2, "sever": 2, "hour": 2, "long": 2, "which": [2, 4], "caus": 2, "oom": 2, "send": 2, "them": 2, "onc": 2, "With": 2, "arbirtrai": 2, "length": [2, 4], "batch": 2, "current": 2, "counterpart": 2, "list": 2, "tabl": 2, "feat": [2, 4], "mfcc": 2, "plp": 2, "spectrogram": 2, "onlinemfcc": 2, "onlineplp": 2, "each": [2, 4], "correspond": 2, "note": [2, 4], "we": [2, 4], "reus": [2, 4], "paramet": [2, 4], "name": [2, 4], "both": 2, "share": 2, "same": [2, 4], "mfccoption": 2, "plpoption": 2, "spectrogramopt": 2, "frameextractionopt": [2, 4], "melbanksopt": [2, 4], "read": [2, 4], "more": [2, 4], "learn": 2, "how": [2, 4, 5], "construct": 4, "instanc": 4, "show": 4, "default": 4, "oct": 4, "28": 4, "2019": 4, "16": 4, "14": 4, "01": 4, "gcc": 4, "type": 4, "help": 4, "copyright": 4, "credit": 4, "licens": 4, "inform": 4, "opt": 4, "frame_opt": 4, "samp_freq": 4, "16000": 4, "frame_shift_m": 4, "frame_length_m": 4, "25": 4, "dither": 4, "preemph_coeff": 4, "97": 4, "remove_dc_offset": 4, "window_typ": 4, "povei": 4, "round_to_power_of_two": 4, "blackman_coeff": 4, "42": 4, "snip_edg": 4, "max_feature_vector": 4, "mel_opt": 4, "num_bin": 4, "23": 4, "low_freq": 4, "20": 4, "high_freq": 4, "vtln_low": 4, "100": 4, "vtln_high": 4, "500": 4, "debug_mel": 4, "htk_mode": 4, "use_energi": 4, "energy_floor": 4, "raw_energi": 4, "htk_compat": 4, "use_log_fbank": 4, "use_pow": 4, "devic": 4, "traceback": 4, "most": 4, "recent": 4, "call": 4, "last": 4, "file": 4, "stdin": 4, "line": 4, "modul": 4, "attributeerror": 4, "_kaldifeat": 4, "object": 4, "attribut": 4, "disabl": 4, "torch": 4, "80": 4, "option": 4, "comput": [4, 5], "output": 4, "creat": 4, "mel": 4, "filter": 4, "bank": 4, "featur": [4, 5], "wav": 4, "rspecifi": 4, "wspecifi": 4, "allow": 4, "downsampl": 4, "true": 4, "input": 4, "waveform": 4, "higher": 4, "frequenc": 4, "than": 4, "specifi": 4, "sampl": 4, "ll": 4, "bool": 4, "fals": 4, "upsampl": 4, "lower": 4, "blackman": 4, "coeff": 4, "constant": 4, "coeffici": 4, "gener": 4, "float": 4, "channel": 4, "expect": 4, "mono": 4, "left": 4, "right": 4, "int": 4, "debug": 4, "out": 4, "bin": 4, "mean": 4, "turn": 4, "off": 4, "energi": 4, "floor": 4, "absolut": 4, "rel": 4, "make": 4, "differ": 4, "necessari": 4, "suggest": 4, "valu": 4, "frame": 4, "millisecond": 4, "shift": 4, "high": 4, "freq": 4, "cutoff": 4, "offset": 4, "nyquist": 4, "htk": 4, "put": 4, "warn": 4, "suffici": 4, "get": 4, "chang": 4, "low": 4, "max": 4, "vector": 4, "memori": 4, "optim": 4, "larger": 4, "period": 4, "remov": 4, "number": 4, "latest": 4, "retain": 4, "min": 4, "durat": 4, "minimum": 4, "segment": 4, "second": 4, "num": 4, "triangular": 4, "format": 4, "string": 4, "preemphasi": 4, "signal": 4, "raw": 4, "dc": 4, "subtract": 4, "round": 4, "power": 4, "two": 4, "size": 4, "zero": 4, "pad": 4, "fft": 4, "data": 4, "must": 4, "match": 4, "snip": 4, "edg": 4, "end": 4, "effect": 4, "handl": 4, "complet": 4, "fit": 4, "reflect": 4, "cm": 4, "recommend": 4, "do": 4, "wai": 4, "add": 4, "extra": 4, "dimens": 4, "log": 4, "produc": 4, "filterbank": 4, "els": 4, "linear": 4, "magnitud": 4, "utt2spk": 4, "utter": 4, "speaker": 4, "id": 4, "map": 4, "vtln": 4, "warp": 4, "per": 4, "inflect": 4, "point": 4, "piecewis": 4, "function": 4, "neg": 4, "factor": 4, "applic": 4, "ham": 4, "han": 4, "rectangular": 4, "sine": 4, "blackmann": 4, "write": 4, "utt2dur": 4, "ark": 4, "t": 4, "standard": 4, "config": 4, "configur": 4, "repeat": 4, "messag": 4, "arg": 4, "argument": 4, "stderr": 4, "level": 4, "refer": 4, "field": 4, "One": 4, "thing": 4, "worth": 4, "assign": 4, "control": 4, "whether": 4, "perform": 4, "sure": 4, "version": 4, "blob": 4, "master": 4, "test_fbank_opt": 4, "demonstr": 4, "usr": 4, "env": 4, "2021": 4, "xiaomi": 4, "corpor": 4, "author": 4, "fangjun": 4, "kuang": 4, "pickl": 4, "def": 4, "test_default": 4, "assert": 4, "ab": 4, "1e": 4, "test_set_get": 4, "index": 4, "test_set_get_frame_opt": 4, "44100": 4, "test_set_get_mel_opt": 4, "22": 4, "101": 4, "test_from_empty_dict": 4, "from_dict": 4, "opts2": 4, "str": 4, "test_from_dict_parti": 4, "d": 4, "test_from_dict_full_and_as_dict": 4, "as_dict": 4, "2": 4, "opts3": 4, "test_pickl": 4, "dump": 4, "load": 4, "main": 4, "__name__": 4, "__main__": 4, "section": 5, "describ": 5, "exampl": 5}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"kaldifeat": [0, 1, 3, 4, 6], "content": 0, "instal": 1, "from": 1, "sourc": 1, "pypi": 1, "conda": 1, "onli": 1, "linux": 1, "faq": 1, "how": 1, "cuda": 1, "version": 1, "cpu": 1, "fix": 1, "caffe2": 1, "cannot": 1, "find": 1, "cudnn": 1, "librari": 1, "introduct": 2, "support": 2, "speech": 2, "featur": 2, "comput": 2, "option": 2, "fbank": 3, "fbankopt": 4, "exampl": 4, "usag": [4, 5], "onlinefbank": 6}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 56}}) \ No newline at end of file +Search.setIndex({"docnames": ["index", "installation", "intro", "usage/fbank", "usage/fbank_options", "usage/index", "usage/online_fbank"], "filenames": ["index.rst", "installation.rst", "intro.rst", "usage/fbank.rst", "usage/fbank_options.rst", "usage/index.rst", "usage/online_fbank.rst"], "titles": ["kaldifeat", "Installation", "Introduction", "kaldifeat.Fbank", "kaldifeat.FbankOptions", "Usage", "kaldifeat.OnlineFbank"], "terms": {"introduct": 0, "instal": [0, 2, 4], "from": [0, 2, 4], "sourc": 0, "pypi": 0, "conda": 0, "onli": [0, 2, 4], "linux": [0, 4], "faq": 0, "usag": 0, "fbankopt": [0, 2, 5], "fbank": [0, 2, 4, 5], "onlinefbank": [0, 2, 4, 5], "depend": [1, 4], "pytorch": [1, 2, 4], "1": [1, 4], "5": [1, 4], "0": [1, 4], "i": [1, 2, 4], "known": 1, "work": 1, "pleas": [1, 4], "first": 1, "befor": [1, 4], "you": [1, 2, 4], "To": 1, "10": [1, 4], "have": [1, 4], "cmake": 1, "3": [1, 4], "11": 1, "other": [1, 4], "mai": [1, 2, 4], "also": [1, 2], "python": [1, 2, 4], "6": [1, 4], "The": [1, 2, 4], "command": [1, 4], "ar": [1, 2], "git": 1, "clone": 1, "http": [1, 4], "github": [1, 4], "com": [1, 4], "csukuangfj": [1, 4], "cd": 1, "python3": [1, 4], "setup": 1, "py": [1, 4], "test": [1, 4], "successfulli": 1, "run": 1, "c": [1, 2, 4], "import": [1, 4], "print": [1, 4], "__version__": 1, "It": [1, 2], "should": [1, 4], "e": [1, 2, 4], "g": [1, 4], "pip": 1, "verbos": [1, 4], "us": [1, 2, 4, 5], "support": 1, "For": 1, "maco": 1, "window": [1, 4], "either": [1, 4], "forg": 1, "8": [1, 4], "cudatoolkit": 1, "can": [1, 2, 4], "select": 1, "toolkit": 1, "wish": 1, "cpuonli": 1, "If": [1, 4], "encount": 1, "issu": 1, "about": 1, "miss": 1, "glibc": 1, "after": 1, "consid": 1, "reason": 1, "packag": 1, "wa": 1, "built": 1, "ubuntu": 1, "18": 1, "04": 1, "your": 1, "system": 1, "": 1, "older": 1, "need": [1, 2, 4], "machin": 1, "gpu": 1, "set": [1, 4], "proper": 1, "prefix": 1, "an": [1, 2, 4], "error": 1, "when": 1, "want": [1, 2, 4], "assum": 1, "path": 1, "one": 1, "follow": [1, 2, 4], "export": 1, "kaldifeat_cmake_arg": 1, "dcmake_build_typ": 1, "releas": 1, "dcudnn_library_path": 1, "lib": 1, "libcudnn": 1, "so": [1, 4], "dcudnn_include_path": 1, "includ": 1, "mkdir": 1, "some": 1, "kaldifeat": [2, 5], "implement": 2, "extract": [2, 4], "algorithm": 2, "compat": [2, 4], "kaldi": [2, 4], "cuda": [2, 4], "well": 2, "autograd": 2, "ha": [2, 4], "fulli": 2, "underli": 2, "code": [2, 4], "copi": 2, "modifi": 2, "directli": 2, "rewritten": 2, "api": 2, "provid": [2, 4], "access": 2, "cpu": [2, 4], "onlin": 2, "stream": 2, "offlin": 2, "non": 2, "chunk": 2, "base": 2, "process": [2, 4], "thi": [2, 4, 5], "especi": 2, "useful": 2, "audio": 2, "sever": 2, "hour": 2, "long": 2, "which": [2, 4], "caus": 2, "oom": 2, "send": 2, "them": 2, "onc": 2, "With": 2, "arbirtrai": 2, "length": [2, 4], "batch": 2, "current": 2, "counterpart": 2, "list": 2, "tabl": 2, "feat": [2, 4], "mfcc": 2, "plp": 2, "spectrogram": 2, "onlinemfcc": 2, "onlineplp": 2, "each": [2, 4], "correspond": 2, "note": [2, 4], "we": [2, 4], "reus": [2, 4], "paramet": [2, 4], "name": [2, 4], "both": 2, "share": 2, "same": [2, 4], "mfccoption": 2, "plpoption": 2, "spectrogramopt": 2, "frameextractionopt": [2, 4], "melbanksopt": [2, 4], "read": [2, 4], "more": [2, 4], "learn": 2, "how": [2, 4, 5], "construct": 4, "instanc": 4, "show": 4, "default": 4, "oct": 4, "28": 4, "2019": 4, "16": 4, "14": 4, "01": 4, "gcc": 4, "type": 4, "help": 4, "copyright": 4, "credit": 4, "licens": 4, "inform": 4, "opt": 4, "frame_opt": 4, "samp_freq": 4, "16000": 4, "frame_shift_m": 4, "frame_length_m": 4, "25": 4, "dither": 4, "preemph_coeff": 4, "97": 4, "remove_dc_offset": 4, "window_typ": 4, "povei": 4, "round_to_power_of_two": 4, "blackman_coeff": 4, "42": 4, "snip_edg": 4, "max_feature_vector": 4, "mel_opt": 4, "num_bin": 4, "23": 4, "low_freq": 4, "20": 4, "high_freq": 4, "vtln_low": 4, "100": 4, "vtln_high": 4, "500": 4, "debug_mel": 4, "htk_mode": 4, "use_energi": 4, "energy_floor": 4, "raw_energi": 4, "htk_compat": 4, "use_log_fbank": 4, "use_pow": 4, "devic": 4, "traceback": 4, "most": 4, "recent": 4, "call": 4, "last": 4, "file": 4, "stdin": 4, "line": 4, "modul": 4, "attributeerror": 4, "_kaldifeat": 4, "object": 4, "attribut": 4, "disabl": 4, "torch": 4, "80": 4, "option": 4, "comput": [4, 5], "output": 4, "creat": 4, "mel": 4, "filter": 4, "bank": 4, "featur": [4, 5], "wav": 4, "rspecifi": 4, "wspecifi": 4, "allow": 4, "downsampl": 4, "true": 4, "input": 4, "waveform": 4, "higher": 4, "frequenc": 4, "than": 4, "specifi": 4, "sampl": 4, "ll": 4, "bool": 4, "fals": 4, "upsampl": 4, "lower": 4, "blackman": 4, "coeff": 4, "constant": 4, "coeffici": 4, "gener": 4, "float": 4, "channel": 4, "expect": 4, "mono": 4, "left": 4, "right": 4, "int": 4, "debug": 4, "out": 4, "bin": 4, "mean": 4, "turn": 4, "off": 4, "energi": 4, "floor": 4, "absolut": 4, "rel": 4, "make": 4, "differ": 4, "necessari": 4, "suggest": 4, "valu": 4, "frame": 4, "millisecond": 4, "shift": 4, "high": 4, "freq": 4, "cutoff": 4, "offset": 4, "nyquist": 4, "htk": 4, "put": 4, "warn": 4, "suffici": 4, "get": 4, "chang": 4, "low": 4, "max": 4, "vector": 4, "memori": 4, "optim": 4, "larger": 4, "period": 4, "remov": 4, "number": 4, "latest": 4, "retain": 4, "min": 4, "durat": 4, "minimum": 4, "segment": 4, "second": 4, "num": 4, "triangular": 4, "format": 4, "string": 4, "preemphasi": 4, "signal": 4, "raw": 4, "dc": 4, "subtract": 4, "round": 4, "power": 4, "two": 4, "size": 4, "zero": 4, "pad": 4, "fft": 4, "data": 4, "must": 4, "match": 4, "snip": 4, "edg": 4, "end": 4, "effect": 4, "handl": 4, "complet": 4, "fit": 4, "reflect": 4, "cm": 4, "recommend": 4, "do": 4, "wai": 4, "add": 4, "extra": 4, "dimens": 4, "log": 4, "produc": 4, "filterbank": 4, "els": 4, "linear": 4, "magnitud": 4, "utt2spk": 4, "utter": 4, "speaker": 4, "id": 4, "map": 4, "vtln": 4, "warp": 4, "per": 4, "inflect": 4, "point": 4, "piecewis": 4, "function": 4, "neg": 4, "factor": 4, "applic": 4, "ham": 4, "han": 4, "rectangular": 4, "sine": 4, "blackmann": 4, "write": 4, "utt2dur": 4, "ark": 4, "t": 4, "standard": 4, "config": 4, "configur": 4, "repeat": 4, "messag": 4, "arg": 4, "argument": 4, "stderr": 4, "level": 4, "refer": 4, "field": 4, "One": 4, "thing": 4, "worth": 4, "assign": 4, "control": 4, "whether": 4, "perform": 4, "sure": 4, "version": 4, "blob": 4, "master": 4, "test_fbank_opt": 4, "demonstr": 4, "usr": 4, "env": 4, "2021": 4, "xiaomi": 4, "corpor": 4, "author": 4, "fangjun": 4, "kuang": 4, "pickl": 4, "def": 4, "test_default": 4, "assert": 4, "ab": 4, "1e": 4, "test_set_get": 4, "index": 4, "test_set_get_frame_opt": 4, "44100": 4, "test_set_get_mel_opt": 4, "22": 4, "101": 4, "test_from_empty_dict": 4, "from_dict": 4, "opts2": 4, "str": 4, "test_from_dict_parti": 4, "d": 4, "test_from_dict_full_and_as_dict": 4, "as_dict": 4, "2": 4, "opts3": 4, "test_pickl": 4, "dump": 4, "load": 4, "main": 4, "__name__": 4, "__main__": 4, "section": 5, "describ": 5, "exampl": 5}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"kaldifeat": [0, 1, 3, 4, 6], "content": 0, "instal": 1, "from": 1, "sourc": 1, "pypi": 1, "conda": 1, "onli": 1, "linux": 1, "faq": 1, "how": 1, "cuda": 1, "version": 1, "cpu": 1, "fix": 1, "caffe2": 1, "cannot": 1, "find": 1, "cudnn": 1, "librari": 1, "introduct": 2, "support": 2, "speech": 2, "featur": 2, "comput": 2, "option": 2, "fbank": 3, "fbankopt": 4, "exampl": 4, "usag": [4, 5], "onlinefbank": 6}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 56}}) \ No newline at end of file