similar to: New version vorb_enc.dll

Displaying 20 results from an estimated 500 matches similar to: "New version vorb_enc.dll"

2000 Apr 13
3
GCC 2.95.2(Win32/Mingw32) build
I'd like to write a DLL wrapper (BladeEnc/lame_enc style) for libvorbis. I pulled down the CVS tree today, and with very slight changes (missing typedefs for int64_t, int16_t, etc...) got it to build using gcc 2.95.2 in Win95. Unfortunately, the encoder_example segfaults. I get the same results from Cygwin as well. On a linux box with egcs 2.91.66 it builds cleanly, and appears to
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2002 Jun 11
2
Strange problem with samba
Hi, I was using samba 2.0.7 veersion for a while without any problem. This morning, suddenly, many windows (nt/98) cannot connect the samba server on our Linux (RedHat 6.2) server. Then, I downloaded the version 2.2.4, extracted, configure it, make, make install according to the document. Then I test it by running ./testparm it lists all of shared folders. Then, I run ./smbclient -L
2004 Aug 06
4
OT: whats your opinion of ODDSOCK streamTranscoder?
This is all happening on a box with: Win 2k SP3 512K RAM 1.2 GHZ Celeron The PC has noother load...all its doing is downsampling an MP3 stream to lower bitrates. I'm using the LAME_ENC.DLL with streamTranscoder. There is no version number tagged on the lame_enc.dll, but the file is dates July 2002. When I refer to "skipped and popped and dropped" I am referring to your
2001 Mar 19
1
[Fwd: Re: File formats (RE: MP4 Player Available for Download)]
---- "Bacchus 13" <bacchus13@zdnetonebox.com> wrote: > There used to be a project called FAAC but I presume it's gone. Simply, WRONG INFORMATION! It's not gone but the source only publisized. The same tactics as Lame's. Sorry, the FAAC project team. http://sourceforge.net/projects/faac ___________________________________________________________________ To get
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2002 Oct 15
3
Share names causing big troubles
I work for a school dist, and I am having a bit of trouble with the "Student Server" We have about 3000 students all with their own accounts. I had the samba server setup to share their home directories but their home directories are the same as their login name. So jamie.mcparland would be an example of a share name. But in Win 9X it gets truncated to jamie.mcparla then we get the error
2004 Apr 23
3
MP3 encoding of Monitor files
I have having problems trying to take a file recorded with Monitor and convert it to MP3. When I use 'play' to play the .wav file, it sounds fine. After bladenc'ing it, it plays at lightening speed, and the voices are all high pitch. I tried using sox to resample to 32000 before encoding, but that didnt work either. Do any of you convert your .wav files to mp3? Monitor call:
2004 Sep 23
3
app_valetparking / parking in general
Does anyone have Music-On-Hold and valet parking, or regular parking working together? No matter how I configure it, I cannot get moh to continue to play after I park a call using either valet parking or regular parking. The only thing I can think of is that I might need to use # transfer instead of sip native transfer? Shouldn't this just work? If needed I can post the config for one
2000 Jun 22
1
Vorbis Tools are open!
I'll be out for the next 3 weeks, away from a net connection. So anyone who wants to improve my Vorbis Tools package, please do because I am not, and send any patches to Monty or somebody else with commit access. Have fun, Kenneth --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2000 Apr 13
1
Vorbis support in BladeEnc
Hi everyone, My name is Tord Jansson and I'm the creator of BladeEnc. I'm very delighted to see that someone has created an open and patent-free sound format which seems to have the qualifications to be on par (or beat) even the best proprietary formats. Congratulations to everyone involved! I would like to help making Vorbis a popular format for compressed audio and have been thinking
2002 Jul 19
2
vorbisenc 1.0 BLADEENC like wrapper
Hi, I released a BladeEnc-style wrapper for the Ogg Vorbis 1.0 codec which works with my CD ripper ACXtractor. You can download it from http://www.marvintec.com/en_download.htm Many thanks for all this great work ;-) <p>Best regards Stefan Schulz/ MarvinTec mailto:support@marvintec.com http://www.marvintec.com http://www.marvintec.de <p>--- >8 ---- List archives:
2005 May 20
1
Valet Parking and SuperValet Parking - back level
It seems Valet Parking and Super Valet Parking won't compile with CVS after 3/4/2005. Apparently some major reworks to Asterisk has broken the out-of-tree modules. Ref: http://bugs.digium.com/view.php?id=3573 The standard Parking lacks functionality and doesn't support contexts. Yet the more current CVS supports several much needed features like Chan Spy and native MOH as well as
2009 Sep 14
3
Teaching material for children...
Wondering if anyone is aware of resources appropriate for home schooled pre-teen/teen relatives? Before anyone suggests, a lengthy google search was unsuccessful. TIA, V. -- Vince Fulco, CFA, CAIA 612.424.5477 (universal) vfulco1 at gmail.com A posse ad esse non valet consequentia ?the possibility does not necessarily lead to materialization?
2014 Dec 15
3
Making iconv portable?
Hello, All: What would it take to make ?iconv? portable? I ask, because I want to convert accented characters to vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed on Linux and Mac. It?s part of the ?subNonStandardCharacters? function
2002 Oct 15
4
win2000 and samba
Hi, We have a samba server 2.2.4 in a RH 6.2 Linux system. I should say that the samba server is working well except for a win2000 workstation. For this win2000, the user can mount network drive to the samba server, e.g. H: to \\sambaserver\username, it asks the password, if entered correctly. it is connected. No problem at all. However, if the user reboots the win2000, the poblem comes.
2019 Oct 16
8
Samba with Winbind Doesn't See New AD Groups
We have an issue where new groups that are created in Active Directory are not visible in Samba. Groups that were created more than about one month ago are visible. We?re using clustered Sernet 4.3.9 with winbind (with ID mapping) and CTDB. NSCD is not running. We?ve tried restarting Samba, but still have the issue. The OS is RHEL 6.7 and the kernel is 2.6.32.
2006 Apr 06
1
Call Parking and multiple contexts
Is there any way to define call parking parameters for different contexts? For example, if I have a client in context 100 and another client in context 200, can they both define parking positions, say, from 701-710, where 701 in context 100 is different from 701 in context 200? Or even better, can context 100 define parking positions 701-710 and context 200 define parking positions
2004 Aug 06
1
Oddsock oddity
I have Oddsock loaded and it will not complete the connecto to the server. I have been trying it in MP3 first before I move to Ogg to be sure I am understanding all I need to know. And it will connect and the eye candy will go let to right and the server will show that there is a connection, but the thing never sends data and a media player like WinAMP will will tell me that there is no ICY