Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: AAC decoder (Read 4044 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

AAC decoder

Hi,

I am a newbie to this multimedia stuff. I tried to extract the MDCT coefficients from an (.aac) audio file using the JAAD(java decoder) by modifying its api slightly.
Can anybody please explain me the exact way(procedure) or some coding techniques so as to extract MDCT coefficients from an aac audio file.

Thank You!!


AAC decoder

Reply #2
I've done this for a half dozen encoders and its super easy. The creator just find the call to your mdct and dump the argument to it.

AAC decoder

Reply #3
I've done this for a half dozen encoders and its super easy. The creator just find the call to your mdct and dump the argument to it.

Is that for long or short blocks? Which window? 
-----
J. D. (jj) Johnston

AAC decoder

Reply #4
I've done this for a half dozen encoders and its super easy. The creator just find the call to your mdct and dump the argument to it.

Thanks a lot!!

I have extracted the data from the frames and got the output as follows.

Code: [Select]
[[0.08838793, 2.7117162E-4], [0.088354655, 0.0024402384], [0.08826816, 0.0046078353], [0.08812849, 0.0067726565], [0.08793574, 0.008933398], [0.08769002, 0.011088759], [0.08739147, 0.01323744], [0.08704029, 0.015378147], [0.08663668, 0.01750959], [0.08618088, 0.019630488], [0.08567317, 0.021739561], [0.085113846, 0.023835538], [0.08450326, 0.025917158], [0.08384177, 0.027983164], [0.08312978, 0.030032318], [0.08236771, 0.03206338], [0.08155603, 0.034075126], [0.08069522, 0.03606635], [0.0797858, 0.038035847], [0.07882833, 0.039982434], [0.07782337, 0.041904934], [0.07677153, 0.043802194], [0.075673446, 0.04567307], [0.07452978, 0.04751643], [0.07334123, 0.049331173], [0.072108485, 0.051116202], [0.07083231, 0.052870438], [0.06951348, 0.054592825], [0.06815276, 0.05628233], [0.066751, 0.05793793], [0.06530903, 0.059558634], [0.063827716, 0.061143458], [0.062307958, 0.06269145], [0.060750667, 0.06420168], [0.059156783, 0.06567325], [0.057527263, 0.06710525], [0.055863094, 0.06849682], [0.05416527, 0.069847144], [0.05243482, 0.07115539], [0.05067279, 0.072420776], [0.048880234, 0.07364254], [0.047058232, 0.07481994], [0.045207888, 0.07595227], [0.043330308, 0.07703885], [0.04142663, 0.07807902], [0.039497998, 0.07907217], [0.037545573, 0.080017686], [0.035570532, 0.080915], [0.033574067, 0.08176357], [0.031557377, 0.08256289], [0.029521678, 0.08331249], [0.027468195, 0.08401189], [0.025398167, 0.084660694], [0.02331284, 0.0852585], [0.02121347, 0.08580495], [0.019101324, 0.08629971], [0.01697767, 0.08674248], [0.014843788, 0.08713301], [0.012700967, 0.08747105], [0.010550494, 0.08775641], [0.008393667, 0.0879889], [0.006231783, 0.08816839], [0.004066145, 0.08829477], [0.0018980585, 0.08836797]]



[[0.031249998, 1.1984224E-5], [0.031249814, 1.0785781E-4], [0.031249335, 2.0373038E-4], [0.031248564, 2.9960103E-4], [0.031247498, 3.9546887E-4], [0.031246137, 4.9133296E-4], [0.031244483, 5.871925E-4], [0.031242535, 6.830464E-4], [0.031240292, 7.7889394E-4], [0.031237755, 8.7473413E-4], [0.031234924, 9.705661E-4], [0.0312318, 0.0010663889], [0.03122838, 0.0011622017], [0.031224668, 0.0012580036], [0.031220661, 0.0013537935], [0.031216362, 0.0014495709], [0.031211767, 0.0015453345], [0.03120688, 0.0016410836], [0.031201698, 0.0017368172], [0.031196224, 0.0018325346], [0.031190453, 0.0019282346], [0.031184392, 0.0020239165], [0.031178035, 0.0021195794], [0.031171385, 0.0022152222], [0.031164443, 0.0023108441], [0.031157207, 0.0024064444], [0.031149678, 0.002502022], [0.031141855, 0.0025975762], [0.03113374, 0.002693106], [0.03112533, 0.00278861], [0.031116627, 0.002884088], [0.031107632, 0.002979539], [0.031098345, 0.003074962], [0.031088766, 0.003170356], [0.031078892, 0.0032657199], [0.031068727, 0.0033610533], [0.03105827, 0.0034563548], [0.03104752, 0.003551624], [0.031036478, 0.00364686], [0.031025143, 0.0037420613], [0.031013517, 0.0038372274], [0.031001598, 0.0039323573], [0.030989388, 0.0040274505], [0.030976886, 0.004122506], [0.030964091, 0.004217522], [0.030951008, 0.0043124985], [0.03093763, 0.0044074347], [0.030923964, 0.0045023295], [0.030910006, 0.0045971815], [0.030895757, 0.0046919906], [0.030881215, 0.004786755], [0.030866385, 0.004881475], [0.030851264, 0.0049761487], [0.030835852, 0.0050707757], [0.03082015, 0.005165355], [0.030804157, 0.0052598855], [0.030787876, 0.0053543663], [0.030771304, 0.0054487973], [0.030754441, 0.0055431766], [0.03073729, 0.0056375037], [0.03071985, 0.0057317778], [0.030702122, 0.0058259983], [0.030684102, 0.0059201634], [0.030665796, 0.006014273], [0.0306472, 0.006108326], [0.030628316, 0.0062023215], [0.030609142, 0.006296259], [0.030589683, 0.0063901367], [0.030569933, 0.0064839544], [0.030549897, 0.006577711], [0.030529574, 0.006671406], [0.030508962, 0.006765038], [0.030488063, 0.0068586064], [0.030466879, 0.00695211], [0.030445406, 0.0070455484], [0.030423647, 0.0071389205], [0.030401602, 0.0072322255], [0.030379271, 0.007325462], [0.030356653, 0.0074186297], [0.030333752, 0.007511728], [0.030310562, 0.007604755], [0.030287089, 0.007697711], [0.03026333, 0.007790594], [0.030239286, 0.007883404], [0.030214958, 0.00797614], [0.030190345, 0.0080688], [0.030165449, 0.008161386], [0.030140268, 0.008253893], [0.030114803, 0.008346323], [0.030089056, 0.008438675], [0.030063024, 0.008530947], [0.03003671, 0.008623139], [0.030010113, 0.00871525], [0.029983234, 0.008807278], [0.029956073, 0.008899224], [0.02992863, 0.008991086], [0.029900905, 0.009082864], [0.029872898, 0.009174556], [0.02984461, 0.009266161], [0.02981604, 0.00935768], [0.029787192, 0.009449109], [0.029758062, 0.009540451], [0.029728653, 0.009631703], [0.029698964, 0.009722863], [0.029668994, 0.009813933], [0.029638747, 0.00990491], [0.029608218, 0.009995794], [0.029577412, 0.010086584], [0.029546328, 0.010177278], [0.029514967, 0.010267877], [0.029483326, 0.010358379], [0.029451407, 0.010448785], [0.029419212, 0.010539091], [0.02938674, 0.010629298], [0.029353991, 0.0107194055], [0.029320966, 0.010809411], [0.029287666, 0.0108993165], [0.02925409, 0.010989118], [0.029220238, 0.011078817], [0.029186111, 0.011168411], [0.02915171, 0.0112579], [0.029117033, 0.011347284], [0.029082084, 0.01143656], [0.02904686, 0.011525729], [0.029011363, 0.011614789], [0.028975593, 0.01170374], [0.028939549, 0.011792581], [0.028903235, 0.0118813105], [0.028866647, 0.011969929], [0.028829789, 0.012058434], [0.028792657, 0.012146826], [0.028755257, 0.012235103], [0.028717585, 0.012323265], [0.028679641, 0.012411311], [0.028641429, 0.012499241], [0.028602947, 0.012587053], [0.028564196, 0.012674746], [0.028525176, 0.01276232], [0.028485889, 0.012849774], [0.028446332, 0.012937107], [0.028406506, 0.013024318], [0.028366415, 0.013111407], [0.028326057, 0.013198372], [0.02828543, 0.013285213], [0.02824454, 0.0133719295], [0.028203381, 0.013458519], [0.02816196, 0.013544983], [0.028120272, 0.013631319], [0.028078318, 0.013717527], [0.0280361, 0.013803605], [0.027993621, 0.013889553], [0.027950877, 0.013975372], [0.027907869, 0.014061058], [0.0278646, 0.014146612], [0.027821066, 0.014232032], [0.027777273, 0.014317319], [0.027733216, 0.0144024715], [0.0276889, 0.014487488], [0.027644323, 0.014572368], [0.027599486, 0.014657111], [0.02755439, 0.014741716], [0.027509032, 0.014826182], [0.027463416, 0.014910509], [0.027417542, 0.014994696], [0.02737141, 0.015078741], [0.02732502, 0.015162644], [0.027278373, 0.015246404], [0.02723147, 0.015330022], [0.02718431, 0.015413495], [0.027136894, 0.015496822], [0.027089221, 0.015580004], [0.027041296, 0.015663039], [0.026993115, 0.015745927], [0.02694468, 0.015828667], [0.026895992, 0.015911257], [0.02684705, 0.015993698], [0.026797855, 0.01607599], [0.02674841, 0.016158128], [0.02669871, 0.016240114], [0.026648762, 0.01632195], [0.026598562, 0.016403629], [0.02654811, 0.016485155], [0.026497409, 0.016566526], [0.02644646, 0.016647741], [0.026395261, 0.0167288], [0.026343813, 0.0168097], [0.026292117, 0.016890442], [0.026240176, 0.016971026], [0.026187984, 0.01705145], [0.026135549, 0.017131714], [0.026082866, 0.017211815], [0.026029939, 0.017291756], [0.025976766, 0.017371533], [0.025923347, 0.017451147], [0.025869686, 0.017530596], [0.025815781, 0.017609881], [0.025761634, 0.017688999], [0.025707243, 0.017767953], [0.025652612, 0.017846737], [0.025597738, 0.017925354], [0.025542622, 0.018003803], [0.025487268, 0.018082082], [0.025431672, 0.01816019], [0.02537584, 0.01823813], [0.025319764, 0.018315895], [0.025263453, 0.018393489], [0.025206905, 0.01847091], [0.025150118, 0.018548155], [0.025093095, 0.018625228], [0.025035836, 0.018702125], [0.02497834, 0.018778846], [0.024920609, 0.01885539], [0.024862645, 0.018931756], [0.024804447, 0.019007945], [0.024746014, 0.019083954], [0.024687348, 0.019159785], [0.024628451, 0.019235434], [0.024569321, 0.019310903], [0.02450996, 0.019386189], [0.02445037, 0.019461293], [0.024390548, 0.019536214], [0.024330497, 0.01961095], [0.024270218, 0.019685503], [0.024209708, 0.019759871], [0.024148973, 0.019834053], [0.024088008, 0.019908046], [0.024026819, 0.019981854], [0.023965402, 0.020055473], [0.02390376, 0.020128904], [0.023841891, 0.020202145], [0.0237798, 0.020275196], [0.023717485, 0.020348055], [0.023654947, 0.020420725], [0.023592185, 0.0204932], [0.023529202, 0.020565484], [0.023465998, 0.020637574], [0.023402572, 0.02070947], [0.023338927, 0.02078117], [0.02327506, 0.020852676], [0.023210976, 0.020923983], [0.023146672, 0.020995095], [0.023082152, 0.02106601], [0.023017414, 0.021136725], [0.022952458, 0.021207243], [0.022887288, 0.02127756], [0.022821901, 0.021347677], [0.0227563, 0.021417594], [0.022690484, 0.021487307], [0.022624455, 0.02155682], [0.022558214, 0.02162613], [0.02249176, 0.021695236], [0.022425095, 0.021764137], [0.022358216, 0.021832833], [0.02229113, 0.021901324], [0.022223832, 0.02196961], [0.022156326, 0.022037689], [0.022088611, 0.02210556], [0.022020688, 0.022173222], [0.021952558, 0.022240676], [0.021884222, 0.022307921], [0.021815678, 0.022374956], [0.02174693, 0.02244178], [0.021677978, 0.022508394], [0.02160882, 0.022574795], [0.02153946, 0.022640983], [0.021469899, 0.02270696], [0.021400133, 0.02277272], [0.021330167, 0.022838268], [0.021259999, 0.0229036], [0.021189632, 0.022968717], [0.021119066, 0.023033619], [0.0210483, 0.023098303], [0.020977337, 0.02316277], [0.020906175, 0.023227017], [0.020834817, 0.023291048], [0.020763263, 0.023354858], [0.020691514, 0.023418449], [0.02061957, 0.02348182], [0.020547431, 0.023544969], [0.020475099, 0.023607897], [0.020402575, 0.023670603], [0.02032986, 0.023733085], [0.020256951, 0.023795344], [0.020183852, 0.02385738], [0.020110564, 0.023919191], [0.020037087, 0.023980778], [0.01996342, 0.024042137], [0.019889567, 0.02410327], [0.019815525, 0.024164177], [0.019741297, 0.024224857], [0.019666882, 0.024285309], [0.019592285, 0.024345532], [0.019517502, 0.024405524], [0.019442534, 0.024465289], [0.019367384, 0.024524823], [0.019292051, 0.024584126], [0.019216537, 0.024643198], [0.019140843, 0.024702037], [0.019064968, 0.024760643], [0.018988915, 0.024819018], [0.01891268, 0.024877159], [0.018836271, 0.024935065], [0.01875968, 0.024992736], [0.018682918, 0.025050173], [0.018605975, 0.025107373], [0.01852886, 0.025164336], [0.01845157, 0.025221065], [0.018374106, 0.025277553], [0.018296469, 0.025333805], [0.01821866, 0.02538982], [0.01814068, 0.025445594], [0.018062528, 0.025501128], [0.017984206, 0.025556425], [0.017905716, 0.025611479], [0.017827056, 0.025666293], [0.01774823, 0.025720865], [0.017669236, 0.025775194], [0.017590076, 0.025829282], [0.01751075, 0.025883125], [0.01743126, 0.025936725], [0.017351603, 0.025990082], [0.017271785, 0.026043193], [0.017191805, 0.026096059], [0.017111663, 0.02614868], [0.017031359, 0.026201056], [0.016950896, 0.026253184], [0.016870271, 0.026305065], [0.01678949, 0.026356699], [0.01670855, 0.026408084], [0.016627451, 0.02645922], [0.016546197, 0.026510108], [0.016464788, 0.026560746], [0.016383223, 0.026611134], [0.016301505, 0.026661273], [0.016219633, 0.026711158], [0.016137607, 0.026760794], [0.016055431, 0.026810179], [0.015973102, 0.02685931], [0.015890624, 0.026908187], [0.015807996, 0.026956813], [0.01572522, 0.027005184], [0.015642295, 0.027053302], [0.015559223, 0.027101165], [0.015476004, 0.027148772], [0.01539264, 0.027196124], [0.015309131, 0.02724322], [0.015225478, 0.02729006], [0.015141682, 0.027336642], [0.015057743, 0.027382966], [0.014973662, 0.027429035], [0.0148894405, 0.027474845], [0.0148050785, 0.027520396], [0.014720578, 0.027565686], [0.014635938, 0.02761072], [0.014551161, 0.027655492], [0.014466247, 0.027700003], [0.014381196, 0.027744256], [0.01429601, 0.027788246], [0.01421069, 0.027831974], [0.014125235, 0.027875442], [0.014039649, 0.027918646], [0.013953929, 0.027961588], [0.013868079, 0.028004266], [0.013782097, 0.02804668], [0.013695987, 0.028088832], [0.0136097465, 0.028130718], [0.013523379, 0.02817234], [0.013436884, 0.028213697], [0.013350262, 0.028254787], [0.013263515, 0.028295612], [0.013176642, 0.028336171], [0.013089647, 0.028376464], [0.013002527, 0.028416488], [0.012915285, 0.028456245], [0.012827922, 0.028495735], [0.012740438, 0.028534956], [0.012652834, 0.02857391], [0.012565111, 0.028612593], [0.012477269, 0.028651008], [0.012389311, 0.028689153], [0.012301235, 0.028727027], [0.012213044, 0.028764632], [0.012124738, 0.028801966], [0.012036318, 0.028839028], [0.011947785, 0.02887582], [0.0118591385, 0.02891234], [0.011770381, 0.028948586], [0.011681512, 0.028984562], [0.011592534, 0.029020263], [0.011503447, 0.029055692], [0.01141425, 0.029090848], [0.011324948, 0.029125728], [0.011235538, 0.029160336], [0.011146022, 0.029194668], [0.011056402, 0.029228726], [0.010966677, 0.02926251], [0.010876849, 0.029296018], [0.01078692, 0.02932925], [0.010696888, 0.029362205], [0.0106067555, 0.029394884], [0.010516523, 0.029427288], [0.010426193, 0.029459413], [0.010335763, 0.02949126], [0.010245237, 0.029522832], [0.010154613, 0.029554125], [0.010063895, 0.02958514], [0.009973082, 0.029615877], [0.009882174, 0.029646333], [0.009791174, 0.029676512], [0.009700082, 0.029706411], [0.009608898, 0.02973603], [0.009517624, 0.029765371], [0.00942626, 0.02979443], [0.009334808, 0.02982321], [0.009243268, 0.029851709], [0.00915164, 0.029879926], [0.009059927, 0.029907862], [0.008968129, 0.029935516], [0.0088762455, 0.02996289], [0.008784279, 0.02998998], [0.00869223, 0.03001679], [0.008600098, 0.030043315], [0.008507887, 0.030069558], [0.008415595, 0.03009552], [0.008323223, 0.030121196], [0.008230773, 0.03014659], [0.008138246, 0.0301717], [0.008045643, 0.030196525], [0.007952963, 0.030221067], [0.007860209, 0.030245325], [0.00776738, 0.030269297], [0.0076744785, 0.030292984], [0.007581505, 0.030316386], [0.00748846, 0.030339504], [0.0073953443, 0.030362334], [0.0073021594, 0.030384881], [0.0072089056, 0.03040714], [0.007115584, 0.030429114], [0.007022195, 0.0304508], [0.00692874, 0.030472202], [0.0068352204, 0.030493315], [0.006741636, 0.030514142], [0.006647988, 0.030534681], [0.0065542776, 0.030554933], [0.0064605055, 0.030574897], [0.006366673, 0.030594574], [0.00627278, 0.030613963], [0.006178828, 0.030633064], [0.0060848184, 0.030651875], [0.005990751, 0.030670399], [0.0058966274, 0.030688634], [0.005802448, 0.03070658], [0.0057082144, 0.030724239], [0.005613927, 0.030741606], [0.0055195866, 0.030758685], [0.0054251943, 0.030775474], [0.0053307507, 0.030791974], [0.0052362573, 0.030808182], [0.0051417146, 0.030824102], [0.0050471234, 0.030839732], [0.0049524847, 0.03085507], [0.004857799, 0.03087012], [0.004763068, 0.030884879], [0.004668292, 0.030899346], [0.0045734723, 0.030913522], [0.0044786097, 0.030927408], [0.0043837046, 0.030941002], [0.004288758, 0.030954305], [0.0041937716, 0.030967318], [0.0040987455, 0.03098004], [0.004003681, 0.030992467], [0.0039085783, 0.031004604], [0.0038134393, 0.03101645], [0.0037182642, 0.031028004], [0.0036230541, 0.031039266], [0.0035278099, 0.031050235], [0.0034325325, 0.031060912], [0.0033372228, 0.031071296], [0.0032418817, 0.031081388], [0.00314651, 0.031091187], [0.003051109, 0.031100696], [0.0029556789, 0.031109909], [0.002860221, 0.03111883], [0.0027647365, 0.03112746], [0.0026692257, 0.031135796], [0.00257369, 0.031143837], [0.00247813, 0.031151587], [0.0023825464, 0.031159043], [0.0022869406, 0.031166205], [0.0021913133, 0.031173076], [0.0020956653, 0.031179652], [0.0019999978, 0.031185934], [0.0019043112, 0.031191923], [0.0018086068, 0.031197619], [0.0017128853, 0.03120302], [0.0016171477, 0.03120813], [0.0015213949, 0.031212945], [0.0014256279, 0.031217465], [0.0013298473, 0.031221692], [0.0012340542, 0.031225624], [0.0011382495, 0.031229263], [0.0010424341, 0.031232608], [9.4660895E-4, 0.03123566], [8.507748E-4, 0.031238416], [7.549327E-4, 0.03124088], [6.590835E-4, 0.031243049], [5.632281E-4, 0.031244924], [4.6736735E-4, 0.031246506], [3.7150222E-4, 0.03124779], [2.756336E-4, 0.031248784], [1.7976238E-4, 0.031249482], [8.388947E-5, 0.031249888]]

What does this output mean??

AAC decoder

Reply #5
Hi,

I am a newbie to this stuff. I have slightly modified the JAAD api and got the output from the aac file(all the frames) as follows:

                                                                   
                                                                   
                                                                   
                                           
[[0.08838793, 2.7117162E-4], [0.088354655, 0.0024402384], [0.08826816, 0.0046078353], [0.08812849, 0.0067726565], [0.08793574, 0.008933398], [0.08769002, 0.011088759], [0.08739147, 0.01323744], [0.08704029, 0.015378147], [0.08663668, 0.01750959], [0.08618088, 0.019630488], [0.08567317, 0.021739561], [0.085113846, 0.023835538], [0.08450326, 0.025917158], [0.08384177, 0.027983164], [0.08312978, 0.030032318], [0.08236771, 0.03206338], [0.08155603, 0.034075126], [0.08069522, 0.03606635], [0.0797858, 0.038035847], [0.07882833, 0.039982434], [0.07782337, 0.041904934], [0.07677153, 0.043802194], [0.075673446, 0.04567307], [0.07452978, 0.04751643], [0.07334123, 0.049331173], [0.072108485, 0.051116202], [0.07083231, 0.052870438], [0.06951348, 0.054592825], [0.06815276, 0.05628233], [0.066751, 0.05793793], [0.06530903, 0.059558634], [0.063827716, 0.061143458], [0.062307958, 0.06269145], [0.060750667, 0.06420168], [0.059156783, 0.06567325], [0.057527263, 0.06710525], [0.055863094, 0.06849682], [0.05416527, 0.069847144], [0.05243482, 0.07115539], [0.05067279, 0.072420776], [0.048880234, 0.07364254], [0.047058232, 0.07481994], [0.045207888, 0.07595227], [0.043330308, 0.07703885], [0.04142663, 0.07807902], [0.039497998, 0.07907217], [0.037545573, 0.080017686], [0.035570532, 0.080915], [0.033574067, 0.08176357], [0.031557377, 0.08256289], [0.029521678, 0.08331249], [0.027468195, 0.08401189], [0.025398167, 0.084660694], [0.02331284, 0.0852585], [0.02121347, 0.08580495], [0.019101324, 0.08629971], [0.01697767, 0.08674248], [0.014843788, 0.08713301], [0.012700967, 0.08747105], [0.010550494, 0.08775641], [0.008393667, 0.0879889], [0.006231783, 0.08816839], [0.004066145, 0.08829477], [0.0018980585, 0.08836797]]



[[0.031249998, 1.1984224E-5], [0.031249814, 1.0785781E-4], [0.031249335, 2.0373038E-4], [0.031248564, 2.9960103E-4], [0.031247498, 3.9546887E-4], [0.031246137, 4.9133296E-4], [0.031244483, 5.871925E-4], [0.031242535, 6.830464E-4], [0.031240292, 7.7889394E-4], [0.031237755, 8.7473413E-4], [0.031234924, 9.705661E-4], [0.0312318, 0.0010663889], [0.03122838, 0.0011622017], [0.031224668, 0.0012580036], [0.031220661, 0.0013537935], [0.031216362, 0.0014495709], [0.031211767, 0.0015453345], [0.03120688, 0.0016410836], [0.031201698, 0.0017368172], [0.031196224, 0.0018325346], [0.031190453, 0.0019282346], [0.031184392, 0.0020239165], [0.031178035, 0.0021195794], [0.031171385, 0.0022152222], [0.031164443, 0.0023108441], [0.031157207, 0.0024064444], [0.031149678, 0.002502022], [0.031141855, 0.0025975762], [0.03113374, 0.002693106], [0.03112533, 0.00278861], [0.031116627, 0.002884088], [0.031107632, 0.002979539], [0.031098345, 0.003074962], [0.031088766, 0.003170356], [0.031078892, 0.0032657199], [0.031068727, 0.0033610533], [0.03105827, 0.0034563548], [0.03104752, 0.003551624], [0.031036478, 0.00364686], [0.031025143, 0.0037420613], [0.031013517, 0.0038372274], [0.031001598, 0.0039323573], [0.030989388, 0.0040274505], [0.030976886, 0.004122506], [0.030964091, 0.004217522], [0.030951008, 0.0043124985], [0.03093763, 0.0044074347], [0.030923964, 0.0045023295], [0.030910006, 0.0045971815], [0.030895757, 0.0046919906], [0.030881215, 0.004786755], [0.030866385, 0.004881475], [0.030851264, 0.0049761487], [0.030835852, 0.0050707757], [0.03082015, 0.005165355], [0.030804157, 0.0052598855], [0.030787876, 0.0053543663], [0.030771304, 0.0054487973], [0.030754441, 0.0055431766], [0.03073729, 0.0056375037], [0.03071985, 0.0057317778], [0.030702122, 0.0058259983], [0.030684102, 0.0059201634], [0.030665796, 0.006014273], [0.0306472, 0.006108326], [0.030628316, 0.0062023215], [0.030609142, 0.006296259], [0.030589683, 0.0063901367], [0.030569933, 0.0064839544], [0.030549897, 0.006577711], [0.030529574, 0.006671406], [0.030508962, 0.006765038], [0.030488063, 0.0068586064], [0.030466879, 0.00695211], [0.030445406, 0.0070455484], [0.030423647, 0.0071389205], [0.030401602, 0.0072322255], [0.030379271, 0.007325462], [0.030356653, 0.0074186297], [0.030333752, 0.007511728], [0.030310562, 0.007604755], [0.030287089, 0.007697711], [0.03026333, 0.007790594], [0.030239286, 0.007883404], [0.030214958, 0.00797614], [0.030190345, 0.0080688], [0.030165449, 0.008161386], [0.030140268, 0.008253893], [0.030114803, 0.008346323], [0.030089056, 0.008438675], [0.030063024, 0.008530947], [0.03003671, 0.008623139], [0.030010113, 0.00871525], [0.029983234, 0.008807278], [0.029956073, 0.008899224], [0.02992863, 0.008991086], [0.029900905, 0.009082864], [0.029872898, 0.009174556], [0.02984461, 0.009266161], [0.02981604, 0.00935768], [0.029787192, 0.009449109], [0.029758062, 0.009540451], [0.029728653, 0.009631703], [0.029698964, 0.009722863], [0.029668994, 0.009813933], [0.029638747, 0.00990491], [0.029608218, 0.009995794], [0.029577412, 0.010086584], [0.029546328, 0.010177278], [0.029514967, 0.010267877], [0.029483326, 0.010358379], [0.029451407, 0.010448785], [0.029419212, 0.010539091], [0.02938674, 0.010629298], [0.029353991, 0.0107194055], [0.029320966, 0.010809411], [0.029287666, 0.0108993165], [0.02925409, 0.010989118], [0.029220238, 0.011078817], [0.029186111, 0.011168411], [0.02915171, 0.0112579], [0.029117033, 0.011347284], [0.029082084, 0.01143656], [0.02904686, 0.011525729], [0.029011363, 0.011614789], [0.028975593, 0.01170374], [0.028939549, 0.011792581], [0.028903235, 0.0118813105], [0.028866647, 0.011969929], [0.028829789, 0.012058434], [0.028792657, 0.012146826], [0.028755257, 0.012235103], [0.028717585, 0.012323265], [0.028679641, 0.012411311], [0.028641429, 0.012499241], [0.028602947, 0.012587053], [0.028564196, 0.012674746], [0.028525176, 0.01276232], [0.028485889, 0.012849774], [0.028446332, 0.012937107], [0.028406506, 0.013024318], [0.028366415, 0.013111407], [0.028326057, 0.013198372], [0.02828543, 0.013285213], [0.02824454, 0.0133719295], [0.028203381, 0.013458519], [0.02816196, 0.013544983], [0.028120272, 0.013631319], [0.028078318, 0.013717527], [0.0280361, 0.013803605], [0.027993621, 0.013889553], [0.027950877, 0.013975372], [0.027907869, 0.014061058], [0.0278646, 0.014146612], [0.027821066, 0.014232032], [0.027777273, 0.014317319], [0.027733216, 0.0144024715], [0.0276889, 0.014487488], [0.027644323, 0.014572368], [0.027599486, 0.014657111], [0.02755439, 0.014741716], [0.027509032, 0.014826182], [0.027463416, 0.014910509], [0.027417542, 0.014994696], [0.02737141, 0.015078741], [0.02732502, 0.015162644], [0.027278373, 0.015246404], [0.02723147, 0.015330022], [0.02718431, 0.015413495], [0.027136894, 0.015496822], [0.027089221, 0.015580004], [0.027041296, 0.015663039], [0.026993115, 0.015745927], [0.02694468, 0.015828667], [0.026895992, 0.015911257], [0.02684705, 0.015993698], [0.026797855, 0.01607599], [0.02674841, 0.016158128], [0.02669871, 0.016240114], [0.026648762, 0.01632195], [0.026598562, 0.016403629], [0.02654811, 0.016485155], [0.026497409, 0.016566526], [0.02644646, 0.016647741], [0.026395261, 0.0167288], [0.026343813, 0.0168097], [0.026292117, 0.016890442], [0.026240176, 0.016971026], [0.026187984, 0.01705145], [0.026135549, 0.017131714], [0.026082866, 0.017211815], [0.026029939, 0.017291756], [0.025976766, 0.017371533], [0.025923347, 0.017451147], [0.025869686, 0.017530596], [0.025815781, 0.017609881], [0.025761634, 0.017688999], [0.025707243, 0.017767953], [0.025652612, 0.017846737], [0.025597738, 0.017925354], [0.025542622, 0.018003803], [0.025487268, 0.018082082], [0.025431672, 0.01816019], [0.02537584, 0.01823813], [0.025319764, 0.018315895], [0.025263453, 0.018393489], [0.025206905, 0.01847091], [0.025150118, 0.018548155], [0.025093095, 0.018625228], [0.025035836, 0.018702125], [0.02497834, 0.018778846], [0.024920609, 0.01885539], [0.024862645, 0.018931756], [0.024804447, 0.019007945], [0.024746014, 0.019083954], [0.024687348, 0.019159785], [0.024628451, 0.019235434], [0.024569321, 0.019310903], [0.02450996, 0.019386189], [0.02445037, 0.019461293], [0.024390548, 0.019536214], [0.024330497, 0.01961095], [0.024270218, 0.019685503], [0.024209708, 0.019759871], [0.024148973, 0.019834053], [0.024088008, 0.019908046], [0.024026819, 0.019981854], [0.023965402, 0.020055473], [0.02390376, 0.020128904], [0.023841891, 0.020202145], [0.0237798, 0.020275196], [0.023717485, 0.020348055], [0.023654947, 0.020420725], [0.023592185, 0.0204932], [0.023529202, 0.020565484], [0.023465998, 0.020637574], [0.023402572, 0.02070947], [0.023338927, 0.02078117], [0.02327506, 0.020852676], [0.023210976, 0.020923983], [0.023146672, 0.020995095], [0.023082152, 0.02106601], [0.023017414, 0.021136725], [0.022952458, 0.021207243], [0.022887288, 0.02127756], [0.022821901, 0.021347677], [0.0227563, 0.021417594], [0.022690484, 0.021487307], [0.022624455, 0.02155682], [0.022558214, 0.02162613], [0.02249176, 0.021695236], [0.022425095, 0.021764137], [0.022358216, 0.021832833], [0.02229113, 0.021901324], [0.022223832, 0.02196961], [0.022156326, 0.022037689], [0.022088611, 0.02210556], [0.022020688, 0.022173222], [0.021952558, 0.022240676], [0.021884222, 0.022307921], [0.021815678, 0.022374956], [0.02174693, 0.02244178], [0.021677978, 0.022508394], [0.02160882, 0.022574795], [0.02153946, 0.022640983], [0.021469899, 0.02270696], [0.021400133, 0.02277272], [0.021330167, 0.022838268], [0.021259999, 0.0229036], [0.021189632, 0.022968717], [0.021119066, 0.023033619], [0.0210483, 0.023098303], [0.020977337, 0.02316277], [0.020906175, 0.023227017], [0.020834817, 0.023291048], [0.020763263, 0.023354858], [0.020691514, 0.023418449], [0.02061957, 0.02348182], [0.020547431, 0.023544969], [0.020475099, 0.023607897], [0.020402575, 0.023670603], [0.02032986, 0.023733085], [0.020256951, 0.023795344], [0.020183852, 0.02385738], [0.020110564, 0.023919191], [0.020037087, 0.023980778], [0.01996342, 0.024042137], [0.019889567, 0.02410327], [0.019815525, 0.024164177], [0.019741297, 0.024224857], [0.019666882, 0.024285309], [0.019592285, 0.024345532], [0.019517502, 0.024405524], [0.019442534, 0.024465289], [0.019367384, 0.024524823], [0.019292051, 0.024584126], [0.019216537, 0.024643198], [0.019140843, 0.024702037], [0.019064968, 0.024760643], [0.018988915, 0.024819018], [0.01891268, 0.024877159], [0.018836271, 0.024935065], [0.01875968, 0.024992736], [0.018682918, 0.025050173], [0.018605975, 0.025107373], [0.01852886, 0.025164336], [0.01845157, 0.025221065], [0.018374106, 0.025277553], [0.018296469, 0.025333805], [0.01821866, 0.02538982], [0.01814068, 0.025445594], [0.018062528, 0.025501128], [0.017984206, 0.025556425], [0.017905716, 0.025611479], [0.017827056, 0.025666293], [0.01774823, 0.025720865], [0.017669236, 0.025775194], [0.017590076, 0.025829282], [0.01751075, 0.025883125], [0.01743126, 0.025936725], [0.017351603, 0.025990082], [0.017271785, 0.026043193], [0.017191805, 0.026096059], [0.017111663, 0.02614868], [0.017031359, 0.026201056], [0.016950896, 0.026253184], [0.016870271, 0.026305065], [0.01678949, 0.026356699], [0.01670855, 0.026408084], [0.016627451, 0.02645922], [0.016546197, 0.026510108], [0.016464788, 0.026560746], [0.016383223, 0.026611134], [0.016301505, 0.026661273], [0.016219633, 0.026711158], [0.016137607, 0.026760794], [0.016055431, 0.026810179], [0.015973102, 0.02685931], [0.015890624, 0.026908187], [0.015807996, 0.026956813], [0.01572522, 0.027005184], [0.015642295, 0.027053302], [0.015559223, 0.027101165], [0.015476004, 0.027148772], [0.01539264, 0.027196124], [0.015309131, 0.02724322], [0.015225478, 0.02729006], [0.015141682, 0.027336642], [0.015057743, 0.027382966], [0.014973662, 0.027429035], [0.0148894405, 0.027474845], [0.0148050785, 0.027520396], [0.014720578, 0.027565686], [0.014635938, 0.02761072], [0.014551161, 0.027655492], [0.014466247, 0.027700003], [0.014381196, 0.027744256], [0.01429601, 0.027788246], [0.01421069, 0.027831974], [0.014125235, 0.027875442], [0.014039649, 0.027918646], [0.013953929, 0.027961588], [0.013868079, 0.028004266], [0.013782097, 0.02804668], [0.013695987, 0.028088832], [0.0136097465, 0.028130718], [0.013523379, 0.02817234], [0.013436884, 0.028213697], [0.013350262, 0.028254787], [0.013263515, 0.028295612], [0.013176642, 0.028336171], [0.013089647, 0.028376464], [0.013002527, 0.028416488], [0.012915285, 0.028456245], [0.012827922, 0.028495735], [0.012740438, 0.028534956], [0.012652834, 0.02857391], [0.012565111, 0.028612593], [0.012477269, 0.028651008], [0.012389311, 0.028689153], [0.012301235, 0.028727027], [0.012213044, 0.028764632], [0.012124738, 0.028801966], [0.012036318, 0.028839028], [0.011947785, 0.02887582], [0.0118591385, 0.02891234], [0.011770381, 0.028948586], [0.011681512, 0.028984562], [0.011592534, 0.029020263], [0.011503447, 0.029055692], [0.01141425, 0.029090848], [0.011324948, 0.029125728], [0.011235538, 0.029160336], [0.011146022, 0.029194668], [0.011056402, 0.029228726], [0.010966677, 0.02926251], [0.010876849, 0.029296018], [0.01078692, 0.02932925], [0.010696888, 0.029362205], [0.0106067555, 0.029394884], [0.010516523, 0.029427288], [0.010426193, 0.029459413], [0.010335763, 0.02949126], [0.010245237, 0.029522832], [0.010154613, 0.029554125], [0.010063895, 0.02958514], [0.009973082, 0.029615877], [0.009882174, 0.029646333], [0.009791174, 0.029676512], [0.009700082, 0.029706411], [0.009608898, 0.02973603], [0.009517624, 0.029765371], [0.00942626, 0.02979443], [0.009334808, 0.02982321], [0.009243268, 0.029851709], [0.00915164, 0.029879926], [0.009059927, 0.029907862], [0.008968129, 0.029935516], [0.0088762455, 0.02996289], [0.008784279, 0.02998998], [0.00869223, 0.03001679], [0.008600098, 0.030043315], [0.008507887, 0.030069558], [0.008415595, 0.03009552], [0.008323223, 0.030121196], [0.008230773, 0.03014659], [0.008138246, 0.0301717], [0.008045643, 0.030196525], [0.007952963, 0.030221067], [0.007860209, 0.030245325], [0.00776738, 0.030269297], [0.0076744785, 0.030292984], [0.007581505, 0.030316386], [0.00748846, 0.030339504], [0.0073953443, 0.030362334], [0.0073021594, 0.030384881], [0.0072089056, 0.03040714], [0.007115584, 0.030429114], [0.007022195, 0.0304508], [0.00692874, 0.030472202], [0.0068352204, 0.030493315], [0.006741636, 0.030514142], [0.006647988, 0.030534681], [0.0065542776, 0.030554933], [0.0064605055, 0.030574897], [0.006366673, 0.030594574], [0.00627278, 0.030613963], [0.006178828, 0.030633064], [0.0060848184, 0.030651875], [0.005990751, 0.030670399], [0.0058966274, 0.030688634], [0.005802448, 0.03070658], [0.0057082144, 0.030724239], [0.005613927, 0.030741606], [0.0055195866, 0.030758685], [0.0054251943, 0.030775474], [0.0053307507, 0.030791974], [0.0052362573, 0.030808182], [0.0051417146, 0.030824102], [0.0050471234, 0.030839732], [0.0049524847, 0.03085507], [0.004857799, 0.03087012], [0.004763068, 0.030884879], [0.004668292, 0.030899346], [0.0045734723, 0.030913522], [0.0044786097, 0.030927408], [0.0043837046, 0.030941002], [0.004288758, 0.030954305], [0.0041937716, 0.030967318], [0.0040987455, 0.03098004], [0.004003681, 0.030992467], [0.0039085783, 0.031004604], [0.0038134393, 0.03101645], [0.0037182642, 0.031028004], [0.0036230541, 0.031039266], [0.0035278099, 0.031050235], [0.0034325325, 0.031060912], [0.0033372228, 0.031071296], [0.0032418817, 0.031081388], [0.00314651, 0.031091187], [0.003051109, 0.031100696], [0.0029556789, 0.031109909], [0.002860221, 0.03111883], [0.0027647365, 0.03112746], [0.0026692257, 0.031135796], [0.00257369, 0.031143837], [0.00247813, 0.031151587], [0.0023825464, 0.031159043], [0.0022869406, 0.031166205], [0.0021913133, 0.031173076], [0.0020956653, 0.031179652], [0.0019999978, 0.031185934], [0.0019043112, 0.031191923], [0.0018086068, 0.031197619], [0.0017128853, 0.03120302], [0.0016171477, 0.03120813], [0.0015213949, 0.031212945], [0.0014256279, 0.031217465], [0.0013298473, 0.031221692], [0.0012340542, 0.031225624], [0.0011382495, 0.031229263], [0.0010424341, 0.031232608], [9.4660895E-4, 0.03123566], [8.507748E-4, 0.031238416], [7.549327E-4, 0.03124088], [6.590835E-4, 0.031243049], [5.632281E-4, 0.031244924], [4.6736735E-4, 0.031246506], [3.7150222E-4, 0.03124779], [2.756336E-4, 0.031248784], [1.7976238E-4, 0.031249482], [8.388947E-5, 0.031249888]]

Could anybody please explain about this output in a detailed manner?

AAC decoder

Reply #6
Obviously, this is Jean-Philippe Rameau's "L'Entrée des Luteurs" from Naïs (1749), however amputated of its last 7 seconds and with strong artifacts.

(Sorry, can't really understand your request...)

 

AAC decoder

Reply #7
Obviously, this is Jean-Philippe Rameau's "L'Entrée des Luteurs" from Naïs (1749), however amputated of its last 7 seconds and with strong artifacts.

(Sorry, can't really understand your request...)


I merged the two topics of the original poster to make it more clear.

scrt123: It helps if you ask clearer questions or don't start a new thread for every followup you have in the discussion.