search for: bigendianp

Displaying 4 results from an estimated 4 matches for "bigendianp".

Did you mean: bigendian
2002 Jan 22
2
Peak value
Hi, While testing ReplayGain (so it could be related to a bug), I noticed the following gain comments for a file: RG_PEAK=1.71580 RG_RADIO=-7.91 dB RG_AUDIOPHILE=-6.72 dB I've never seen such a large peak. Not that I've looked much, nor have I analyzed the file further. I just thought I should mention it. :) The file is the track Board Burner by Mixmaster Mike, available at:
2001 Sep 11
2
Another backtrace
...03039c in _process_packet (vf=0xbffff540, readp=1) at vorbisfile.c:525 #4 0x4003238e in ov_read (vf=0xbffff540, buffer=0x804d040 "\223\002Dú\224\002Mú\211\002Sú\226\002{ú\232\002 ú\232\002¾ú±\002äú¬\002Þú\235\002Âú¶\002Ùú«\002õúb\002\006û+\002Sûê\001²ûs\001âû\a\001\füÊ", length=4096, bigendianp=0, word=2, sgned=1, bitstream=0xbfffe51c) at vorbisfile.c:1463 #5 0x0804a0d1 in free () at eval.c:41 #6 0x0804993b in free () at eval.c:41 #7 0x400b6177 in __libc_start_main (main=0x8049560 <free+380>, argc=3, ubp_av=0xbffff914, init=0x8048f8c, fini=0x804adb0 <free+6604>,...
2001 Sep 12
6
Yet another backtrace
...s_init (v=0xbffff73c, vi=0x4024efe0) at block.c:621 #2 0x40033fa3 in _make_decode_ready (vf=0xbffff560) at vorbisfile.c:343 #3 0x4003441c in _process_packet (vf=0xbffff560, readp=1) at vorbisfile.c:547 #4 0x4003640e in ov_read (vf=0xbffff560, buffer=0x804d060 "GÐøÏMÐýÏRÐ", length=4096, bigendianp=0, word=2, sgned=1, bitstream=0xbfffe53c) at vorbisfile.c:1486 #5 0x0804a0e1 in play_file (opt= {read_file = 0xbffffa6d "http://www.djlithium.com:8064/djlithium.ogg", shuffle = 0 '\000', verbose = 1, quiet = 0, seekpos = 19.24444580078125, instream = 0x40333e94, outdevi...
2002 Jan 03
3
Suggestion for libvorbisfile: scaling
I've been experimenting with the ideas of Replay Gain[1] and find that ogg123 doesn't have a way of specifying the scaling applied to replayed samples (like -f in mpg123). Looking at libvorbisfile, I see no function exactly matching this possibly desirable behaviour. ov_read() scales by either 128 (byte output) or 32768 (word output), but there's nothing in between. ov_read_float()