1 /********************************************************************
3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
9 * by the Xiph.Org Foundation http://www.xiph.org/ *
11 ********************************************************************
13 function: simple utility that runs audio through the psychoacoustics
17 ********************************************************************/
19 /* NB: this is dead code, retained purely for doc and reference value
20 don't try to compile it */
27 #include "vorbis/codec.h"
28 #include "codec_internal.h"
41 static vorbis_info_psy_global _psy_set0G={
43 8, /* lines per eighth octave */
45 /* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
46 256, {26.f,26.f,26.f,30.f}, {-90.f,-90.f,-90.f,-90.f}, -90.f,
55 static vp_part _vp_part0[]={
56 { 1,9e10f, 9e10f, 1.f,9999.f},
57 { 9999, .75f, 9e10f, .5f,9999.f},
58 /*{ 9999, 1.5f, 9e10f, .5f,9999.f},*/
59 { 18,9e10f, 9e10f, .5f, 30.f},
60 { 9999,9e10f, 9e10f, .5f, 30.f}
63 static vp_couple _vp_couple0[]={
64 { 1, {9e10f,9e10f,0}, { 0.f, 0.f,0}, { 0.f, 0.f,0}, {0.f,0.f,0}},
65 { 18, {9e10f,9e10f,0}, { 0.f, 0.f,0}, { 0.f, 0.f,0}, {0.f,0.f,0}},
66 { 9999, {9e10f,9e10f,0}, { 0.f, 9e10f,0}, { 0.f,22.f,1}, {0.f,0.f,0}}
69 static vorbis_info_psy _psy_set0={
70 ATH_Bark_dB_lineaggressive,
74 6.f, /* floor master att */
76 /* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 */
77 /* x: 63 88 125 175 250 350 500 700 1k 1.4k 2k 2.8k 4k 5.6k 8k 11.5k 16k Hz */
78 /* y: 0 10 20 30 40 50 60 70 80 90 100 dB */
80 0.f, /* tone master att */
81 /* 0 10 20 30 40 50 60 70 80 90 100 */
83 {-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f}, /*63*/
84 {-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f}, /*88*/
85 {-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f}, /*125*/
87 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*175*/
88 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*250*/
89 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*350*/
90 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*500*/
91 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*700*/
92 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*1000*/
93 {-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*1400*/
94 {-40.f,-40.f,-40.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*2000*/
95 {-40.f,-40.f,-40.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*2800*/
96 {-40.f,-40.f,-40.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*4000*/
98 {-30.f,-35.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*5600*/
100 {-30.f,-30.f,-33.f,-35.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*8000*/
101 {-30.f,-30.f,-33.f,-35.f,-40.f,-45.f,-50.f,-60.f,-70.f,-85.f,-100.f}, /*11500*/
102 {-24.f,-24.f,-26.f,-32.f,-32.f,-42.f,-50.f,-60.f,-70.f,-85.f,-100.f}, /*16000*/
107 {{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*63*/
108 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*88*/
109 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*125*/
110 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*175*/
111 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*250*/
112 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*350*/
113 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*500*/
114 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*700*/
115 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*1000*/
116 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*1400*/
117 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*2000*/
118 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*2800*/
119 {-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*4000*/
120 {-10.f,-12.f,-14.f,-16.f,-16.f,-20.f,-24.f,-30.f,-32.f,-40.f,-40.f},/*5600*/
121 {-10.f,-12.f,-14.f,-16.f,-16.f,-20.f,-24.f,-30.f,-32.f,-40.f,-40.f},/*8000*/
122 {-10.f,-10.f,-10.f,-12.f,-14.f,-18.f,-22.f,-28.f,-32.f,-40.f,-40.f},/*11500*/
123 {-10.f,-10.f,-10.f,-12.f,-14.f,-18.f,-22.f,-28.f,-32.f,-40.f,-40.f},/*16000*/
127 -10.f, /* suppress any noise curve over maxspec+n */
128 .5f, /* low window */
129 .5f, /* high window */
148 .900f, 0.f, /*11500*/
149 .900f, 1.f, /*16000*/
152 95.f, /* even decade + 5 is important; saves an rint() later in a
157 _vp_part0,_vp_couple0
160 static vorbis_info_floor1 _floor_set0={1,
175 6,3,10, 22,18,26, 41,36,47,
176 69,61,78, 112,99,126, 185,162,211,
177 329,282,387, 672,553,825
186 static vorbis_info_mapping0 mapping_info={1,{0,1},{0},{0},{0},0, 1, {0},{1}};
187 static codec_setup_info codec_setup0={ {0,0},
199 void analysis(char *base,int i,float *v,int n,int bark,int dB){
204 sprintf(buffer,"%s_%d.m",base,i);
205 of=fopen(buffer,"w");
212 fprintf(of,"%g ",toBARK(22050.f*j/n));
214 fprintf(of,"%g ",(float)j);
217 fprintf(of,"%g\n",todB(v+j));
219 fprintf(of,"%g\n",v[j]);
229 /****************************************************************/
231 int main(int argc,char *argv[]){
236 float ampmax=-9999,newmax;
237 float local_ampmax[2];
240 float ampmax_att_per_sec=-6.;
242 float *pcm[2],*out[2],*window,*flr[2],*mask[2],*work[2];
243 signed char *buffer,*buffer2;
246 vorbis_look_psy p_look;
247 vorbis_look_psy_global *pg_look;
248 vorbis_look_floor *floor_look;
269 framesize=atoi(argv[0]);
274 vi.codec_setup=&codec_setup0;
276 pcm[0]=_ogg_malloc(framesize*sizeof(float));
277 pcm[1]=_ogg_malloc(framesize*sizeof(float));
278 out[0]=_ogg_calloc(framesize/2,sizeof(float));
279 out[1]=_ogg_calloc(framesize/2,sizeof(float));
280 work[0]=_ogg_calloc(framesize,sizeof(float));
281 work[1]=_ogg_calloc(framesize,sizeof(float));
282 flr[0]=_ogg_calloc(framesize/2,sizeof(float));
283 flr[1]=_ogg_calloc(framesize/2,sizeof(float));
284 buffer=_ogg_malloc(framesize*4);
285 buffer2=buffer+framesize*2;
286 window=_vorbis_window_create(0,framesize,framesize/2,framesize/2);
287 mdct_init(&m_look,framesize);
288 drft_init(&f_look,framesize);
289 _vp_psy_init(&p_look,&_psy_set0,&_psy_set0G,framesize/2,44100);
290 pg_look=_vp_global_look(&vi);
291 floor_look=_floor_P[1]->look(NULL,NULL,&_floor_set0);
293 /* we cheat on the WAV header; we just bypass 44 bytes and never
294 verify that it matches 16bit/stereo/44.1kHz. */
296 fread(buffer,1,44,stdin);
297 fwrite(buffer,1,44,stdout);
298 memset(buffer,0,framesize*2);
300 analysis("window",0,window,framesize,0,0);
302 fprintf(stderr,"Processing for frame size %d...\n",framesize);
305 long bytes=fread(buffer2,1,framesize*2,stdin);
306 if(bytes<framesize*2)
307 memset(buffer2+bytes,0,framesize*2-bytes);
312 /* uninterleave samples */
313 for(i=0;i<framesize;i++){
314 pcm[0][i]=((buffer[i*4+1]<<8)|
315 (0x00ff&(int)buffer[i*4]))/32768.f;
316 pcm[1][i]=((buffer[i*4+3]<<8)|
317 (0x00ff&(int)buffer[i*4+2]))/32768.f;
321 float secs=framesize/44100.;
323 ampmax+=secs*ampmax_att_per_sec;
324 if(ampmax<-9999)ampmax=-9999;
328 float scale=4.f/framesize;
331 float *logmdct=mdct+framesize/2;
333 analysis("pre",frameno+i,pcm[i],framesize,0,0);
335 /* fft and mdct transforms */
336 for(j=0;j<framesize;j++)
337 fft[j]=pcm[i][j]*=window[j];
339 drft_forward(&f_look,fft);
341 local_ampmax[i]=-9999.f;
344 for(j=1;j<framesize-1;j+=2){
345 float temp=scale*FAST_HYPOT(fft[j],fft[j+1]);
346 temp=fft[(j+1)>>1]=todB(&temp);
347 if(temp>local_ampmax[i])local_ampmax[i]=temp;
349 if(local_ampmax[i]>ampmax)ampmax=local_ampmax[i];
351 mdct_forward(&m_look,pcm[i],mdct);
352 for(j=0;j<framesize/2;j++)
353 logmdct[j]=todB(mdct+j);
355 analysis("mdct",frameno+i,logmdct,framesize/2,1,0);
356 analysis("fft",frameno+i,fft,framesize/2,1,0);
364 float *logmdct=mdct+framesize/2;
365 float *mask=fft+framesize/2;
367 /* floor psychoacoustics */
368 _vp_compute_mask(&p_look,
378 analysis("mask",frameno+i,mask,framesize/2,1,0);
383 memset(&vd,0,sizeof(vd));
388 /* floor quantization/application */
389 nonzero[i]=_floor_P[1]->forward(&vb,floor_look,
398 _vp_remove_floor(&p_look,
406 for(j=0;j<framesize/2;j++)
407 if(fabs(pcm[i][j])>1500)
408 fprintf(stderr,"%ld ",frameno+i);
410 analysis("res",frameno+i,pcm[i],framesize/2,1,0);
411 analysis("codedflr",frameno+i,flr[i],framesize/2,1,1);
414 /* residue prequantization */
415 _vp_partition_prequant(&p_look,
421 analysis("quant",frameno+i,pcm[i],framesize/2,1,0);
423 /* channel coupling / stereo quantization */
431 analysis("coupled",frameno+i,pcm[i],framesize/2,1,0);
434 for(i=mapping_info.coupling_steps-1;i>=0;i--){
435 float *pcmM=pcm[mapping_info.coupling_mag[i]];
436 float *pcmA=pcm[mapping_info.coupling_ang[i]];
438 for(j=0;j<framesize/2;j++){
462 analysis("decoupled",frameno+i,pcm[i],framesize/2,1,0);
467 for(j=0;j<framesize/2;j++)
468 pcm[i][j]*=flr[i][j];
470 analysis("final",frameno+i,pcm[i],framesize/2,1,1);
472 /* take it back to time */
473 mdct_backward(&m_look,pcm[i],pcm[i]);
475 for(j=0;j<framesize/2;j++)
476 out[i][j]+=pcm[i][j]*window[j];
478 analysis("out",frameno+i,out[i],framesize/2,0,0);
483 /* write data. Use the part of buffer we're about to shift out */
485 char *ptr=buffer+i*2;
488 for(j=0;j<framesize/2;j++){
489 int val=mono[j]*32767.;
490 /* might as well guard against clipping */
492 if(!flag)fprintf(stderr,"clipping in frame %ld ",frameno+i);
497 if(!flag)fprintf(stderr,"clipping in frame %ld ",frameno+i);
502 ptr[1]=(val>>8)&0xff;
508 fwrite(buffer,1,framesize*2,stdout);
509 memmove(buffer,buffer2,framesize*2);
512 for(j=0,k=framesize/2;j<framesize/2;j++,k++)
513 out[i][j]=pcm[i][k]*window[k];
519 fprintf(stderr,"average raw bits of entropy: %.03g/sample\n",acc/tot);
520 fprintf(stderr,"average nonzero samples: %.03g/%d\n",nonz/tot*framesize/2,
522 fprintf(stderr,"Done\n\n");