sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* RF64 support in Sox
@ 2020-07-15 15:50 manus
  2020-07-15 22:01 ` Claude Warren
  2020-07-16 10:27 ` Måns Rullgård
  0 siblings, 2 replies; 6+ messages in thread
From: manus @ 2020-07-15 15:50 UTC (permalink / raw)
  To: sox-devel

Hi everyone,

we (my colleagues and I) are in need of some Sox functionality with
support for RF64 files and are thinking about adding proper (reading and
writing) support for RF64 files to sox instead of extending our own
in-house tool. Before diving in head-first, I wanted to ask around if
there are some reasons for not doing this or pointers on how to do this,
to make sure our patch will not be rejected.
It seems to me libsndfile also supports writing RF64 files already?

Thank you!

Best,
Manus


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RF64 support in Sox
  2020-07-15 15:50 RF64 support in Sox manus
@ 2020-07-15 22:01 ` Claude Warren
  2020-07-16 10:10   ` Måns Rullgård
  2020-07-16 10:27 ` Måns Rullgård
  1 sibling, 1 reply; 6+ messages in thread
From: Claude Warren @ 2020-07-15 22:01 UTC (permalink / raw)
  To: sox-devel


[-- Attachment #1.1: Type: text/plain, Size: 1496 bytes --]

I don't have any suggestions for how to get a patch accepted, but I will
say that I have written a VU meter effect (because I needed to write the
meter to a custom device) and found that the system is not that hard to
work with.  I believe that you will be well served to do your extension
here rather than in an in house tool.

All that being said, the traffic on this list is so low as to be dead.  I
am not certain that anyone is still doing official work, though I suspect
that someone is because I saw a release in the recent past.

Good luck, and let me know if I can be of assistance,
Claude

On Wed, Jul 15, 2020 at 4:50 PM <manus@riseup.net> wrote:

> Hi everyone,
>
> we (my colleagues and I) are in need of some Sox functionality with
> support for RF64 files and are thinking about adding proper (reading and
> writing) support for RF64 files to sox instead of extending our own
> in-house tool. Before diving in head-first, I wanted to ask around if
> there are some reasons for not doing this or pointers on how to do this,
> to make sure our patch will not be rejected.
> It seems to me libsndfile also supports writing RF64 files already?
>
> Thank you!
>
> Best,
> Manus
>
>
> _______________________________________________
> SoX-devel mailing list
> SoX-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sox-devel
>


-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

[-- Attachment #1.2: Type: text/html, Size: 2474 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RF64 support in Sox
  2020-07-15 22:01 ` Claude Warren
@ 2020-07-16 10:10   ` Måns Rullgård
  2020-07-16 10:12     ` Claude Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Måns Rullgård @ 2020-07-16 10:10 UTC (permalink / raw)
  To: Claude Warren; +Cc: sox-devel

Claude Warren <claude@xenei.com> writes:

> All that being said, the traffic on this list is so low as to be dead.  I
> am not certain that anyone is still doing official work, though I suspect
> that someone is because I saw a release in the recent past.

The only person currently doing anything official is me.  I really ought
to figure out what's needed to make a release.  It's been too long since
the last one, and quite a few fixes have piled up.  Some distributions
have released versions based on more recent git commits, so that may be
what you've seen.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RF64 support in Sox
  2020-07-16 10:10   ` Måns Rullgård
@ 2020-07-16 10:12     ` Claude Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Claude Warren @ 2020-07-16 10:12 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel


[-- Attachment #1.1: Type: text/plain, Size: 1021 bytes --]

Måns

I will be happy to help any way I can.  I did want to know if there is a
process for creating effects that don't have to be compiled into the core
tool.

Claude

On Thu, Jul 16, 2020 at 11:10 AM Måns Rullgård <mans@mansr.com> wrote:

> Claude Warren <claude@xenei.com> writes:
>
> > All that being said, the traffic on this list is so low as to be dead.  I
> > am not certain that anyone is still doing official work, though I suspect
> > that someone is because I saw a release in the recent past.
>
> The only person currently doing anything official is me.  I really ought
> to figure out what's needed to make a release.  It's been too long since
> the last one, and quite a few fixes have piled up.  Some distributions
> have released versions based on more recent git commits, so that may be
> what you've seen.
>
> --
> Måns Rullgård
>


-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

[-- Attachment #1.2: Type: text/html, Size: 1827 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RF64 support in Sox
  2020-07-15 15:50 RF64 support in Sox manus
  2020-07-15 22:01 ` Claude Warren
@ 2020-07-16 10:27 ` Måns Rullgård
  2020-07-16 12:23   ` Måns Rullgård
  1 sibling, 1 reply; 6+ messages in thread
From: Måns Rullgård @ 2020-07-16 10:27 UTC (permalink / raw)
  To: manus; +Cc: sox-devel

manus@riseup.net writes:

> Hi everyone,
>
> we (my colleagues and I) are in need of some Sox functionality with
> support for RF64 files and are thinking about adding proper (reading and
> writing) support for RF64 files to sox instead of extending our own
> in-house tool. Before diving in head-first, I wanted to ask around if
> there are some reasons for not doing this or pointers on how to do this,
> to make sure our patch will not be rejected.
> It seems to me libsndfile also supports writing RF64 files already?

There is already support for reading RF64 files, or so it seems.
Writing is not implemented, so that would be a welcome patch.
Be warned, the current handling of oversized data is rather broken, so
don't bother trying to preserve any existing behaviour.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RF64 support in Sox
  2020-07-16 10:27 ` Måns Rullgård
@ 2020-07-16 12:23   ` Måns Rullgård
  0 siblings, 0 replies; 6+ messages in thread
From: Måns Rullgård @ 2020-07-16 12:23 UTC (permalink / raw)
  To: manus; +Cc: sox-devel

Måns Rullgård <mans@mansr.com> writes:

> manus@riseup.net writes:
>
>> Hi everyone,
>>
>> we (my colleagues and I) are in need of some Sox functionality with
>> support for RF64 files and are thinking about adding proper (reading and
>> writing) support for RF64 files to sox instead of extending our own
>> in-house tool. Before diving in head-first, I wanted to ask around if
>> there are some reasons for not doing this or pointers on how to do this,
>> to make sure our patch will not be rejected.
>> It seems to me libsndfile also supports writing RF64 files already?
>
> There is already support for reading RF64 files, or so it seems.
> Writing is not implemented, so that would be a welcome patch.
> Be warned, the current handling of oversized data is rather broken, so
> don't bother trying to preserve any existing behaviour.

OK, I've cleaned it up a little.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-16 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 15:50 RF64 support in Sox manus
2020-07-15 22:01 ` Claude Warren
2020-07-16 10:10   ` Måns Rullgård
2020-07-16 10:12     ` Claude Warren
2020-07-16 10:27 ` Måns Rullgård
2020-07-16 12:23   ` Måns Rullgård

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).