Displaying 20 results from an estimated 1100 matches similar to: "Bzip2 & Ogg Vorbis"
2010 Jun 03
3
Interaction versus combinations
I can get the interactions between factors like this:
> idx=c(1,3,6,9)
> jdx=idx
> levels(interaction(idx,jdx,lex.order=TRUE))
[1] "1.1" "1.3" "1.6" "1.9" "3.1" "3.3" "3.6" "3.9" "6.1" "6.3" "6.6"
"6.9"
[13] "9.1" "9.3" "9.6"
2018 Nov 17
4
Impossible two bugs in Opus
Hello. Me again.
Have you tried to encode piano solo?
Noticed high bitrate Opus gave?
And there's also artefact at 15kHz
which wasn't in the original audio.
Visible with Spek program.
Download FLAC and Opus both files,
new link:
http://www.filedropper.com/example_3
FLAC full: 1084 kbps;
FLAC solo: 465 kbps.
with --bitrate 160:
Opus full: 158 kbps;
Opus solo: 190 kbps.
Included also Spek
2012 Jan 24
2
Calling function in DLL using .C
I cannot understand why a function appears to be available to R
(is.loaded('planckwR') returns TRUE) but the call with .C results in an
error message:
C symbol name 'planckwR' not in DLL for package <path to DLL file here>
This is what I do:
Loading a homebrewed DLL, compiled with MS VS97. The functions are all
void, the C calling sequence is used and all arguments
2010 May 05
3
Memory issue
Reading a flat text file 138 Mbyte large into R with a combination of
scan (to get the header) and read.table. After conversion of text time
stamps to POSIXct and conversion of integer codes to factors I convert
everything into one data frame and release the old structures containing
the data by using rm().
Strangely, the rm() does not appear to reduce the used memory. I checked
using
2009 Aug 11
3
Lattice: How to do error bars
I am trying to add 2 stdev error bars to lattice type plots:
panel.ebar<-function(x,y,dy=NULL,...) {
panel.xyplot(x,y,...)
panel.segments(x,y-dy,x,y+dy,...)
}
Then:
xyplot(y~x|fc,data=dat,dy=dat$dy,panel=panel.ebar)
This adds error bars but they are not conditioned on the factor fc.
xyplot(y+I(y-dy)+I(y+dy)~x|fc,data=dat)
This produces 3 series of points in different colors, conditioned
2010 Sep 22
2
plot.ts versus plot.zoo
plot.ts has an argument yax.flip, plot.zoo does not.
Is there a way to make the yaxis flip in plot.zoo?
I tried using a custom panel function:
panel.yaxis<-function(...) {
npnl<-parent.frame$panel.number
if (npnl %% 2 == 0) {
axis(side=3)
} else {
axis(side=2)
}
}
This leads to a blank window. I am stuck with the intricacies of the
plotting and axis
2011 Feb 07
18
[PATCH] Btrfs-progs use safe string manipulation functions
Please find the attached patch which replace unsafe strcpy(3) by
strncpy(3) functions.
regards,
Eduardo Silva
2009 Apr 08
3
Convert data frame containing time stamps to time series
I read records using scan:
dat<-data.frame(scan(file="KDA.csv",what=list(t="%m/%d/%y
%H:%M",f=0,p=0,d=0,o=0,s=0,a=0,l=0,c=0),skip=2,sep=",",nmax=np,flush=TRUE,na.strings=c("I/OTimeout","ArcOff-line")))
which results in:
> dat[1:5,]
t f p d o s a l c
1 1/21/09 5:01 16151 8.2 76 30 282 1060 53 7
2 1/21/09 5:02
2001 Aug 15
2
WinAmp plug-in based on RC1?
Hi,
I just downloaded this and it says it's based on RC1 in the about box. Is
that a typo or is the plug-in not updated?
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
http://xcc.tiberian.com/
--- >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 'vorbis-request@xiph.org'
2003 Jan 20
2
Location of fileinfo
hello there,
I just started using ogg files. And want to thank you all for this new
format.
I have written an addon for mirc (chatclient for irc chat networks) to
play and exchange soundfiles and I am almost done with implementing the
ogg vorbis format into this application.
The mirc-scriptinglanguage provides me a command to read a specified
number of bytes starting at a specified location of
2001 Oct 22
1
Ogg Traffic is out :)
The first Ogg Traffic is out. This will be your weekly news/status
summary of Ogg, Vorbis and related projects. Enjoy!
The Ogg Traffic site:
http://www.vorbis.com/ot/
The latest update:
http://www.vorbis.com/ot/latest.html
Comments and suggestions are welcome.
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe
2002 Jan 09
2
Removing Vorbis tags
Hello everyone,
Was wondering if there was an option or program somewhere that can delete all tags associated with an Ogg Vorbis file?
Ross Vandegrift
ross@willow.seitz.com
--- >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 'vorbis-request@xiph.org'
2002 Jul 22
1
Debian versioning problems
Anyone know how I can persuade a debian system that a version number like
'1.0-1' is actually greater than '1.0rc3-1', for the purpose of dependencies?
As the 1.0 debian control file requires debhelper 4.0.0, I ended up building
from source, but I'd like to put some equivs packages in without silly
version numbers like '1.0rc99' to keep apt and friends happy.
John
2003 May 30
1
Neuros Review
The list has been very silent lately for me, don't know what is going
on, but I didn't see anyone post this... so... I will.. :)
http://www.mp3newswire.net/stories/2003/neuros.html
<p>--- >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 'vorbis-request@xiph.org'
2003 Jun 03
1
libvorbis install prob
I'm haivng trouble compiling the libvoribis source. I'm getting errors I don't
understand, could somebody please look at the below and tell me if they have
any ideas??
<p>make[2]: Entering directory `/root/libvorbis-1.0/lib'
source='mdct.c' object='mdct.lo' libtool=yes \
depfile='.deps/mdct.Plo' tmpdepfile='.deps/mdct.TPlo' \
depmode=gcc3
2003 Nov 28
1
Hi bitrate tests
Maybe anyone can give me some links about testing results of mp3Lame and Vorbis on hi bitrate (192 or >)? Cos i can find only ~128 =[[ -=-=-=-=-=-=-=-=-=-=-=- SaSHa SHokovic E-mail: sh0ck@delfi.lt IRC: SH0x @ QuakeNet ICQ: 67504461 .+-j!i0+:)rhZm1hNrybXuz/-*arj)
'+a{
+v&{ay,rR{.n+z,z{m^+-)emw
2003 Dec 28
1
Announce: Gnomoradio 0.7
Greetings all,
Gnomoradio is a peer-to-peer music application that can find and play
music, read Creative Commons licenses, and hopefully build an online
community of musicians who wish to share music. Best of all, it
supports the OGG Vorbis audio format. Version 0.7 is the initial
development release, and it is currently available in source form only
for UNIX-like systems.
2004 Jan 09
2
How widely spread is this file format?
I just have a general question about this file format. How many music players out on the market support this format? I know Winamp does but does iPod, DellDJ, or any other portable devices support this format? Just curious how widely accepted this format is for a project I might have.
Thanks!
.+-j!i0+:)rhZm1hNrybXuz/-*arj)
'+a{
+v&{ay,rR{.n+z,z{m^+-)emw
2005 May 12
1
Bitrate peeling on existing (older) streams ?
Hi all,
last time I have seen discussions here about alternative encoders, or
tuned versions of the encoder.
Last year (sept/oct) there had been the discussion if existing streams
will be peelable or if they have to be "modified" first to be peelable.
Now for my question:
Is it known allready if existing streams will be peelable or not ?
Or, with other words: Is it known if the /can/
2005 May 02
3
still developed?
Sorry for asking, but libogg and libvorbis especially are still developed?
No updates from september 2004.
I just need to know if I have to move to FLAC [which is actively maintained]
to store my CDs.