similar to: Official GUI Speex player

Displaying 20 results from an estimated 9000 matches similar to: "Official GUI Speex player"

2004 Aug 06
0
Official GUI Speex player
Hi, Well, there are already Speex plugins for widely used GUI players. I don't see what an "official" standalone player would add. Of course you can still write it, but I don't see a point in making one player "the official player". As for cross-platform, it would basically mean it would have to be written in Java, but even that is inconvenient for platforms that
2004 Aug 06
0
Official GUI Speex player
On Wed, 2003-06-18 at 12:05, Tyler Knott wrote: > One thing that is keeping Speex from being adopted is a lack of GUI > players. I think that Speex could benefit from an offial cross-platform > GUI player. The goal of the player should be to be stable, to the > point(no fluff like visualisations, playlists, an equaliser, etc.), self > contained(no external .DLLs, etc), and to
2004 Aug 06
2
Official GUI Speex player
>I don't think a player is what is required as much as hooks into existing >applications/players. > While those are good too the main purpose of a stand-alone player would be something that people could distribute with their files(which is why it should be small). When I say cross platform I mean that it could easily be ported and/or have as similar an interface as all the other
2005 Mar 05
3
some macosX icons for RoR
http://ohericord.free.fr/MOCKUP/
2004 Aug 06
1
Official GUI Speex player
>A "rough and tumble" player that can be distributed with content to >allow for those people lacking a more functional player isn't a bad idea >at all. > Thanks. > There is a lot of complexity associated with it, though. Even if >you elect to just have a command-line player, there's still the audio >interface to deal with. > >Not impossible, just
2019 Nov 15
2
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
> > And indeed I think you are right on spot and this would mean > > that indeed the implicit class > > "matrix" should rather become c("matrix", "array"). > > I've made up my mind (and not been contradicted by my fellow R > corers) to try go there for R 4.0.0 next April. I'm not enthusiastic about matrices extending arrays. If a
2009 Apr 10
2
Concept: Wine as a workspace
Hi, I had an idea which I would like to post. Not sure if this is the right place but I don't see anywhere else. Where you can run wine as a window. "Emulate Virtual Desktop", would it be possible to set a workspace up as a virtual desktop? I am interested to know what other people think, am I the only one who would like this or do other peopel thin its a good idea too? Also I a
2004 Aug 06
0
Official GUI Speex player
On Wed, 2003-06-18 at 13:49, Tyler Knott wrote: > Where can I find this? The main problem with this is that even though > there are wav players for other platforms they would need to have a > speex decoder as well. http://www.openacm.org and is an encoder/decoder in one package Remember, Ogg is the outer layer surrounding the speex content, like an envelope that holds a letter. >
2005 Nov 25
4
BlindDown recommendations?
Hi folks, I''m putting together a site that will have a shopping cart tab along the top which, when clicked, slides down to reveal the full contents of the cart (covering the page underneath it). When designing it and getting the styling right, I had the page display the cart fully open by default. This worked fine - the cart can close and open any number of times without problem[1].
2010 Nov 05
3
table with values as dots in increasing sizes
I was just thinking of a way to present data and if it is possible in R. I have a data frame that looks as follows (this is just mockup data). df location,"species1","species2","species3","species4","species5" "loc1",0.44,0.28,0.37,-0.24,0.41 "loc2",0.54,0.62,0.34,0.52,0.71 "loc3",-0.33,0.75,-0.34,0.48,0.61 location
2009 Sep 19
3
eval(expr) without printing to screen?
Hi, I have a script which I source, which evaluates a changing expression call hundreds of times. It works, but it prints to screen each time, which is annoying. There must be simple way to suppress this, or to use a slightly different set of commands, which will be obvious to those wiser than I... Here is a simpler mockup which shows the issue: x = data.frame(rbind(c(1,2,3),c(1,2,3)))
2009 Dec 12
1
read.csv to read output of system()?
Dear list, I have a file that is comma delimited but contains some erroneous non-delimiter commas. I would like to replace these commas with semicolons and then read the correct file into R as a data frame. I want to do this from within R, without changing the original data file. My current idea of how to do this would be to use system("sed ...") and feed the result to read.csv(), but
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
So I was looking into handling ELF groups today in the Atom model. It appears that we will need to add the concept of a group to the atom model directly, as modeling it with references fails to capture some semantics. http://www.sco.com/developers/gabi/latest/ch4.sheader.html Groups in ELF are collections of sections that must be either included or excluded as a unit. They also are used to
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
On Dec 19, 2012, at 4:25 PM, Michael Spencer wrote: > So I was looking into handling ELF groups today in the Atom model. It > appears that we will need to add the concept of a group to the atom > model directly, as modeling it with references fails to capture some > semantics. > > http://www.sco.com/developers/gabi/latest/ch4.sheader.html > > Groups in ELF are
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
On Wed, Dec 19, 2012 at 4:43 PM, Nick Kledzik <kledzik at apple.com> wrote: > > On Dec 19, 2012, at 4:25 PM, Michael Spencer wrote: > >> So I was looking into handling ELF groups today in the Atom model. It >> appears that we will need to add the concept of a group to the atom >> model directly, as modeling it with references fails to capture some >>
2005 Sep 21
0
Suggestion for tutorial
If anyone is interested in producing a new, intermediate tutorial on rails, I''d suggest something along these lines: Start with an html/css mockup of an interface design. It''s doesn''t do anything yet, but it looks like the final app will look, with dummy data. Ideally this app should be something moderately useful, like an inventory tracker or address book. Not
2004 Aug 06
1
Live stream equalizer
Question 2: I've been asked to stream a live event (no music, just talking). the problem is that the audio source is not perfect, having a lot of bass preponderance. Now I have to adjust this audio source or I won't be able to keep the compression standard (16 Kbps). I'm searching for an mp3 streamer with equalizing capabilities that runs under windows. At the moment I'm
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
On Dec 19, 2012, at 4:53 PM, Michael Spencer wrote: > On Wed, Dec 19, 2012 at 4:43 PM, Nick Kledzik <kledzik at apple.com> wrote: >> >> On Dec 19, 2012, at 4:25 PM, Michael Spencer wrote: >>> So I was looking into handling ELF groups today in the Atom model. It >>> appears that we will need to add the concept of a group to the atom >>> model
2004 Aug 06
2
sppex player
hi, i want to use ogg speex streaming .can u suggest a player. thanks, sailaja Yahoo! India Matrimony: Find your partner online.Post your profile. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the
2004 Aug 06
1
Applying dynamic compression to live audio
On Thu, 4 Apr 2002, Akos Maroy wrote: > can you tell me more about these LADSPA plugins? LADSPA stands for Linux Audio Developer's Simple Plugin API (see http://www.ladspa.org/). Basically, it was pointed out on the linux audio dev (LAD) mailing list that numerous programs were using plugin architectures and all were different. So they fleshed out a plugin API and the rest, as they say,