Displaying 20 results from an estimated 62 matches for "hsj".
Did you mean:
hs
2015 Jul 09
2
mjr to opus audio conversion - corrupted results
Thanks a lot. Well, the problem is that it's hard to find any informaton
about converting *.mjr files. I'll keep trying.
Regards,
Mateusz
2015-07-09 0:57 GMT+02:00 Mark Harris <mark.hsj at gmail.com>:
> Hi Mateusz,
>
> It looks like the Janus code that writes Ogg Opus will not produce
> correct Ogg Opus output when there are packets missing. You can quote
> me or https://tools.ietf.org/html/draft-ietf-codec-oggopus-08#section-4.1
> if you wish. If you have...
2017 Nov 21
4
[PATCH] Support for Channel Mapping 253.
Hi Mark,
Attached are corrections based on your comments. I will extend these to the
patch I recently submitted to fix memory issues once that is resolved as
well.
Cheers,
Drew
On Sat, Nov 18, 2017 at 5:48 PM Mark Harris <mark.hsj at gmail.com> wrote:
> Hi Drew,
>
> Some additional comments on your mapping family 253 changes:
>
> 1) mapping_matrix_get_data: The computed pointer is not correct;
> matrix should be cast to char * before the addition to avoid
> incrementing in units of the structure siz...
2019 Apr 08
3
API for checking whether the encoder is in DTX (PR #107)
Thank you Mark.
I agree and have now updated the pull request with a new commit, addressing
your comments.
Please take a look.
/Gustaf
On Fri, 5 Apr 2019 at 11:41, Mark Harris <mark.hsj at gmail.com> wrote:
> On 2019-04-01 3:37, Gustaf Ullberg wrote:
> > Hi everyone,
> >
> > Some time ago, I sent a pull request
> > <https://github.com/xiph/opus/pull/107> to the Opus github page.
> > Jean-Marc asked me to post it to the mailing list so eve...
2015 Jul 08
2
mjr to opus audio conversion - corrupted results
...y other possible solutions for
described problems, ommiting trying to fix on my own any of this libraries
or waiting for fix? Will you mind if I quote you in disscussion I
mentioned? Sorry for asking you so many questions at once.
Regards,
Mateusz
2015-07-08 17:42 GMT+02:00 Mark Harris <mark.hsj at gmail.com>:
> Hi Mateusz,
>
> The Ogg Opus container does not have explicit per-packet timestamps,
> and so doesn't allow gaps in the audio. PLC packets may be generated
> to replace any packets that were lost or corrupted, as described in
> section 4.1 of the specific...
2015 Jul 09
0
mjr to opus audio conversion - corrupted results
...oftware.
On 07/09/2015 04:06 AM, Mateusz Koslacz wrote:
> Thanks a lot. Well, the problem is that it's hard to find any informaton
> about converting *.mjr files. I'll keep trying.
>
> Regards,
>
> Mateusz
>
>
> 2015-07-09 0:57 GMT+02:00 Mark Harris <mark.hsj at gmail.com
> <mailto:mark.hsj at gmail.com>>:
>
> Hi Mateusz,
>
> It looks like the Janus code that writes Ogg Opus will not produce
> correct Ogg Opus output when there are packets missing. You can quote
> me or
> https://tools.ietf.org/htm...
2019 Apr 10
2
API for checking whether the encoder is in DTX (PR #107)
Yes, good point. I added the checking of prev_mode for Silk DTX to avoid
using stale data from the Silk state.
The PR is updated, and I'm attaching an updated patch.
/Gustaf
On Tue, 9 Apr 2019 at 12:42, Mark Harris <mark.hsj at gmail.com> wrote:
> On 2019-04-08 4:55, Gustaf Ullberg wrote:
> > Thank you Mark.
> >
> > I agree and have now updated the pull request with a new commit,
> > addressing your comments.
> > Please take a look.
> >
> > /Gustaf
>
> I think you...
2017 Nov 21
0
[PATCH] Support for Channel Mapping 253.
...ew Allen wrote:
> Hi Mark,
>
> Attached are corrections based on your comments. I will extend these to
> the patch I recently submitted to fix memory issues once that is
> resolved as well.
>
> Cheers,
> Drew
>
> On Sat, Nov 18, 2017 at 5:48 PM Mark Harris <mark.hsj at gmail.com
> <mailto:mark.hsj at gmail.com>> wrote:
>
> Hi Drew,
>
> Some additional comments on your mapping family 253 changes:
>
> 1) mapping_matrix_get_data: The computed pointer is not correct;
> matrix should be cast to char * before the...
2016 Jan 09
2
Issue with decoding 8-bit PCM data
opus_decode() produces 16-bit signed linear PCM, and
opus_decode_float() produces 32-bit floating point PCM that is useful
when you want a higher bit depth.
If you need 8-bit linear PCM then a simple solution would be to use
only the top 8 bits of each 16-bit sample from opus_decode(). Note
that the WAV format uses unsigned rather than signed integers for
8-bit linear PCM. (It uses signed for
2016 Jan 11
2
Issue with decoding 8-bit PCM data
...n 9, 2016 at 2:39 PM, Amit Ashara <ashara.amit at gmail.com> wrote:
> Hello Mark,
>
> Thanks. Let me try the proposed configuration first to make sure that
> linear 8-bit PCM is retrieved.
>
> Regards
> Amit
>
> On Sat, Jan 9, 2016 at 12:28 PM, Mark Harris <mark.hsj at gmail.com> wrote:
>
>> opus_decode() produces 16-bit signed linear PCM, and
>> opus_decode_float() produces 32-bit floating point PCM that is useful
>> when you want a higher bit depth.
>>
>> If you need 8-bit linear PCM then a simple solution would be to use...
2018 Sep 16
1
[PATCH] Support for Ambisonics
Since the opusenc and opusinfo changes were independent I split them
up and landed the opusinfo changes (with updated mapping family
numbers).
- Mark
On Thu, Sep 6, 2018 at 4:22 AM, Mark Harris <mark.hsj at gmail.com> wrote:
> Hi Drew,
>
> Sorry for the delay.
>
> FYI the patch that you attached is not your latest version. This
> thread that you replied to is an older thread; the latest version is
> on a different thread.
>
> The patch does not use the mapping family...
2020 Jun 13
3
Add CMake build instructions to README
Hi,
Here is a patch to add build instructions for CMake to the README.
* I tried to follow the previous automake style instructions as closely as possible but added instructions for Windows.
* Noted that it is still experimental
//Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Jun 07
2
Initial implementation of ch.mapping 253/3
Thanks for looking over this, Mark! I'm travelling this week but when I'm
back I'll address all of your concerns and send,out another patch. :)
On Jun 7, 2017 9:56 AM, "Mark Harris" <mark.hsj at gmail.com> wrote:
> On Tue, May 30, 2017 at 3:13 PM, Drew Allen <bitllama at google.com> wrote:
> > Hello all,
> >
> > Attached is the initial proposed implementation for ch.mapping 253/3,
> based
> > on the IETF proposal:
> > https://tools.ietf.org/...
2006 Mar 22
1
Sheather Jones Plug-In Bandwidth
Dear All,
Is there a way to find bandwidths for Normal, and Triangular Kernels using Sheather Jones plug-in method. If not, is there a way we could convert the bandwidth obtained by the default( I assume that the default is standard normal) in hcj(x,...) to other kernels.
I appreciate your help.
Thanks
Durai
---------------------------------
[[alternative HTML version
2015 Apr 22
1
Availability of the 1.1.1 stable version
Hi Suresh,
What input file are you using that is triggering the crash in
opus_demo? Does the crash occur using opus_demo with an unmodified
libopus? (It appears that your version has been modified to print
some debug information.)
- Mark
2016 Jan 09
0
Issue with decoding 8-bit PCM data
Hello Mark,
Thanks. Let me try the proposed configuration first to make sure that
linear 8-bit PCM is retrieved.
Regards
Amit
On Sat, Jan 9, 2016 at 12:28 PM, Mark Harris <mark.hsj at gmail.com> wrote:
> opus_decode() produces 16-bit signed linear PCM, and
> opus_decode_float() produces 32-bit floating point PCM that is useful
> when you want a higher bit depth.
>
> If you need 8-bit linear PCM then a simple solution would be to use
> only the top 8 bits...
2016 Jan 14
0
Issue with decoding 8-bit PCM data
...hara.amit at gmail.com> wrote:
>
>> Hello Mark,
>>
>> Thanks. Let me try the proposed configuration first to make sure that
>> linear 8-bit PCM is retrieved.
>>
>> Regards
>> Amit
>>
>> On Sat, Jan 9, 2016 at 12:28 PM, Mark Harris <mark.hsj at gmail.com> wrote:
>>
>>> opus_decode() produces 16-bit signed linear PCM, and
>>> opus_decode_float() produces 32-bit floating point PCM that is useful
>>> when you want a higher bit depth.
>>>
>>> If you need 8-bit linear PCM then a simple s...
2017 Mar 24
2
[PATCH] Fix OPUS_ARG_NONNULL indices in opus_multistream.h
Hi all,
The attached patch adds/fixes a few null argument checks in the multistream
API. Do these changes make sense?
Thanks,
Felicia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170324/1afee1e1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2017 Nov 21
0
[PATCH] Support for Channel Mapping 253.
Hi Drew,
Thanks for the fixes. See below for a couple of remaining issues.
On Mon, Nov 20, 2017 at 5:57 PM, Drew Allen <bitllama at google.com> wrote:
> On Sat, Nov 18, 2017 at 5:48 PM Mark Harris <mark.hsj at gmail.com> wrote:
>>
>> 5) opus_projection_decoder_init: demixing_matrix_size_in_bytes
>> doesn't include the MappingMatrix struct or alignment but is used to
>> determine the offset of the decoder; it should be obtained from
>> mapping_matrix_get_size() and...
2018 Jul 10
1
[PATCH] Support for Ambisonics
On Mon, Jul 9, 2018 at 9:39 PM, Joshua Bowman <silverbacknet at gmail.com> wrote:
> Most projects don't even bother to include *.vcxproj.filters, relying on
> cmake or default behavior, but since it'd be referenced in there, sure, I
> think so. Want an updated patch?
Sure, preferably in "git format-patch" format.
- Mark
2015 Oct 14
2
How to wrap Opus data in an Ogg stream?
Thanks for a very quick and very good answer. Let me just double-check one thing:
> To put multiple Ogg Opus packets in an Ogg page, all you need to do is
> start a new segment for each Ogg Opus packet. There can be up to 255
> segments per page. For details, see the Ogg specification:
> https://tools.ietf.org/html/rfc3533
So do I understand it correctly that a decoder will