similar to: Simple player example?

Displaying 20 results from an estimated 9000 matches similar to: "Simple player example?"

2001 Jun 27
2
Simple Vorbis Players...
This might be off topic for this list, I apologize if it is. I am currently looking for a *very simple* Ogg Vorbis player to help me in developing one of my own (for a thesis project). I would actually settle for any simple audio player that plays a compressed format (MP3, or whatever) so I can see some active demonstrations of playing PCM buffers through waveOut of DirectSound
2002 Jan 04
1
Low-bitrate-compatible vorbis decoder/player?
Hi list, I'm doing some experiments with relatively low bitrate encoding, and can't find a player/decoder that works consistently. Winamp and freeamp seem to choke up when you try to play low-bitrate vorbis files. There's mention of an ogg123 player/decoder, but it doesn't seem to be includeed with the vorbis-tools package as advertised. (Does anyone know where it is? Is
2002 Oct 29
3
Simple player and encoder binaries for Windows
--- Stephane wrote: VP3 codec uses a lot of CPU for decoding. We will need some optimization because now this codec is way too slow for home uses. --- end of quote --- Actually, the Windows VP3 QuickTime codec runs just fine on a 400MHz Pentium II box, with only occasional glitches on some dodgy Celeron systems. At work, we routinely test 320x240 full-color, full-motion video on low-end boxes.
2001 Apr 03
1
windows buffering example
From: BILL OATMAN I have seen several requests for windows specific example code. This is another. What I am looking for is a example of how to play a large ogg file in windows by using a multi-buffering technique. That is, reading and decoding a chunk of the ogg file and handing it off to windows (directsound maybe) meanwhile buffering up the next chunk to play etc. Assume the ogg file
2001 Feb 06
3
Squelch 1.0beta9
Hi, I released Squelch 1.0beta9. It's a multi-platform Ogg Vorbis player, if you haven't heard of it. [1] Find it here: http://www.geoid.clara.net/rik/squelch.html Differences from beta8: * Vorbis comment editor ! [2] * More intelligent re-initialisation of output driver. * Stupid bugs in auto-update of master track list resolved. * Some bugs fixed, some more introduced ;) In theory,
2002 Apr 03
2
format of http stream?
I am streaming ogg via inetd. Basically, I am outputing like: oggenc -Q -b 1 -o - /some/wave/file.wav This works fine with ogg123 (other than that I want the bit rate to be lower than 55-100 range that it is doing). I am using: Ogg123 from vorbis-tools 1.0rc2 OggEnc v0.8 (libvorbis rc2) But, FreeAmp for Windows slowly buffered up to 100% then said "Skipped Corrupted File". And
2002 Jan 11
3
Ogg Media Player
What is the best (preferable open source) media player for oggs? I'm on windows, and Windows Media Player is the best thing I can seem to find. I've looked at WinAmp, QCD, Sonique, and FreeAmp, and they just don't seem to have the media library functionality WMP has. Is there another player out there I'm missing? Chris
2007 Feb 27
3
Preprocessor denoise. Does it work?
Jean-Marc Valin wrote: > The noise suppressor will only attempt to remove stationary noise, > such as thermal noise, fans, ... The AGC can indeed do strange > things in these cases, but it's been improved in svn (compared to > 1.2beta1). OK, then the problem is that I misunderstood the feature. I assumed that dynamic squelch was part of it, but it's really something more
2004 Aug 06
1
Win32 player needed to put speex into widespread use
I am eager to begin using speex for downloadable audio on my church's website - but first a good win32 player is needed given that windows has a 94% domination... Are there any plans for an up-to-date speex player for windows? (that winamp plugin is hopelessly old) Building this into zinf (fmr. freeamp) might be an option, but their code is one big mess. --- >8 ---- List archives:
2007 Feb 27
2
Preprocessor denoise. Does it work?
There are many ways to implement a VAD. What you described is actually perfectly equivalent to the most trivial (and least robust) VAD algorithm. Jean-Marc Andy Ross wrote: > Ton Grandgent wrote: >> Andy Ross wrotte: >>> I wrote a trivial squelch feature* in 10 minutes that works >>> basically 100% of the time. >> Could you please explain how this differs from
2007 Feb 27
2
Preprocessor denoise. Does it work?
Jean-Marc Valin wrote: > Andy Ross wrote: > > Uh, production applications almost always require squelch, no? > > Some do, some don't. In general, distinguishing between a keyboard > and a speech transient is next to impossible based only on a few ms > of speech. That is true for distinguishing it by waveform, but not by amplitude. As I mentioned, these transients are
2007 Nov 04
2
WaveIn/WaveOut and Speex
Thank you for such a quick response. The only reason I started with Char buffers is because WaveIn and WaveOut on Windows XP accept/emit WAVEHDR structures, which store audio data in LPSTR, which is Char*. typedef struct { LPSTR lpData; DWORD dwBufferLength; ... } WAVEHDR; When I was going from Char to float and back looked very wrong to me as well, but I was just not
2007 Nov 04
3
WaveIn/WaveOut and Speex
Hello, I know my question has been asked before because I spent the last week searching the web for how to use Speex in combination with WaveIn/WaveOut and I ran into a few posts, but none of them answer the question. There is still a lot of confusion how to use WaveIn/WaveOut and Speex by junior developers such as myself. Even after examining code for SpeexDec and SpeexEnc, I cannot get clear
2014 Aug 11
1
Options mail_nfs_storage and mail_nfs_index not in 2.2(.13) example config anymore?
Hey dovecot-users, did I miss anything anywhere about the configuration variables "nfs_storage" and "mail_nfs_index" being removed from the example configuration in 2.2? In 2.1 they where both in 10-mail.conf commented out and set to their default "no". But with 2.2 they are not in any of the exmaple config files anymore. doveadm is still showing the variables and
2001 Oct 14
2
OT: WinNT(2000) player to open files with unicode names?
Sorry for posting somewhat off-topic... Most my music files have names in hebrew (FAT32 partition). I dual-boot between a hebrew win98 (where these files are opened nicely by winamp, freeamp and any other program) and a hebrew win2000, where windows media player is the only program I've seen so far to open them. All others say "can't open file ???? ?? ???.ogg" (or .mp3) - both
2007 Nov 05
2
WaveIn/WaveOut and Speex
Evgueni, Don't listen to this guy. The last thing someone confused about types should use is a union. Listen, whatever types you're using, you're just dealing with data in memory. For an array, it's just a big block of data in memory. You need to know how that data is stored in memory. For audio data, WAVEFORMATEX tells you that with its contents. Don't let types
2000 Dec 30
1
squelch-1.0beta5 ready
I've made squelch-1.0beta5 and uploaded it - you can find it linked from http://www.geoid.clara.net/rik/squelch.html This version has a config dialog. It works out which output drivers libao has available and gives you a choice. You can also tell it where your 'audio dir' is - though that works a bit strangely at the moment - when you change it, all the files you have in your playlist
2001 Oct 29
2
Some simple Q's about Vorbis...
Hello all! I am wondering if anyone can help me locate some information concerning streaming Vorbis files. I am needing to locate the information for a multimedia networking class I am taking so I can learn all this audio and networking mumbo-jumbo. For the class, I need to locate 3 streaming media types and answer the following questions: Does it use Meta
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now. I have set up a semi-permanent test stream for people to bang on at: http://i.cantcode.com:8888/ices.ogg Please report any problems you have. I say semi-permanent, because it will probably crash now and then, and I will be developing and putting up the new versions on a regular basis. If it stops working for more than an hour, somethings
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now. I have set up a semi-permanent test stream for people to bang on at: http://i.cantcode.com:8888/ices.ogg Please report any problems you have. I say semi-permanent, because it will probably crash now and then, and I will be developing and putting up the new versions on a regular basis. If it stops working for more than an hour, somethings