search for: innernet

Displaying 20 results from an estimated 25 matches for "innernet".

2016 Jun 10
2
compiling with lsocks support on centos 6?
...ing whether to use NLS... yes checking where the gettext function comes from... libc checking for main in -lsocks5... no configure: error: cannot find -lsocks5 library [jason at nibbler lftp-4.7.2]$ ive looked and cant seem to figure out where to download the libsocks stuff? I found 1 post on the innernets that said that its integrated in the kernel? How can I get this compiled with socks(5) support? Jason
2006 Feb 11
2
oggdropXPd V1.6.11c
I've tried 3 times to drop a 250kb wav file on oggdrop, and oggdrop crashes each time. Is this too large of a file for oggdrop? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060211/663a007d/attachment.html
2005 Jun 14
3
lack of detail for exception in ov_open
I am having one frustrating time trying to decipher why ov_read is failing in my MFC/C++ application, and I see in Google results that others have had difficulty as well. These google discussions generally involve libraries, dll's and linking options, as though there are perhaps some basic incompatibilities between ogg vorbis and win32 and/or MFC/C++. Very confusing. If I pass fopen a
2016 Jun 10
1
compiling with lsocks support on centos 6?
...text function comes from... libc >> checking for main in -lsocks5... no >> configure: error: cannot find -lsocks5 library >> [jason at nibbler lftp-4.7.2]$ >> >> ive looked and cant seem to figure out where to download the libsocks >> stuff? I found 1 post on the innernets that said that its integrated in >> the kernel? >> How can I get this compiled with socks(5) support? > > You may want to get the dante-devel rpm from the ghettoforge plus repo: > > ]# rpm2cpio dante-devel-1.4.1-176.9.x86_64.rpm | cpio -t > ./usr/include/socks.h > ./u...
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2005 Oct 17
6
Error Executing sampledec in VC++
...write (spx, sizeof(short), FRAME_SIZE, fs); } // end of loop // Entire file has been read, decoded and saved speex_decoder_destroy (decstate); speex_bits_destroy (&spxbits); fclose (fo); fclose (fs); cout << "Finished processing!\n"; } On 10/18/05, Steve Russell <srussell@innernet.net> wrote: > > Mon, > Here is feedback that I got concerning the access violation, i.e. the > failure of the while loop below. Does this solve the problem? > Steve > My guess is that speex_decoder_init() should be outside the while().. > loop > as speex_decoder_destro...
2016 Jun 10
0
compiling with lsocks support on centos 6?
...; checking where the gettext function comes from... libc > checking for main in -lsocks5... no > configure: error: cannot find -lsocks5 library > [jason at nibbler lftp-4.7.2]$ > > ive looked and cant seem to figure out where to download the libsocks > stuff? I found 1 post on the innernets that said that its integrated in > the kernel? > How can I get this compiled with socks(5) support? You may want to get the dante-devel rpm from the ghettoforge plus repo: ]# rpm2cpio dante-devel-1.4.1-176.9.x86_64.rpm | cpio -t ./usr/include/socks.h ./usr/lib64/libsocks.so 10 blocks >...
2006 Feb 09
2
zipping an ogg file
A recent discussion brought a question to mind: How much effect does zipping and unzipping an ogg file have on the original form? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060209/2e81e6fe/attachment.html
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total. char*
2007 May 19
3
streaming ogg
We are finding that when we stream an ogg file via a .m3u file on our server, playing it with Winamp, pausing the player for an extended period of time results in unpredictable results, such as the file ceasing to play before EOF. Is this a Winamp issue, or is there something someone can tell me about streaming ogg in this manner? -------------- next part -------------- An HTML attachment was
2005 Oct 17
0
Error Executing sampledec in VC++
..., fs); } // end of loop // Entire file has been read, decoded and saved speex_decoder_destroy (decstate); speex_bits_destroy (&spxbits); fclose (fo); fclose (fs); cout << "Finished processing!\n"; } On 10/18/05, Steve Russell <srussell@innernet.net> wrote: Mon, Here is feedback that I got concerning the access violation, i.e. the failure of the while loop below. Does this solve the problem? Steve My guess is that speex_decoder_init() should be outside the while().. loop as speex_decoder_destroy() is also outside. ----- O...
2007 Apr 29
2
icecast
Being one who deals with one software after another, and now looking at the possibility of using icecast to stream ogg clips on my website, I would like to ask before I go much further in the matter: Is icecast likely to introduce further issues and irregularities among visitors to my site? Will using icecast pull me deeper into programming, or will it be mainly a matter of setup? Right now I
2004 Jul 01
8
Tutorial/Docs for using libvorbis directly
Hi, We needed a vorbis decoder that operated differently from the approach taken libvorbisfile. So I sat down, looked through the docs, and the sample decoder that come with libvorbis and wrote our own. Since I couldn't find any docs for the API for libvorbis itself, I've written some. It details all the steps you need to go through to write a _basic_ reusable decoder library using
2005 Oct 17
3
Error Executing sampledec in VC++
hey guys, I just compiled an application similar to sampledec.c (for speex 1.1.10) and it was fine but when I executed it, the app exited without doing anything. I'm using MS VC 6.0 and this was all I got - First-chance exception in sampledec.exe : 0xC0000005: Access Violation. Has anyone encountered this / does anyone know how to deal with it? by the way, sampleenc executed perfectly... When
2005 Jun 26
1
where to go for Speex help
Could someone tell me what list/newsgroup I should consult for help in implementing a simple (libspeex) decoder with my MFC/C++ waveOut? I just finished implementing the ogg vorbis equivalent, and I do have the sample code in the Speex Codec Manual. Seems like I have to dig awfuly hard to find windows sample code. Thank you very much. -------------- next part -------------- An HTML attachment
2007 Apr 18
0
reliance upstairs
Skipped content of type multipart/alternative
2007 Apr 18
0
reliance upstairs
Skipped content of type multipart/alternative
2005 Jun 17
0
ogg vorbis decoding in MFC/C++ app
I am trying to insert a bit of ogg vorbis decoding into my MFC/C++ program and send it to my waveOut functions. // AudioFile.cpp #include "vorbis/codec.h" #include "vorbis/vorbisfile.h" . . . OggVorbis_File vf; FILE* pFile; pFile = fopen("verdes_2.ogg", "rb"); int err = err = ov_open(pFile, &vf, NULL, 0); . . . ov_clear(&vf); In my
2005 Nov 16
0
ov_read and double buffering
I am trying, for the first time, to decode and play an ogg file with two buffers. My audio is choppy and I can't see a problem on the wavOutxxx end of things. So I am wondering about how I call ov_read. From my TRACE statements, the read seems to work perfectly, eventually returning zero. Is it a simple matter of making the same call to ov_read, aside from changing the buffer and