similar to: arecord pipe to celtenc just stops

Displaying 20 results from an estimated 600 matches similar to: "arecord pipe to celtenc just stops"

2009 Jun 01
2
celtenc two channels
Hi, To enable stereo in celtenc do I need to change anything other than #define CHANNELS 1 to #define CHANNELS 2 The reason is after I do this the audio sounds distorted. Please let me know if I need to do anything else or whether I need to investigate what's happening at my end further. Paul.
2009 Feb 26
2
celtenc/celtdec does not display CELT_VERSION
A small issue, but missing. Something like this would be helpful: - printf ("celtenc (CELT encoder)\n"); + printf ("celtenc (CELT %s encoder)\n", CELT_VERSION); til
2010 Dec 19
1
Celtenc not working in 0.9.1
Hi, I'm currently testing libcelt (celt-0.9.1) on my Openwrt/Kamikaze RDC-3210 platform and although I'm able to Crosscompile on my Ubuntu 10.10 machine without errors, the resulting celtenc doesn't seem to work properly. Ran ./configure via the Openwrt makefile first (activating fixed-point) ; I first produce a S16_LE Raw PCM file (48Khz, stereo) : test.pcm Then I try to encode
2011 Nov 18
1
celtenc 0.11.1 not generating encoded file on OSX Lion
Hi, I am running celt 0.11.1 on my mac which is running osx lion. I invoke celt such as so: celtenc original.wav output.oga I do not see any files being encoded, the wave file is stereo 16 bit at 44.1kHz. Any ideas on why this is not working? I also tried the opus git repo for the latest sources, but that also does not produce an encoded file. Thanks -- -baeksanchang -------------- next
2009 Jan 05
1
trouble building celt on Fedora
Hi All, I'm looking to package up celt for inclusion in Fedora as the next stable release of ekiga/opal will have support for it. I've run into two issues in compiling it into a rpm. The first is a show stopper, then second one not so much of an issue but thought I'd report it for reference. The first issue is due to the celtdec and celtenc explicitly define rpath. I get the
2005 May 12
4
Sound card Line-In as MOH source
Does someone have a link to step-by-step instructions to making the Line-In on the console sound card a MOH source? I know this has to work somehow. Chris Coulthurst <mailto:chris@shuksan.com> chris@shuksan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050512/4a3c3025/attachment.htm
2011 Apr 14
3
Bad artifacts at 32kbps
I have been trying some different sample rate and bitrate combinations to get a feel for how CELT behaves. I then encoded it with a couple of different frame sizes and sample rates. There were some small differences, but nothing horrible. So, I decided to run with 24KHz sample rate with 16 bit samples. This seemed like a reasonable tradeoff against the quality degradation that my folks
2004 Aug 24
1
arecord/oggenc stops after 3 hours 45 minutes 47 seconds
On Aug 23, 2004, at 9:35 PM, Ralph Giles wrote: > On Mon, Aug 23, 2004 at 11:49:27AM -0700, Eric Smith wrote: > >> I've tracked the problem down to abuse of the C type size_t in >> aplay.c. So I'm pretty sure it's not a problem in oggenc. > > Hmm. Wouldn't have expected that from alsa, though if it's saving > as 'wav' you have to sort of
2011 Apr 17
1
Description of how CELT packs into Ogg?
Is there are description somewhere of how CELT packs into the .oga file? Trying to reverse engineer it from the intertwined celtenc code is suboptimal. -a
2009 Mar 10
2
Problems building celt-0.5.2 for blackfin
Problems building celt-0.5.2 for blackfin. Use the following to configure: #!/bin/sh # bfinconf # Set up configuration to cross compile on blackfin ./configure \ --host=bfin \ --enable-fixed-point \ CC=bfin-uclinux-gcc \ CFLAGS='-O2 '\ '-mfast-fp '\ '-ffast-math '\ '-Wall -Dlinux '\ '-D__linux__ '\ '-fno-strict-aliasing '\
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
From: Thorvald Natvig <slicer at users.sourceforge.net> --- celt.pc.in | 2 +- configure.ac | 2 ++ libcelt/Makefile.am | 12 ++++++------ tests/Makefile.am | 2 +- tools/Makefile.am | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/celt.pc.in b/celt.pc.in index 98cc008..67a830b 100644 --- a/celt.pc.in +++ b/celt.pc.in @@ -10,5
2006 Jan 31
3
MOH sourced from a sound card?
I thought this had been around before but I can't seem to find anything about it. I have a customer whom prior to upgrading to Asterisk invested in one of those boxes that plays your company sales campaign into the MOH port on your key system. For reasons of message maintenance he wants to keep the box as part of the new system. Can I couple this to the sound card in the Asterisk server
2009 Jul 06
3
Ogg encoding longer than 203 minutes?
Hi, I'm trying to record something for about 24 hours but oggenc tells me that I have 203m remaining. Quote: durand at Deuterium ~> arecord -f cd -t wav | oggenc -b 192 -o file.ogg - Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo Opening with wav module: WAV file reader Encoding standard input to "file.ogg" at approximate bitrate
2020 Apr 10
1
alsa-plugins
Hi apols as not really speex dev but really struggling to find this info that sure you will know in an instant. I am trying to compile alsa-plugins so I get the speexdsp as well as the rate conversion and just don’t know how. pi at raspberrypi:~/alsa-plugins-1.2.2 $ arecord -D mic ALSA lib dlmisc.c:287:(snd1_dlobj_cache_get) Cannot open shared library
2019 Aug 28
3
Anyone using ffmpeg as a source-client?
How are you capturing the audio-in? Jack Elliott On 8/27/2019 5:25 PM, webmaster at berean-biblechurch.org wrote: > Yes, I'm using it to capture the audio-in and pushing to Icecast. > > On 2019-08-27 10:33, Jack Elliott wrote: >> As described here in ffmpeg's documentation: >> >> http://ffmpeg.org/ffmpeg-all.html#Icecast
2011 Dec 05
2
bit error robustness
Hello everyone, I'm evaluating the Celt in terms of robustness against bit errors. So what I have done is encoding a wav file using the \tools\celtenc.exe and then manipulated the wav file according a desired bit error rate or burst error length. But the Celt decoder stops decoding with the first bit I manipulated even if this bit is not in the header. So is there a way to do the test
2004 Aug 06
3
Speex latency
Hi, What kind of latency is expected using 8,16,32 khz? I am trying to do a realtime stream server, and I am having latency above >500ms ( I capture the sound using the mic, encode it and send it to the client). I am using ALSA system, a SB128 PCI and a 800Mhz P3 . What can I do to lower the latency? I tried a test : arecord -t raw | speexenc - - | speexdec - and I found that I also have a 500
2010 Jan 08
1
Introduction + Patch
Hi, I'm new here so an introduction. I'm Stefan de Konink, I have a diverse past, present and future in coding, content creation and a background in speech research. As introduced on #celt I want to do some promotion for the codec. I was positively surprised by the availability of something 'almost done' and totally usable in the form of celtclient.c, attached is a tiny
2005 Sep 09
1
reducing latency?
How can I reduce latency on the following? arecord -r22050 -c2 -fs16_le | speexenc - - | speexdec - I have no coding experience in C, so can't write my own stdin/stdout wrapper. this is just an echo test, but it's severely lagged. the mailing list posts on this subject didn't give a solution. I used this over ssh, and managed to have a usable conversation with someone, accept for the
2005 May 22
2
Problems with Ices
I am having problems getting Ices to work with ALSA. If I use arecord (arecord -D plughw:0,0 output.wav) I can record the input from my microphone into a file. The playback works perfectly. However, if I use Ices with the same values I hear nothing on the receiving end of my broadcast (although I can connect to it). In order to do a further test, I setup a <savefile> tag in my