aboutsummaryrefslogtreecommitdiff
path: root/src/analysis.h
AgeCommit message (Expand)Author
2017-10-05Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-06-26Working around misdetected audio bandwidthJean-Marc Valin
2017-06-04Initialize speech/music prob based on applicationJean-Marc Valin
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-11-04Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2015-12-31Add tonality_analysis_reset().Ralph Giles
2015-12-31Add an initializer for TonalityAnalysisState.Ralph Giles
2015-10-07armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2013-12-10More NaN hardening in the analysis codeJean-Marc Valin
2013-11-13Variable frame size fixes (still not exposed in the API)Jean-Marc Valin
2013-09-28run_analysis() doesn't need to return the frame size anymoreJean-Marc Valin
2013-09-16Moves frame size selection back out of opus_encode_native()Jean-Marc Valin
2013-09-06First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-09-05Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin
2013-07-01More speech/music detection comments (delayed decision)Jean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-02-28Makes the speech/music probability estimation mode conservativeJean-Marc Valin
2013-02-20Adds support for delayed decisionJean-Marc Valin
2013-02-10Makes analysis usable for all frame sizesJean-Marc Valin
2013-02-10Moves analysis to the beginning of opus_encode()Jean-Marc Valin
2012-12-21New bandwidth detection codeJean-Marc Valin
2012-07-13Builds the analysis files more cleanly than #including C filesJean-Marc Valin