Displaying 20 results from an estimated 300 matches similar to: "Reading wave files"
2006 Dec 06
2
same bitstream
Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz)
compression in the same bitstream
What is the meaning of this? can i find more information about this
somewhere?
And what is packel loss concealment, an you enable this somewhere?
thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Nov 23
3
compiling
What does it mean to compile Speex? what do we get when we do make on the
source?
i just don't seem to get it :$
thanks!
Jonny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061123/f2aaf86a/attachment.htm
2006 Dec 05
1
(no subject)
Hello,
what is the look ahead for?
and what does it do with your data?
Can anyone please explain to me how the look-ahead thing works?
i cant find information on this :(
what happens if i don't use it?
can you please help me?
thanks!
PS: i thinks the codec is a great initiative, i have to make a project for
school, and we chose speex :)
We are developping a small app to just play some
2013 Jan 06
1
Malicious traffic comming from 37.75.210.90
Hello Osama, and Hisham,
At 1330GMT there was some malicious activity coming from your network
IP 37.75.210.90. Please act accordingly. Things that may be of use
"972599779558"
N.
2007 Jan 22
2
How to detect SpeexBits corruption
Hello,
im using speex library on my vo ip project, but some times, after it
works ok, it begins to play noises (like voice hits) decoding the
packets of one source (the others sound ok).
I finally found that reseting SpeexBits and decoder state it solves.
If i cant avoid this problem, i wish to solve when it occours, but ?how
to detect this?
Please, if anyone has experiment this issue i
2007 Jun 26
2
number of samples in input_frame
Hi all
Sorry if this is a dumb question: does the input_frame passed to
speex_encode_int *have* to be frame_size samples long?
e.g., If I only have 100 samples left to encode (which is less than the
frame_size of 160 samples), can I just use an array that contains 100
samples, or do I need to create an array containing the 100 "real"
samples plus 60 null samples at the end?
2017 Dec 03
0
Rcpp, dyn.load and C++ problems
.Call("compute_values_cpp")
Also, if you were passing arguments to the C++ function you would need to
declare the function differently.
Do a search on "Rcpp calling C++ functions from R"
HTH,
Eric
On Sun, Dec 3, 2017 at 3:06 AM, Martin M?ller Skarbiniks Pedersen <
traxplayer at gmail.com> wrote:
> Hi,
>
> I have written a small C++ function and compile it.
2007 Jan 25
3
SV: How to detect SpeexBits corruption
You might not be doing anything wrong. Speex is stateful and can
get into a bad state sometimes. It's happened to me too, but not
recently. And I've seen such bugs reported on this list and fixed.
I suggest several approaches to solving the problem:
1) Try compiling Speex without compiler optimizations and see if the
problem still occurs. Most likely it will, but this is an
2006 Dec 06
0
same bitstream
Jonny Daenen a ?crit :
> Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz)
> compression in the same bitstream
>
> What is the meaning of this? can i find more information about this
> somewhere?
>
> And what is packel loss concealment, an you enable this somewhere?
What are you expecting exactly here? That I explain what's a Hertz and
what's a
2017 Dec 03
5
Rcpp, dyn.load and C++ problems
Hi,
I have written a small C++ function and compile it.
However in R I can't see the function I have defined in C++.
I have read some web-pages about Rcpp and C++ but it is a bit confusion
for me.
Anyway,
This is the C++-code:
#include <Rcpp.h>
using namespace Rcpp;
// [[Rcpp::export]]
List compute_values_cpp(int totalPoints = 1e5, double angle_increment =
0.01, int radius =
2001 Jun 27
1
Wavelet audio codec by Adapted Wave Tech.
Following a post on vqf.com forum, I found out that some company called
Adapted Wave Technology is ready to release its audio codec based on
wavelets. They say that this wavelet-based codec is superior to MDCT codecs
by 30-50%.
One sentence caught my attention: "Adapted Wave Technologies holds exclusive
patent rights for applying wavelet packets to audio applications." - sounds
like a
2013 Jun 27
0
Step wave Detection using R
I am trying to detect a positively increasing trend in a time series data,
to
which when I apply the rolling mean it almost turns into a step wave
function. The sharp rise in slope of rolling mean is an indication of
positive trend, thus the rolling mean becomes like a step wave function.
Is there a way or package to automatically detect the sharp increase in
slope?
-P
[[alternative HTML
2001 Jul 29
1
WAVE Format info
At the risk of throwing more fuel on the fire, I found the following document
on the Microsoft website. It appears to be the file format counterpart to the
API documentation presented by Chris Wolf. I'm not familiar with the WAVE
format, so I'll let you guys interpret it (or tell me it is irrelevant):
http://www.microsoft.com/HWDEV/audio/multichaud.htm
[As an aside: Why does Microsoft
2012 Oct 25
2
WAVE PCM to OPUS and back
Hello,
I have an p2p voice chat application using WAVE PCM (winmm). Now i am
trying to add opus encoding to it to send it over the TCP/IP and then
decoding it back to play - but without success (without opus it works ok)
Here is an example of my code. I get message from input device then
encode with opus then decode it back to output wave header and play.
Doing it i hear only noise in my
2016 Aug 02
0
OPUS encoding mono sine wave
On 02/08/16 10:59 AM, Kolesov, Alexander wrote:
> opus_demo -e audio 48000 1 2min_1kHz_Sine_16bit_48kHz.wave
> 2min_1kHz_Sine_16bit_48kHz.opus_raw
You're missing the "bitrate" argument to opus_demo... Though I'm
surprised it didn't complain about it.
Jean-Marc
2004 Nov 29
1
CONSOLE/dsp and command line play of wave file
Is there a way to have asterisk setup in ALSA mode (which is working)
but also be able to "play file.wav" and hear that also.
CONSOLE/dsp is working.
If I stop asterisk and "play file.wav" that works.
But if asterisk is running I cannot also play a file.wav
I am not actually doing them at the same time. Just a couple files
here and there to play. But as is I have to stop
2005 Aug 09
2
Asterisk and Wave files problem
Hi,
I'm recording wave files but I cant get Asterisk to play them, only if they
are in 8000 Hz. What is the maximum sample rate Asterisk can handle? I have
been using 16-bit 44.1, 22050 and finally 8000 kHz.
Many thanks,
Christian
2005 Sep 30
1
strange wave like noise on sip handset
Hello
On a Sipura SPA-841 handset (and also at other end) you hear a sea wave like
sound - it gets louder then softer and continually repeats.
I don't remember hearing this when using other handsets. But what is this
effect? How can I reduce it?
Angus
2009 Jun 01
0
Wave and Asterisk
Yes I know it's only been 96 hours since the Google Wave launch but
someone has to be the first....
http://groups.google.com/group/wave-protocol/browse_thread/thread/802c56
b72d2d73a7
Any thoughts on how Asterisk and Wave can integrate? Are there any Voice
Robot application concepts you can think of?
Are any of these suitable for a revenue model (yes I know federation and
2009 Oct 10
0
Slightly OT: Astricon and Google Wave
Looking at my shiny new Google Wave account, I was wondering if anyone else
on this list is in the beta AND going to Astricon. Astricon seems like it
would be a good test of the kind of collaboration GW is trying for. In any
case, I'd love to try to do an Astricon wave so let me know if you're
interested and we'll get together. I know at least two other people who'll
be there