Displaying 20 results from an estimated 1000 matches similar to: "Encoding 8KHz audio (voice)"
2007 Sep 25
1
fSeries Garch and Arfima Ox interface
Hello all,
This is a request for help from somebody who has the Ox interfaces working in R.
I am trying to get the Ox interfaces working for Arfima and Garch modelling. However, I am having several problems:
1. The link to download G at rch_v40 does not work. Does anybody have a copy to email to me please?
2. Various guides offer different instructions for installing Ox in the correct place
2023 Feb 22
1
dyn.load loads libraries/symbols at high addresses.
Hello all,
I am trying to write an interface for BQN
<https://mlochbaum.github.io/BQN/> and R
However, even
|
dyn.load("/usr/local/lib/libcbqn.so"); .Call("bqn_init")|
immediately fails on the BQN side, viz.
|Failed to allocate memory for JIT 200 times; stopping trying||
||CBQN interpreter entered unexpected state, exiting.
|This is because BQN tries to allocate
2007 Oct 03
2
Ferret and Mongrel and redirect_to
Hello,
I try and run mongrel 1.0.1 and ferret 0.11.4 on Windows XP.
To break mongrel all I have to do is invoke a class with Ferret in it.
Here''s my class:
require ''ferret''
include Ferret
class SearchIndex
def initialize
print "SearchIndex:Initialize\n";
end
end
When I put this in my controller, I break mongrel:
searchIndex =
2008 Jan 02
9
lustre quota problems
Hello,
I''ve several problems with quota on our testcluster:
When I set the quota for a person to a given value (e.g. the values which
are provided in the operations manual), I''m able to write exact the amount
which is set with setquota.
But when I delete the files(file) I''m not able to use this space again.
Here is what I''ve done in detail:
lfs checkquota
2015 Jan 07
0
Radeon graphics problems with CentOS 6.6
I sent this last night but it didn't show up in the archives. Trying
again without the attachment. Are messages with attachments blocked
on this list?
On Tue, Jan 6, 2015 at 11:50 PM, Darby Vicker <darby.vicker at gmail.com> wrote:
> Thanks a ton for the suggestions and info everyone.
>
>> Two things I think you should consider doing...
>> 1) in your next post (and
2014 Dec 03
3
Radeon graphics problems with CentOS 6.6
Hello,
I saw in the CentOS 6.6 release notes that the Xorg ABI has changed but
that "This should not concern anyone who uses the default drivers shipped
with CentOS." I'm using the ATI drivers in Base but X still fails when I
boot a CentOS 6.6 kernel. I was hoping this is a known problem that would
get fixed with a kernel update but I'm still having problems with the
2004 May 27
5
Ghost Image + Winbind = Panic
I had a test machine up and running Samba, joining an AD domain, and set
up with winbind... when I ran "getent passwd" it would list all the
local users, and all the domain users. I could also log in as a domain
user without any problem. So, I made an image of the hard drive, and
copied it to 7 other machines. Now, those 7 are having a strange
problem. I changed the names and IP's of
2004 Aug 06
4
Optimizing speex for 44.1kHz
> The cost of down-sampling, if done efficiently, is probably less then
> the cost difference between 32 kHz and 44.1 kHz so it's probably worth
> it. If you don't care about standard sampling rate, you could even to a
> 2/3 conversion which would get you 29.4 kHz...
I'm curious why not just sample at a lower rate if it's just VoIP
anyway? My opinion is that 44kHz
2003 Jul 22
3
Ideal Prompt Recording Setup?
What have people found to be the ideal setup for recording asterisk
prompts?
I'm looking for both the ideal application to record them in, the ideal
format, as well as hardware (do I need a fancy studio mic or will a
headset mic work?).
Thanks,
Justin
2018 Jun 16
2
Only 8kHz recorded after disallowing all but G722 codec on inbound
We want to record inbound channels at 16kHz, but send only 8kHz to our
peers. I've set our default profile in sip.conf to disallow all but g722,
and the peers disallow all but ulaw. We have a proxy in front of Asterisk
that is configured to disallow all but G722 also.
My test calls show inbound to the proxy is recorded at 16kHz, inbound in
Asterisk is only 8kHz, and the peers receive 8kHz. So
2008 Oct 29
0
[OT] Flash player for call recordings - 8khz
Hello,
I'm trying to find simple MP3 player in flash, to integrate it with
call recordings.
My requirements would be:
* simple UI
* buffering (would be nice)
* slider
* volume control
* support of 8kHz stereo mp3
* javascript access to seek/position
* free for any use (GPL, MPL, MIT, BSD)
So far I've found that JWplayer[1] does great with my recordings.
However it's not small in
2008 Jun 24
1
Playback of "short" Speex encoded {8KHz, 8 o 16 bit, mono} fails using DirectShow Filter
I attach two wav files of a few seconds duration that fail to play on
Windows Media Player 11 using DirectShow Filter bundled in
oggcodecs_0.71.0946.exe, after enconding them to the Speex audio format
using VBR, as follows:
speexenc.exe --vbr <input-wav-file> <output-spx-file>
The output of speexenc.exe --version* *is:
speexenc (Speex encoder) version speex-1.2beta3 (compiled Dec 11
2015 Jun 24
3
Change fallback mount file automatically?
On 24 Jun 2015, at 15:33, Martin Jangowski wrote:
> I regularly broadcast with 48kBit streaming rate (mp3, mono, 44kHz).
> My fallback-file is a 244kBit, stereo, 44kHz, mp3 file. Works like a
> charme....
That depends on the player, if it works you are lucky. It might not work
for other formats or with some players.
2008 Mar 17
1
update_call_counter: Call to peer '2509' rejected due to usage limit of 1?
Hi,
I am using asterisk-1.4.15, My sip configs is like
[2501]
type=friend
username=2501
secret=2501
canreinvite=no
host=dynamic
dtmfmode=rfc2833
context = sip
disallow=all
allow=ulaw
incominglimit=1
nat=1
queue.conf is like
[gen-enq]
joinempty = yes
musiconhold = default
strategy = rrmemory
servicelevel = 60
timeout = 60
retry = 5
wrapuptime=5
announce-frequency = 90
announce-holdtime = yes
2008 Nov 27
0
OT: Testing copytruncate
Hi
I am trying to simulate the behaviour when a file gets copy-truncated or
any other option selected in logrotate.
As a start, I have written a quick script to create values in a file at
high rate.
#!/usr/bin/perl
open FILE, ">testdata" or die $!;
for (my $i = 1; $i <= 10000000; $i++){
print FILE "$i\n";
# sleep 1;
}
close FILE
and a logrotate.conf file that
2015 Jun 24
3
Change fallback mount file automatically?
Icecast allows using a fallback mount file which the listener will hear
if the main mount stops. It is specified in icecast.xml as this example:
<fallback-mount>/example2.ogg</fallback-mount>
It is necessary that the file have the same bitrate and same format
(single or two-channels) as the main mount.
We were at a music festival last weekend and used butt (Broadcast Using
This
2007 Aug 31
0
chan_sip.c:5495 sip_reg_timeout: ERROR
Hello,
I?ve been using Asterisk 1.2.18 for a while, and today, with no apparent
changes, I started receiving these messages:
Aug 31 13:26:57 NOTICE[27528]: chan_sip.c:5495 sip_reg_timeout: --
Registration for 'user at sipserver' timed out, trying again (Attempt #19)
All trunks and extensions went to:
sipserver:5060 user 120 Request Sent
011
2007 Jun 07
1
speex1.2-beta2 and noise suppression problem
Hi!
I'm using the newest (beta2) speex library on PocketPC (Windows
powered) and experiencing some problems with noise suppression
preprocessor turned on while encoding 44kHz files.
You can hear the example here: http://szalik.net/speex (this is a
44kHz, 16, mono file encoded in UWB mode)
I tried using speex cross-compiled with gcc (fixed point + arm4 asm)
and VS (just fixed point) and it
2016 Dec 05
2
Join QNAP to a Samba AD
Hello,
I'm currently stuck with a QNAP NAS appliance (don't buy this !)
I have a Sernet Samba 4.5 as an AD controller and my QNAP have a Samba 4.0.25
(latest update)
All i want is to join the QNAP to the AD, the QNAP will act as the file
server.
The join in the official way is okay but the uid / gid mapping is f*cked.
I tried almost everything, change the idmap,
2016 Dec 05
0
Join QNAP to a Samba AD
On Mon, 05 Dec 2016 15:43:09 +0000
contact--- via samba <samba at lists.samba.org> wrote:
> Hello,
>
>
>
> I'm currently stuck with a QNAP NAS appliance (don't buy this !)
>
>
>
> I have a Sernet Samba 4.5 as an AD controller and my QNAP have a
> Samba 4.0.25 (latest update)
>
>
>
> All i want is to join the QNAP to the AD,