Displaying 20 results from an estimated 337 matches for "48000".
Did you mean:
8000
2019 Jul 08
3
opus codec
Hi All,
I am trying to get the opus codec working with linphone.
I followed the instructions... This shows me its loaded
core show translation paths opus
--- Translation paths SRC Codec "opus" sample rate 48000 ---
opus:48000 To g723:8000 : No Translation Path
opus:48000 To ulaw:8000 : (opus at 48000)->(slin at 48000
)->(slin at 8000)->(ulaw at 8000)
opus:48000 To alaw:8000 : (opus at 48000)->(slin at 48000
)->(slin at 8000)->(a...
2015 Apr 13
2
Regarding Opus Codec Input output file.
...ed opus code codec from souce. After compiling i got opus_demo app.
for Encoding i followed below steps:
1) Reference file used music_orig.wav (http://www.opus-codec.org/examples/samples/music_orig.wav)
Number of samples : 4358219 (90.8 s) 2015-04-13 10:40:07 UTC
Sampling frequency: 48000 Hz
Number of channels: 2 (16-bit integer)
File name: music_orig.wav
Header length: 44
Sampling frequency: 48000
No. samples: 4358219
No. channels: 2
Data type: integer16
File byte order: little-endian
Host byte order: little-endian
2) I encode this file using...
2014 Nov 24
3
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...pus_demo (opusdec does a bunch of extra things, plus for interactive use we care about both the encoder and decoder, and celt_pitch_xcorr gets used vastly more by the encoder than the decoder... I think the decoder only uses it for PLC).
>
> Something like
> ./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw /dev/null
>
> comp48-stereo.sw can be found here: https://people.xiph.org/~tterribe/opus/comp48-stereo.sw
>
> celt_pitch_xcorr also gets used by the SILK encoder (more in fixed-point than float, but the float one uses it, too). So it may be worth doing a run wit...
2020 May 16
3
IceS segmentation fault
...after starting the encoder.
The IceS log is:
[~] # sudo ices /etc/ices.xml
[2020-05-11 19:24:34] INFO ices-core/main IceS 2.0.2 started...
[2020-05-11 19:24:34] INFO input-alsa/alsa_open_module Opened audio device hw:0,0
[2020-05-11 19:24:34] INFO input-alsa/alsa_open_module using 2 channel(s), 48000 Hz, buffer 341 ms
[2020-05-11 19:24:34] INFO input-alsa/alsa_open_module Starting metadata update thread
[2020-05-11 19:24:34] INFO signals/signal_usr1_handler Metadata update requested
[2020-05-11 19:24:34] INFO encode/encode_initialise Encoder initialising with bitrate management: 2 channels,...
2015 Apr 13
0
Regarding Opus Codec Input output file.
Hi Sakharam,
I see 2 potential issues with what you are doing.
1. ./opus_demo -e voip 48000 2 16 music_orig.wav testcase30.opus
in above command, "16" for bits/sec seems too low. I'm no audio
expert, but just cant convince myself you can get any reasonable audio
data with 16 bits/sec. FYI, I was able to encode and decode with 16
bits/sec, but when I played the decode fil...
2014 Nov 24
2
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...nch of extra things, plus for interactive use we care about both the encoder and decoder, and celt_pitch_xcorr gets used vastly more by the encoder than the decoder... I think the decoder only uses it for PLC).
>> >
>> > Something like
>> > ./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw /dev/null
>> >
>> > comp48-stereo.sw can be found here: https://people.xiph.org/~tterribe/opus/comp48-stereo.sw
>> >
>> > celt_pitch_xcorr also gets used by the SILK encoder (more in fixed-point than float, but the float one uses it, too)...
2006 Nov 06
2
gc()$Vcells < 0 (PR#9345)
...year 2006
month 04
day 24
svn rev 37909
language R
version.string Version 2.3.0 (2006-04-24)
> x<-matrix(nrow=44000,ncol=48000)
> y<-matrix(nrow=44000,ncol=48000)
> z<-matrix(nrow=44000,ncol=48000)
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 177801 9.5 407500 21.8 350000 18.7
Vcells -1126881981 24170.6 NA 24173.4 NA 24170.6
>
2014 Nov 24
0
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...ec does a bunch of extra things, plus for interactive use we care about both the encoder and decoder, and celt_pitch_xcorr gets used vastly more by the encoder than the decoder... I think the decoder only uses it for PLC).
> >
> > Something like
> > ./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw /dev/null
> >
> > comp48-stereo.sw can be found here: https://people.xiph.org/~tterribe/opus/comp48-stereo.sw
> >
> > celt_pitch_xcorr also gets used by the SILK encoder (more in fixed-point than float, but the float one uses it, too). So it may be w...
2004 Aug 06
7
Live Streaming Problem
On Sat, 7 Jun 2003, Karl Heyes wrote:
> your sound card/driver does not deal with 44100hz samplerates, try 48000
> instead. Remember to change the resample tags according.
Are there many cards in this category? I'dve thought that all cards would
support 44100, it being the standard that it is. Your comments however
suggest experience of this problem.
Geoff.
--- >8 ----
List archives: http://ww...
2013 Jul 11
1
inbandfec is adding samples
...ething' but? add audio?
I'm using opus_demo for this.
Here's the steps (I have my test audio in it's own folder, parallel with opus and sox):
make raw audio:
../sox-14.4.1/sox music_orig.wav -t raw music_orig.raw
try a few different encodings:
../opus-1.1-alpha/opus_demo audio 48000 2 128000 -framesize 2.5 -loss 10 -inbandfec music_orig.raw music_orig_f2.5_b128000_lr10_fec.raw
../opus-1.1-alpha/opus_demo audio 48000 2 128000 -framesize 2.5 -loss 10 music_orig.raw music_orig_f2.5_b128000_lr10.raw
../opus-1.1-alpha/opus_demo audio 48000 2 128000 -framesize 20 -loss 10 -inbandf...
2006 Jun 21
2
ices2 realplayer
On 2006-06-21T15:21+0100 Karl Heyes wrote:
> You capture at 48000 but resample from 44100, that will cause problems.
> You resample to 22050 so that will affect quality, you haven't said what
> bitrate you want to target for, so resampling/downmixing may be required
> anyway.
I am unsure about these settings. Any particular suggestions? I don'...
2014 Nov 25
0
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...things, plus for interactive use we care about both the encoder
and decoder, and celt_pitch_xcorr gets used vastly more by the encoder than
the decoder... I think the decoder only uses it for PLC).
>>> >
>>> > Something like
>>> > ./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw
/dev/null
>>> >
>>> > comp48-stereo.sw can be found here:
https://people.xiph.org/~tterribe/opus/comp48-stereo.sw
>>> >
>>> > celt_pitch_xcorr also gets used by the SILK encoder (more in
fixed-point than float, but the float o...
2009 May 30
1
Segmentation Fault
...0k tbn, 59.94 tbc
Stream #0.1[0x20]: Subtitle: dvdsub
Stream #0.2[0x21]: Subtitle: dvdsub
Stream #0.3[0x22]: Subtitle: dvdsub
Stream #0.4[0x23]: Subtitle: dvdsub
Stream #0.5[0x24]: Subtitle: dvdsub
Stream #0.6[0x25]: Subtitle: dvdsub
Stream #0.7[0x88]: Audio: dca, 48000 Hz, 5.1, s16, 768 kb/s
Stream #0.8[0x81]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
Stream #0.9[0x82]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
Stream #0.10[0x83]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
Stream #0.11[0x84]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
Pi...
2017 Nov 11
2
Logitech Brio 4K Ultra HD Webcam - 960-001105
...tech BRIO as
/devices/pci0000:00/0000:00:04.0/0000:03:00.0/usb9/9-4/9-
4:1.4/input/input25
[ 4519.922402] hid-generic 0003:046D:085E.0009: input,hidraw0: USB HID
v1.11 Device [Logitech BRIO] on usb-0000:03:00.0-4/input4
[ 4519.956452] usb 9-4: current rate 16000 is different from the
runtime rate 48000
[ 4519.963948] usb 9-4: current rate 16000 is different from the
runtime rate 48000
[ 4519.973798] usb 9-4: current rate 16000 is different from the
runtime rate 48000
[ 4825.386775] usb 9-4: reset SuperSpeed USB device number 7 using
xhci_hcd
[ 5079.321074] usb 9-4: USB disconnect, device numb...
2005 Dec 10
0
AMD64 Bench
...libtheora-alpha5 no-mmx performed better than the
liboil version on an AMD64 cpu. And did some tests.
Normal 'gentoo' no-mmx compiled version:
0:01:30.18 audio: 68kbps video: 2181kbps
real 3m24.178s
user 3m22.109s
sys 0m0.900s
skinkie@zwartepiet ~ $ time ffmpeg2theora -c 1 -H 48000 THE\ MOVIE\ MET\
MIDVLIET\ goede\ aftitel.avi -o THE\ MOVIE\ MET\ MIDVLIET\ goede\
aftitel-2.dv
Input #0, avi, from 'THE MOVIE MET MIDVLIET goede aftitel.avi':
Duration: 00:15:04.0, start: 0.000000, bitrate: 29578 kb/s
Stream #0.0, 25.00 fps: Video: dvvideo, yuv420p, 720x576
Stream #0...
2014 Dec 02
1
Modified metaflac add --output-json
...parameters need to test/check for subset compliance?
If one or more of the following statements is true the stream is NOT subset.
sample size in bits = not (8 or 12 or 16 or 20 or 24)
or
min_partition_order > 8
or
max_partition_order > 8
or
min_prediction_order > 12 and samplerate <= 48000
or
max_prediction_order > 12 and samplerate <= 48000
or
frame_size > 4608 and samplerate <= 48000
or
frame_size > 16384
Thanks in advance!
2012 Dec 14
0
9.1-RC3 problems with Creative Audigy 2 ZS [SB0350] audio
...e Audigy 2 ZS [SB0350]> port 0xdc00-0xdc3f irq 21 at
device 6.0 on pci4
% sysctl -a | grep pcm
dev.pcm.0.%desc: EMU10Kx DSP front PCM interface
dev.pcm.0.%driver: pcm
dev.pcm.0.%parent: emu10kx0
dev.pcm.0.eapd: 1
dev.pcm.0.play.vchans: 1
dev.pcm.0.play.vchanmode: fixed
dev.pcm.0.play.vchanrate: 48000
dev.pcm.0.play.vchanformat: s16le:2.0
dev.pcm.0.rec.vchans: 1
dev.pcm.0.rec.vchanmode: fixed
dev.pcm.0.rec.vchanrate: 48000
dev.pcm.0.rec.vchanformat: s16le:2.0
dev.pcm.0.buffersize: 65536
dev.pcm.0.bitperfect: 0
dev.pcm.1.%desc: EMU10Kx DSP rear PCM interface
dev.pcm.1.%driver: pcm
dev.pcm.1.%pare...
2007 Jul 08
0
patch to enhance sound module for 96 kHz/24 bit sample sizes
...sound/man/loadSample.Rd 2007-07-08 19:35:31.000000000 -0400
@@ -11,7 +11,8 @@
\item{filecheck}{ logical. If FALSE, no check for existance and read
permission of the file will be performed. }
}
\details{
-All kinds of wav files are supported: mono / stereo, 8 / 16 bits per
sample, 1000 to 48000 samples/second.
+All kinds of wav files are supported: mono / stereo, 8 / 16 / 24 bits
per sample, 1000 to 96000 samples/second,
+but no compressed formats are supported.
}
\value{
the Sample object that is equivalent to the wav file.
Only in sound/man: loadSample.Rd~
diff -ru sound-orig/man/...
2018 Sep 28
4
multiple mounts each varying bitrates
Hello,
If anyone is running an Icecast server that serves at least 3 separate
streams each with it's own bitrate can I get a look at your config?
Thanks.
Dave.
2002 Mar 26
0
48000 Hz in vorbis rc3?
Moritz Grimm (gtgbr@gmx.net) wrote :
> Michael Smith wrote:
> > >For the sake of convenience, it's nice that Vorbis' VBR supports 48kHz
> > >at decent quality already, but to get back to the start of the
> > >discussion, not all people have the equipment to play it back. To bring
> > >highest possible satisfaction to the audience, 44.1kHz still is