RE: Custom audio capabilities

2021-11-22 Thread Tim
>On 11/22/21 5:38 AM, Tim wrote: >> My thinking now is perhaps to add some sub-feature #defines (e.g. >>AUDIO_FU_SUBEQUALIZER_BASS_BOOST_PLUS6) to be used as subtypes when >>capabilities are queried for AUDIO_TYPE_FEATURE and for the audio_configure >>function to make use of. As far as I see no

Re: Custom audio capabilities

2021-11-22 Thread Ken Pettit
On 11/22/21 5:38 AM, Tim wrote: Thanks Alan - I do agree it isn't a custom feature. The subsystem has "Feature Units" which includes "AUDIO_FU_EQUALIZER" as a control. This doesn't seem to be implemented for any processors or boards that I can see, nor is there any generic code for this; just

RE: Custom audio capabilities

2021-11-22 Thread Tim
g my head in at the moment lol. >-Original Message- >From: Alan Carvalho de Assis >Sent: 22 November 2021 12:45 >To: dev@nuttx.apache.org >Subject: Re: Custom audio capabilities > >Hi Tim, > >Since some audio codec supports these features, I think the audio subsys

Re: Custom audio capabilities

2021-11-22 Thread Alan Carvalho de Assis
Hi Tim, Since some audio codec supports these features, I think the audio subsystem of NuttX needs to be prepared to support it, doesn't seen to be like a "custom" feature. But even on Linux these features seams a little hidden on ALSA and you need to right tool to get access to it, see:

RE: Custom audio capabilities

2021-11-22 Thread Tim
Thanks David - I saw that my emails are in the archive but since my email address always seems to get a .INVALID suffix applied in the From: field (really got no idea why!) I was not 100% sure they were being distributed/reflected reliably. >Hi Tim, > >Emails are getting to the list. > >David >

RE: Custom audio capabilities

2021-11-22 Thread David Sidrane
Hi Tim, Emails are getting to the list. David -Original Message- From: Tim Sent: Monday, November 22, 2021 3:26 AM To: dev@nuttx.apache.org Subject: RE: Custom audio capabilities I appreciate no one may have any comments or suggestions but since I have had no replies to my last 2 or 3

RE: Custom audio capabilities

2021-11-22 Thread Tim
t: 21 November 2021 16:45 >To: dev@nuttx.apache.org >Subject: Re: Custom audio capabilities > >On 20/11/2021 13:40, TimH wrote: >> Hi, >> >> I'm adding arch support for the sama5d2 Class D audio peripheral. >> >> This has bass cut/boost and treble cut

Re: Custom audio capabilities

2021-11-21 Thread TimH
On 20/11/2021 13:40, TimH wrote: Hi, I'm adding arch support for the sama5d2 Class D audio peripheral. This has bass cut/boost and treble cut/boost capabilities which don't fit (as best as I can tell) with the current set of audio driver capabilities and are, quite probably, unique to this