similar to: Ogg Vorbis use in the Visual Basic .net environment

Displaying 20 results from an estimated 2000 matches similar to: "Ogg Vorbis use in the Visual Basic .net environment"

2003 Aug 14
1
Renice ogg123
I'm thinking of writing some sort of SUID wrapper for ogg123 that will always run it at maximum priority for use with mpg123.el on my Linux system. I just wanted to check first that I am not duplicating efforts here. Has anyone already written a tool like this? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this
2004 Jun 10
1
can ogg encode URL?
Hi, I try to find the information if Ogg can encode a URL so that when player gets the URL, it pops a window showing the content of that URL. Just like what Real does. Based on what I understand, Ogg doesn't support it. Am I right? Thanks, William __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
2004 Nov 23
2
source code
hello dear developers, i'm a student of computer science at the technical university of berlin. i'm on my exam and i have to implement an "perfect" hifi-internet-telephone :-) ... at this point i thought of vorbis and the ogg-vorbis codec to integrate this codec in my tool ... the questions i have are: is the source code lying on a free server to download it? is there a
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted. Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net> I am unable to pipe to ogg123 with cat, but redirecting with < works fine. rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v - Audio Device: OSS audio driver output Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca> Comments: Outputs audio to the Open Sound
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files with cat, i.e. cat {file1.ogg} file2.ogg > outputfile.ogg <p>I successfully used this capability, together with oggenc and sox, to join two .WAV files in the following manner: <p>oggenc -q9 file1.wav ... oggenc -q9 file2.wav --- cat file1.ogg file2.ogg > outfile.ogg ox outfile.ogg outfile.wav I get
2003 Nov 10
2
[faq?] Portable players supporting ogg vorbis
Hi, I got into the mood of acquiring a portable music player, and I want to "vote with my dollars" and choose among the players that can play ogg files. What are my options? So far, I have seen the Rio Karma (and some other Rio models?), and my favorite as of today is one of the iRiver iFP-1xxT. The Neuros looks even better, but ogg support seems incomplete. Any good experience, bad
2004 Apr 12
3
Decoding with 8 bit-samples
Hi! I'd like to make a stereo 8-bit wav file from a stereo (16 bit) ogg vorbis file (in delphi, with the vorbisfile). I use: ret := ov_open_callbacks(filein,vf,nil,0,ops_callbacks); if ret = 0 Then begin fileOut := TFileStream.Create(savedlg.FileName,fmCreate); repeat ret := ov_read(VF, pcmout, BufferSize, 0, 1, 1, nil); //'cause of the 8-bit
2003 Aug 25
3
mem leak when writing ogg vorbis comments
I'm working on a win32 C++/MFC program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list
2004 Feb 13
1
Ogg Vorbis Codec Installation
Heya guys, I'm currently using some DirectX features to try and play .ogg files and apparently all I'm going to need for .ogg to be supported by DX is a Codec. Would there be an installer available for the Ogg Codec or should I just copy some .dll's into appropriate places and that'd do it (if this is the case, which .dll's need to go where?)? Thanks, Ian --- >8 ---- List
2004 Nov 21
3
win32-file, overlapped added
Hi all, I''ve got overlapped and offset support in both nread and nwrite. The only thing left before I want to release this (as 0.4.0) is to get NO_BUFFERING to work. Unfortunately, I can''t get it to work. Park, I looked at that site you sent (and borrowed some code from it), but I don''t see anything special happening for NO_BUFFERING. I thought it required
2004 Feb 27
4
WMA9 versus OGG
Hello all I have been encoding to OGG as a default for well over a year, but I recently thought I ought to test how it sounds compared to other codecs. I got the Windows Media 9 encoder and I was quite surprised at how bad a job OGG did at quality 0 with a simple piano clip, and how well WMA9 was - I've always considered WMA as being a bit naff, but WMA9 has forced me to re-access this view
2004 Nov 16
2
win32-file: nread and nwrite
Hi all, I''ve got alpha versions of nread and nwrite now added to the win32-file class in CVS. They seem to work fine, although I''ve noticed one bug in the File#read method. Let''s say we have a text file with "hello world" in it. If I call nread with no arguments, it works fine: fh = File.nopen("C:\\test.txt") p fh.nread -> "hello
2003 Nov 28
2
Ogg Vorbis crossfading
Heya people, Does anyone know if cross-fading has been successfully implemented in Vorbis? I need to implement it in a project I'm working on and if it's already been done, a finger pointing in the right direction would be awesome. Thanks, Ian <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2005 May 07
3
converting NA/non-NA's to a binary variable
Dear R colleagues, I am trying to create a new column in a data frame, which converts values and NA's from another column into binary format. Essentially I need the NA's to become 1 and the rest to be 0. The code I wrote is returning the following error message: Error in if (mort[i, 4] != NA) mort[i, 8] <- 0 else if (mort[i, 4] == : missing value where TRUE/FALSE needed
2007 Mar 19
4
VB 3.0 Installation on Wine
I'm having problems running VB 3.0 programs under Wine and installing the VB 3.0 development environment. According to the app DB people have got VB 3.0 running before. I'm running on Ubuntu Dapper (x86). Previous tests were with earlier versions of Wine - I've had this problem hanging about for a few weeks now. This morning I uninstalled Wine with extreme prejudice (i.e., asking
2017 Jun 04
2
trying to get a minimal windows program linked with lld
Here's some C code: extern void *GetStdHandle(unsigned int nStdHandle); extern void ExitProcess(unsigned int exit_code); extern char WriteFile(void *HANDLE, const void * lpBuffer, unsigned int nNumberOfBytesToWrite, unsigned int *lpNumberOfBytesWritten, void *lpOverlapped); static const char *message_ptr = "hello\n"; static const unsigned int message_len = 6;
2006 Mar 29
2
domain controller cannot be contacted
Hi everyone, I have struggled with this problem for awhile now. randomly and intermittently a workstation or bunch of workstations will not be able to log in. This is pretty much reproduceable at will, and here is what you need to do to get this little issue to show up: 1. Log out and try to log in as a different user 2. Attempt to login immediately after the machine is booted. To ensure you
2009 Dec 08
3
Different Formats Per User?
For migration possibilities, we're considering whether it's possible to have Dovecot run some users using standard Maildir format, while other users would be using filesystem (LAYOUT=fs) format? We could determine which one's users have, but is there a way to tell Dovecot this information, and is it even part of the Dovecot design to deal with this scenario? Thanks, Tony
2008 Jan 06
2
[LLVMdev] trouble with getelementptr
Hello, I have next code: ;begin ; ModuleID = 'sample.lz' @.str1 = internal constant [20 x i8] c"\22hello, cruel world\22" ; <[20 x i8]*> [#uses=1] @.str4 = internal constant [9 x i8] c"\22hello, \22" ; <[9 x i8]*> [#uses=1] @.str7 = internal constant [7 x i8] c"\22heya!\22" ; <[7 x i8]*> [#uses=1]
2009 Dec 29
2
Retrieve Physical Message Filename
Hi,Using Dovecot 1.2.9 with Maildir and Layout=FS.In a plugin, i'm overriding "update_flags":void my_mail_update_flags(struct mail *_mail, enum modify_type modify_type, enum mail_flags flags)For this email which is having its flags updated, I need to retrieve the physical filename of the message.? I see where using:mail_get_special(_mail, MAIL_FETCH_UIDL_FILE_NAME,? &fname);...I