-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Oboe in your app? Add it here and we'll list it on the apps page #214
Comments
Flavio Antonioli wrote that |
Hello Sir, Its an honor to talk to you. I am the developer of app named Harmonium I want to help, but don't want the app to be listed on oboe page (not yet), once oboe is in stable version you can list my app on oboe page if you like. [snip] Note from philburk - a long bug report was moved to to #227 so that we can address that issue. |
Thanks a lot Phil, for adding G-Stomper to the list 👍 |
Are those VolcanoMobile apps really using Oboe or AAudio? I'm asking, because their source code never references either of those. (see https://github.com/VolcanoMobile/fluidsynth-android for reference) |
Hello, I rewrite Music Player in Best Piano to use Oboe instead of Sound Pool. You can add it to list. |
atsushieno wrote:
Good question. The answer is yes.
Perhaps the developer has not posted the most recent code on GitHub. Here is how you can verify the use of AAudio. I ran 'adb logcat' while using Volcano Mobile OPL3 Synth and saw: So it is definitely calling AAudio. I then ran VolcanoMobile FluidSynth and saw: So it is calling Oboe, which calls AAudio. I triggered these apps by launching the Mobileer MIDI Keyboard app and selecting them from the "Receivers" menu: |
I installed the version from November 7th on my Pixel XL. I did not see any "AAudio" messages. I only saw AudioTrack messages. |
I've set: |
You are seeing crashes on 6.0, 7.0, 7.1, 8.0. They do not have AAudio. So Oboe will use OpenSL ES. |
In new version Best Piano available on PlayStore is now using Oboe with AAudio. |
Hi, We're releasing a series of music education apps using Oboe this week: Julien |
SoundCloud is using Oboe as well. We also wrote about the integration. |
Thanks very much for the write up 👍 Added SoundCloud to the list of apps using Oboe. |
Hey, Google Oboe implemented in version 2.0 |
Done, thanks for letting us know. |
I've written an oboe wrapper (though it isn't fully complete yet) for libGDX. Here be the link. |
@barsoosayque - thanks! libGDX Oboe added. |
Fluidsynth 2.1 is released, which is the first stable version that supports Oboe: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.0 |
@atsushieno - thanks, I added FluidSynth to AppsUsingOboe |
Sorry to bother again, but I recently moved my library from gitlab to github, and I kindly ask you to change libGDX Oboe link to barsoosayque/libgdx-oboe (since I want to remove the gitlab repo in month or so, and it would be nice to prevent confusion with broken links). |
Hi all, |
Thanks - I updated libGDX and added Pinoy Piano |
Please consider adding Pocket Shruti Box. It is using oboe since v2.3.0. In our case, pure data is accessing audio device through oboe. We still provide a way to switch to opensl engine as a fallback (Menu > Audio Issues? > Old Engine). We call oboe as "New Engine" in that dialog. This is the first step of integrating oboe into our apps. Pocket Shruti Box only uses output stream, though we don't have much issues with opensl engine. We hope to upgrade to oboe to our other app Shruti Carnatic Tuner which uses both input and output streams and has glitchy playback on certain devices through old opensl engine. We think switching to oboe this will help address device specific issues. |
Quieter, Calm - https://play.google.com/store/apps/details?id=quieter.app.calm Uses Oboe for the all the audio synthesis and effects. |
Added Quieter Calm and Pocket Shruti Box |
BandLab, Loopy Audio Looper 2, DrumKnee 3D, LiTr, and Mega Drum added to apps. Updated Midi Piano Lite comment to reflect use of Oboe. Thanks everyone! |
DRC - Polyphonic Synthesizer uses oboe https://play.google.com/store/apps/details?id=com.imaginando.drc&hl=en&gl=US |
DRC - Polyphonic Synthesizer added to apps. |
Hi, I'm developing the hXarp - a dynamic and expressive touchscreen musical instrument. It uses Oboe for onboard sound synthesis/playback. I used to use AAudio directly but switched to Oboe because of the example implementations of best practices! https://play.google.com/store/apps/details?id=com.gaerner.hxarp |
Added hXarp to apps. |
@Laubsaugervertreter - I tried hXarp. Cool app. I have some feedback and bug reports. Contact me at philburk at google if interested. |
Hi, |
@wjbAndroid WeSing seems very popular. Feel free to send me the apk. My email is robertwu at google. |
Hi! |
Added Padmaster to apps. |
Linphone (https://github.com/BelledonneCommunications/linphone-android) uses AAudio directly but Oboe support can be enabled during SDK build (using cmake -DENABLE_OBOE=ON). |
Added Linphone to apps. |
Added Metronome and Drum Machine to apps. |
|
Added apps above. |
Hi, My app "Piano Synth" is using Oboe: |
Added Piano Synth to apps. |
Hi, Recently released my app UOSO which is a training app for musicians that is 3 apps in one
|
Added UOSO to apps. |
Great thanks Robert |
Hi, I've created a guitar effects processor called Amp Rack. It's a LADSPA / LV2 Host for Android and includes over 300 plugins. It uses Oboe for audio processing. Play Store URL: Source: Oboe provides the lowest possible latency and best possible performance on even low end devices, hence the best choice for audio programming on Android 👍 |
Hi, I've just released my app Polaris, a sampler / groovebox using Oboe, which works as a charm ! https://play.google.com/store/apps/details?id=com.meteaure.app.polaris |
Added Amp Rack and Polaris to apps. |
Hi there Due to technical issues with our 13 year old developer account, we had to set up a new one and transfer all our apps to the new account. Currently the link behind "G-Stomper apps" points to: New it must point to our new developer page at: Thanks a lot in advance. |
I updated the G-Stomper link as requested. |
Great, thanks a lot, PhilOn Jun 3, 2024 1:08 AM, Phil Burk ***@***.***> wrote:
I updated the G-Stomper link as requested.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Hello! |
We need to test AAudio and Oboe on various devices. So if YOU have published an app that uses Oboe, please add a comment to this Issue. Include a link to the Play Store. Thanks!
See list here.
As a start, there are some apps in this repo. Also
Also JUCE is using Oboe in experimental mode so that may be some apps there.
The text was updated successfully, but these errors were encountered: