Displaying 20 results from an estimated 200 matches similar to: "need help with SIGNAL module"
2005 Aug 29
1
Previewing oggvorbis files in GNOME...
Hi. I'm wondering if anyone out there can give me a little help trying
to figure something out: I presently am running CentOS4.1 with GNOME as
my desktop (It runs quite well, I must say!). I just have a little
curiosity: I have a few audio files (.wav, .mp3 and .ogg) and I like to
"preview" them. When run my mouse over the .wav files (and mp3 files)
the
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2010 Dec 12
5
Stripping silent periods from MP3s
I'm on Centos 5.5, and would like to use sox to strip out
any periods of silence > 5 seconds from a batch mp3 audio
files.
Googling I found sox, but it does not seem to support mp3
files by default.
The man page says:
.mp3 MP3 Compressed Audio
MP3 audio files come from the MPEG standards for audio and video
compression. They are a lossy compression format that achieves
2007 Feb 14
0
How to use Rpad
I am a beginner and I don't know how to use Rpad package.
I installed it and opened the following example .Rpad page in Internet
Explorer.
When I clicked "Calculate" button, nothing seems to happen. Can anyone tell
me how to use Rpad?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- by Tom Short, EPRI, tshort at epri.com
(c) Copyright 2005 by
2007 Jul 08
0
patch to enhance sound module for 96 kHz/24 bit sample sizes
Greetings Matthias,
Thanks again for your sound module. I did not ever manage to find the
time to play with phase equations, but I found I needed the module for a
new project involving bats. I needed to do some work @ 96 kHz/24 bit
sample size, and found the limitations of the sound package stop at 48
kHz and 16 bit samples. Here's a patch to bring things up to 96/24.
Sorry I cannot
2006 Nov 20
1
website with graphics from all packages?
I thought I came across a site that had graphics from all CRAN packages, but
I can't find it.
Anyone know of such a site? (I don't mean this:
http://addictedtor.free.fr/graphiques/)
- Tom
Tom Short
EPRI Solutions, Inc.
--
View this message in context: http://www.nabble.com/website-with-graphics-from-all-packages--tf2666416.html#a7436096
Sent from the R help mailing list archive at
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2011 May 04
0
[LLVMdev] Memory Subsystem Representation
On May 3, 2011, at 12:01 PM, David A. Greene wrote:
> "Rotem, Nadav" <nadav.rotem at intel.com> writes:
>
>> Can you describe which passes may benefit from this information ? My
>> intuition is that until there are a number of passes which require
>> this information, there are other ways to provide this
>> information. One way would be to use
2017 Nov 12
0
create waveform sawtooth
Ccing the maintainer if the tuneR package.
Looks to me like sawtooth (and square) don't behave as expected when using xunit="samples". Workaround is to use xunit="time" instead:
sawtooth(110,duration=1/100,samp.rate=sample_rate,xunit="time")
I looked at the code but found it to be opaque.
--
Sent from my phone. Please excuse my brevity.
On November 12, 2017
2005 May 10
1
wish: print.condition and html (PR#7848)
Full_Name: Tom Short
Version: 2.1.0
OS: Win2000
Submission from: (NULL) (68.236.159.160)
print.condition prints out error messages enclosed in angle brackets as in:
> simpleError("Sigh, yet another error...")
<simpleError: Sigh, yet another error...>
If R is used to generate HTML output (R2HTML or Rpad), then the error messages
get hidden because browsers will skip right
2006 Nov 30
1
bug in acosh (win32) (PR#9403)
Full_Name: Tom Short
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (68.236.159.227)
It looks like there's a bug in acosh with complex number in windows:
> acosh(2)
[1] 1.316958
> acosh(2+0i)
[1] 0+NaNi
This happens for me on Windows XP with the following versions:
R version 2.2.0, 2005-10-06, i386-pc-mingw32
R version 2.4.0 (2006-10-03) i386-pc-mingw32
It works fine with
2000 Mar 01
0
Problem in sshconnect.c?
Hey all,
I installed OpenSSH on a redhat 6.0 box using the 1.2.2 i386 rpms, and I
can't connect to it from
other machines. I edited the sshd_config file and changed the
ListenAddress from 0.0.0.0 to
the machine's IP number.
The error I have been getting at first confused me, so I checked out the
code, and found the function in the sshconnect.c file. The strange
thing is that sometimes
2000 Mar 01
0
SORRY!
I am very very sorry for not having found this problem before. I just
reported a problem I was having in
ssh_exchange_identification()
function... My fault: I didn't look hard enough in the archives.
Turns out that my problem was fixed by adding a line to my hosts.allow
file.
Again, I'm sorry I didn't research the archives long enough to find the
fix myself.
:Paul Tiemann
2011 May 05
2
[LLVMdev] Memory Subsystem Representation
Chris Lattner <clattner at apple.com> writes:
> On May 3, 2011, at 12:01 PM, David A. Greene wrote:
>
>> "Rotem, Nadav" <nadav.rotem at intel.com> writes:
>>
>>> Can you describe which passes may benefit from this information ? My
>>> intuition is that until there are a number of passes which require
>>> this information, there
2005 May 29
0
Re: Demonizing generic Linux issues as Fedora Core-only issues -- WAS: Hi, Bryan
From: Collins Richey <crichey at gmail.com>
> It's a little more than that. I find few people who consider RedHat to
> be a Demon Evil or that they can't do anything right, but I can
> understand the concern about some of their decisions which have made
> life difficult for (granted) a few, and it's not really helpful to
> demonize those who complain, as Bryan has
2005 May 29
1
Re: CentOS and SL, together? -- attributing statements to me (that I didn't make)
From: Collins Richey <crichey at gmail.com>
> I roll my eyes when I hear how good and great and all-virtuous
> RedHat is,
On GPL. That's all. On GPL.
IBM is praised while HP, Red Hat and Sun are demonized.
Companies have their agendas, and we need to be _cautious_.
But one thing remains: Stallman's Moral Delima
Which means that the only thing that matters in the end is
2006 Jun 09
4
HTML nsmall vector format problem
Hello All
I am having a bit of trouble formatting my HTML with the desired number
of digits after the decimal place. Am I doing something
wrong/misunderstanding or is it a bug?
Looking at the example supplied with ?HTML.data.frame:
HTML(iris[1:2,1:2],nsmall=c(3,1),file="")
Gives html output that includes the lines:
</tr> <tr><td
2015 Mar 04
0
adaptive bandwidth
Hi Kelvin,
The audio bandpass setting is only configurable when the encoder is instantiated (eg: start of a Voip call ) , but you can change the bitrate anytime.For example if you can read incoming RTCP packets , you can check if there's reported packet loss , and then lower the bitrate accordingly.Yes, the app has to be aware of the packetloss ?percentage.
Cheers,Dragos
From: Kelvin
2003 Feb 11
2
example: Samba + OpenLDAP on FreeBSD (4.7)
Hello all,
This message is simple instructions to install Samba + OpenLDAP on
FreeBSD (4.7). Hope it would help someone.
1. To keep ports update, better install cvsupit in the beginning
mis3# cd /usr/ports/net/cvsupit
mis3# make install clean
Reference: FreeBSD Unleashed (by Urban and Tiemann), p. 425
2. To use Samba + OpenLDAP with the option "ldap ssl =
2005 May 19
1
Re: pronunciation? -- loving CentOS doesn't mean you have to bash Red Hat
From: Martyn Drake <martyn at drake.org.uk>
> To be quite honest with you - that's been and gone so quickly I can't
> ever remember what my position was at that time.
It actually happened over the span of 2 years before any name change.
With the introduction of RHEL as a separate product, RHL was having an
identity crisis. It used to be that ".2" was the