Displaying 6 results from an estimated 6 matches for "kazem".
Did you mean:
azem
2015 Jun 23
3
24 bits samples
...I suppose that
input samples should be 16 bits in opus but samples in AES stream can be at
most 24 bits. Can opus accepts samples more than 16 bits without any
modifications in source codes ? If answer is No then "How can I modify opus
to accept these 24 bits samples ?"
Best Regards
Kazem Baadpie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20150623/ce8d3b25/attachment.htm
2015 Jun 24
1
24 bits samples
...when I use 24 bits samples , there is no output audio.
opus_decoder will still generate 16 bits samples and these output samples
are saturated . I use following function for 16 / 24 bit depth :
opus_custom_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16/24));
How can I solve this problem ?
Thanks a lot
Kazem
----------------------------------------
From: "Timothy B. Terriberry" <tterribe at xiph.org>
Sent: Tuesday, June 23, 2015 11:22 PM
To: opus at xiph.org
Subject: Re: [opus] 24 bits samples
Jean-Marc Valin wrote:
> Opus itself supports 24-bit audio and can handle all of the dyna...
2015 Jun 08
1
24 bits samples
...I suppose that
input samples should be 16 bits in opus but samples in AES stream can be at
most 24 bits. Can opus accepts samples more than 16 bits without any
modifications in source codes ? If answer is No then "How can I modify opus
to accept these 24 bits samples ?"
Best Regards
Kazem Baadpie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20150608/4aefc9c4/attachment.htm
2015 Nov 24
1
FW:
...From: dastjerdi1974 at hotmail.com
To: r-sig-debian at r-project.org
Subject:
Date: Tue, 24 Nov 2015 18:31:58 +0330
Hi
I cant install swirl as there is no packages in the CRAN, why?
following is the message
ERROR: dependency ?testthat? is not available for package ?swirl?
* removing ?/home/kazem/R/x86_64-pc-linux-gnu-library/3.0/swirl?
Warning in install.packages :
installation of package ?swirl? had non-zero exit status
The downloaded source packages are in
?/tmp/RtmpCaSEgn/downloaded_packages?
> library(swirl)
its annoying isn't?
[[alternative HTM...
2015 Jun 23
0
24 bits samples
Hi,
Opus itself supports 24-bit audio and can handle all of the dynamic
range (and then some). I *think* the opusenc command-line tool can
handle 24-bit wav files, but I could be wrong (if not it's something
that needs to be added).
Cheers,
Jean-Marc
On 06/23/2015 11:04 AM, Kazem Baadpie wrote:
> Hi
> I am trying to use opus for encoding AES (spdif) stream . I suppose
> that input samples should be 16 bits in opus but samples in AES stream
> can be at most 24 bits. Can opus accepts samples more than 16 bits
> without any modifications in source codes ? If an...
2008 Oct 09
2
Asterisk 1.6.0 CDR billsec and duration not working from h extension
Can someone tell me what I am doing wrong? Why doesn't CDR(duration)
or CDR(billsec) return the correct values?
cdr.conf
endbeforehexten=yes
extensions.conf
[macro-Dial]
; ${ARG1} - Dial String
exten => s,1,Dial(${ARG1},,M(post-dial))
exten => h,1,NoOp(Call was hung up - ${CDR(duration)} seconds long,
billed for ${CDR(billsec)} seconds)
The log shows:
-- Executing [h