search for: ruckert

Displaying 7 results from an estimated 7 matches for "ruckert".

Did you mean: rueckert
2011 Feb 04
2
Strange behaviour of read and writeBin
To me it seems like writeBin() writes one char/byte more than expected. > con <- file("testbin", "wb") > writeBin("ttccggaa", con) > close(con) > con <- file("testbin", "rb") > readBin(con, what="character") [1] "ttccggaa" > seek(con, what=NA) [1] 9 > close(con) > con <-
2004 Aug 06
3
Icecast in Macromedia Flash
Hi Assorgia, Thanks for the flash animation. I think Icecast1 might be the solution. I am just a little bit scared by the message "Note that icecast 1 is deprecated and unsupported, and may possibly induce nausea in small children, hair loss in men, and estrogen fluctuations in women" that appears on the download page. I have a nice blond hair of "Principe Azzuro" that I
2004 Aug 06
1
Live stream equalizer
...ot 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 using M3w (http://www.informatik.fh- muenchen.de/~ruckert/m3w/). Any suggestion? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is neede...
2004 Aug 06
1
Live stream equalizer
...nce. 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 using M3w (http://www.informatik.fh- >muenchen.de/~ruckert/m3w/). > >Any suggestion? >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request@xiph.org' >containing only the word 'unsubscribe' in th...
2004 Aug 06
0
Icecast in Macromedia Flash
...the way, what version of Icecast1 are you running and on what OS? What is > your flash version 5, 6 or 7? I'm using icecast 1.3.12 running on Linux (compiling is not a problem at all). The audio stream is produced by M3w encoder (you can download it at http://www.informatik.fh-muenchen.de/~ruckert/m3w/) running on windows at the radio site. I've made the flash movie with Macromedia Flash MX but I must have upgraded the flash plug-in for IExplorer to version 7.0 sometime. I'm interested on switching to icecast 2.0 too, keep this list informed and feel free to ask if you think I ca...
2008 Sep 25
1
Saving R-objects to a database
Someone solved the problem of saving R-objects to a database? These are the two varaints I've tried so far without success: 1) ser = rawToChar(serialize(obj, NULL, ascii=TRUE)) dbSendQuery(link, paste("insert into table values(1, '",ser,"')",sep='')) The field to save the object in the MySQL Database is of type text. unser = dbGetQuery(link,"select
2011 Sep 21
0
heatmap.2 with colsep and sepwidth
I am using attributes colsep and sepwidth from heatmap.2 function, however when using larger values for sepwidth the following columns are not moved to the right but the seperator is covering the column(s) with a white bar and the column labels and ColSideColors remain at their positions, is this intended? I expected the following columns to be shifted to the right by sepwidth. Is there a way