summaryrefslogtreecommitdiff
path: root/src/analysis.h
Commit message (Expand)AuthorAgeFilesLines
* Add RNN for VAD and speech/music classificationJean-Marc Valin2017-10-051-13/+2
* Working around misdetected audio bandwidthJean-Marc Valin2017-06-261-0/+1
* Initialize speech/music prob based on applicationJean-Marc Valin2017-06-041-0/+1
* Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin2016-12-201-6/+15
* Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin2016-11-041-1/+0
* Add tonality_analysis_reset().Ralph Giles2015-12-311-1/+8
* Add an initializer for TonalityAnalysisState.Ralph Giles2015-12-311-1/+10
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-071-1/+1
* More NaN hardening in the analysis codeJean-Marc Valin2013-12-101-3/+0
* Variable frame size fixes (still not exposed in the API)Jean-Marc Valin2013-11-131-1/+1
* run_analysis() doesn't need to return the frame size anymoreJean-Marc Valin2013-09-281-1/+1
* Moves frame size selection back out of opus_encode_native()Jean-Marc Valin2013-09-161-3/+3
* First pass at making the analysis code run with FIXED_POINTJean-Marc Valin2013-09-061-1/+1
* Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin2013-09-051-3/+3
* More speech/music detection comments (delayed decision)Jean-Marc Valin2013-07-011-0/+4
* Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin2013-05-171-1/+0
* Makes the speech/music probability estimation mode conservativeexp_analysisJean-Marc Valin2013-02-281-0/+4
* Adds support for delayed decisionJean-Marc Valin2013-02-201-1/+21
* Makes analysis usable for all frame sizesJean-Marc Valin2013-02-101-4/+6
* Moves analysis to the beginning of opus_encode()Jean-Marc Valin2013-02-101-0/+1
* New bandwidth detection codeJean-Marc Valin2012-12-211-3/+3
* Builds the analysis files more cleanly than #including C filesJean-Marc Valin2012-07-131-0/+60