openframeworks / openframeworks/openFrameworks
[warning] ofSoundPlayer: ofSoundUpdate() not implemented on this platform
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
Hi! Maybe it is a good idea of getting rid of this message. I am running code on the Raspberry Pi and would like to see the warnings that are relevant to the application instead of seeing this on each frame.
It is there even if I do not call it in the update() loop.
[warning] ofSoundPlayer: ofSoundUpdate() not implemented on this platform
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the exact warning text in the openFrameworks source and inspect the ofSoundPlayer/ofSoundUpdate platform implementation that emits it. Confirm why it appears even when ofSoundUpdate() is not called; done means the irrelevant warning is no longer emitted on Raspberry Pi while relevant warnings remain visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, raspberry-pi
- Domain
- audio-video-rtc
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100