Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-13Fixes analysis buffering for silence and complexity changesJean-Marc Valin
2017-10-06Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-06-26Working around misdetected audio bandwidthJean-Marc Valin
2017-06-05Initialize speech/music prob based on applicationJean-Marc Valin
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-11-05Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2015-12-31Add tonality_analysis_reset().Ralph Giles
2015-12-31Add an initializer for TonalityAnalysisState.Ralph Giles
2015-10-08armv7(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-29run_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-07First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-09-06Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin
2013-07-02More speech/music detection comments (delayed decision)Jean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-03-01Makes the speech/music probability estimation mode conservativeexp_analysisJean-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