var searchIndex = {}; searchIndex["simplemad"] = {"doc":"This crate provides an interface to libmad, allowing the decoding of MPEG\naudio files, including MP3s.","items":[[3,"Frame","simplemad","A decoded frame",null,null],[12,"sample_rate","","Number of samples per second",0,null],[12,"samples","","Samples are signed 32 bit integers and are organized into channels.\nFor stereo, the left channel is channel 0.",0,null],[4,"MadError","","Errors generated by libmad",null,null],[13,"None","","no error",1,null],[13,"BufLen","","input buffer too small (or eof)",1,null],[13,"BufPtr","","invalid (null) buffer pointer",1,null],[13,"NoMem","","not enough memory",1,null],[13,"LostSync","","lost synchronization",1,null],[13,"BadLayer","","reserved header layer value",1,null],[13,"BadBitRate","","forbidden bitrate value",1,null],[13,"BadSampleRate","","reserved sample frequency value",1,null],[13,"BadEmphasis","","reserved emphasis value",1,null],[13,"BadCRC","","crc check failed",1,null],[13,"BadBitAlloc","","forbidden bit allocation value",1,null],[13,"BadScaleFactor","","bad scalefactor index",1,null],[13,"BadMode","","bad bitrate/mode combination",1,null],[13,"BadFrameLen","","bad frame length",1,null],[13,"BadBigValues","","bad big_values count",1,null],[13,"BadBlockType","","reserved block_type",1,null],[13,"BadScFSI","","bad scalefactor selection info",1,null],[13,"BadDataPtr","","bad main_data_begin pointer",1,null],[13,"BadPart3Len","","bad audio data length",1,null],[13,"BadHuffTable","","bad huffman table select",1,null],[13,"BadHuffData","","huffman data overrun",1,null],[13,"BadStereo","","incompatible block_type for joint stereo",1,null],[5,"decode","","Decode a file in full",null,{"inputs":[{"name":"t"}],"output":{"name":"receiver"}}],[5,"decode_interval","","Decode part of a file from `start_time` to `end_time`, measured in milliseconds",null,{"inputs":[{"name":"t"},{"name":"f32"},{"name":"f32"}],"output":{"name":"receiver"}}],[11,"clone","","",0,null],[11,"clone","","",1,null],[11,"fmt","","",1,null]],"paths":[[3,"Frame"],[4,"MadError"]]}; initSearch(searchIndex);