Skip to content

Need help with basics #1622

Answered by pschatzmann
userHarpreet asked this question in Q&A
Jul 19, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

1: stream-i2s-a2dp shows how to use the Stream API where the basic example just uses the callback provided by the a2dp library: The basic example is more efficent!

2: There are many possiblilities e.g.

  • if you leave i2s to provide 2 channels: use a ConverterFillLeftAndRight converter
  • if you set up i2s correctly to provide only 1 channels : use a ChannelFormatConverterStream

3: No - you would need to replace the volume handling implemented in the a2dp library with a VolumeStream

ps. dont forget the Wiki about the INMP441, since this is quite tricky to use.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@pschatzmann
Comment options

@userHarpreet
Comment options

@userHarpreet
Comment options

@pschatzmann
Comment options

@userHarpreet
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants