You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- I think you should look into pulseaudio. But I might be wrong hereGerben– Gerben2014-05-02 18:49:25 +00:00Commented May 2, 2014 at 18:49
- 4I have looked into pulseaudio. My experience was that it basically didn't work.Christi– Christi2014-05-02 18:50:48 +00:00Commented May 2, 2014 at 18:50
- After further investigation (and a second attempt with pulseaudio), I think that the problem is that this kind of feature requires shared access to the sound card memory and/or mmap support. The RasPi I2S driver doesn't support this. I can't really confirm this, as there is no particularly useful debugging info either from ALSA or PulseAudio - in general, everything works until you try to engage multiple sound sources. I am uncertain whether this will be fixed in the RasPi kernels or not, but trying to fix it would time more time than I'm willing to invest.Christi– Christi2014-05-07 12:46:29 +00:00Commented May 7, 2014 at 12:46
- I can only suggest trying to get pulseaudio working, as it is capable of doing exactly what you wish to do (including extending to other soundcards on the network).earthmeLon– earthmeLon2014-05-17 16:32:38 +00:00Commented May 17, 2014 at 16:32
- As I mentioned above, I did get Pulseaudio working. It works fine on each individual device, and then fails when you attempt to create a stream to multiple outputs at once. I believe a lack of memory mapping in the RasPi I2S driver to be the culprit, but further debugging would essentially involve learning the internal structure of ALSA and/or Pulseaudio, which I do not have the time or inclination to do.Christi– Christi2014-05-17 20:17:54 +00:00Commented May 17, 2014 at 20:17
| Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. pi-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you