googlearchive / android-audio-high-performance

We now recommend you use the Oboe libraries:
https://github.com/google/oboe
Apache License 2.0
720 stars 275 forks source link

Keeping lib-oboe in synch #112

Closed carlrobert-sonymobile closed 6 years ago

carlrobert-sonymobile commented 6 years ago

Hi, I ran into a spontaneous "Stream not closed" problem on Android 8.0 and realized it had been fixed in the upstream oboe library via https://github.com/google/oboe/commit/64f63e225101820d6d60bef073611f7838241f99

What is the recommended way of updating the oboe git, other than via a manual git operation in lib-oboe?

ggfan commented 6 years ago

yeah, sorry for the delay. you are right: there is not a way inside the IDE to do it rather than messing it with git on command line -- the relative the scripts is here: it is a clone.

or you could deleted "oboe/lib-oboe", and rebuild ( will trigger another clone ), the latest code will be pulled down.

probably should add scripts: if oboe directory already exists, do an update ( prune, and fetch ). will sync with Don

dturner commented 6 years ago

Since oboe is a source only library (at present) probably best if we just add instructions on how to update from the command line i.e. git pull. BTW I am intending to move the oboe sample inside the oboe repo for exactly this reason.

ggfan commented 6 years ago

some info is added to readme file.