-
Notifications
You must be signed in to change notification settings - Fork 0
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
Any chance of adding a feature so it can be played on a HomePod? #1
Comments
@faiqchilmi This is something I will need to look into as I do not have a HomePod to test on. However I would assume that HomePod devices show up in the audio routing menu by default, so I will see about adding a routing menu to select a playback device manually. |
Perfect! Thank you for the example. I have the audio route picker working right now, though it does not look great just yet. It will take me a little time to get the UI looking good, and I'll try my best to display it the same way as the route picker in your screenshot. Just so you are aware, I don't think multiple routes are supported, so by changing Tranquil's output route, it will also change the route for other media such as music to the same device. I am looking into it to see if there is a way around this, but as far as I am aware IOS does not support multiple output devices for media playback. I'm not sure if that is what you wanted exactly or not. |
Nice!! Thanks for this. Only if possible, Airplane sound options would be nice like A320 and 777 with GE90 for louder sounds and A320neo for a quieter high pitch sound. |
Not a problem, I am always open to suggestions! I never even thought about adding Airplane sounds for ambiance. I will look into adding some as additional downloadable content. At the moment, I will need to search around because I am not currently in a position to purchase sound packs like the ones from BSS. The current sounds offered with the tweak are sounds that I generated myself, as well as some sounds that I already owned the license to from game development. If you do happen to own, or have access to any of these sounds, you can import them yourself in the mean time, as tranquil supports user imported sounds. If not then it may be a little while before I can justify buying more sounds for this free project. |
I do own some of these. I'll try it in my free time. Thanks anyways. |
A little update: I'm making some progress on the routing menu, unfortunately there are multiple changes between iOS 11 and iOS 14.x. So I'm having to write 3 different implementations, one for iOS 11 one for iOS 12-13 and one for iOS 14+. I have them all working at this point, now I just need to work on getting the UI consistent between versions, and work out the animations. |
NIce! |
No description provided.
The text was updated successfully, but these errors were encountered: