본문 바로가기
기술관련 기록

Android/IOS Audio Playback Capture 가능성

by 저녁추천좀 2023. 7. 5.

안드로이드

안드로이드 10 부터 도입

https://developer.android.com/guide/topics/media/playback-capture?hl=ko 

 

재생 캡처  |  Android 개발자  |  Android Developers

재생 캡처 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. AudioPlaybackCapture API가 Android 10에 도입되었습니다. 이 API를 사용하면 앱이 다른 앱에서 재생되는 오

developer.android.com

예시 프로젝트

https://github.com/julioz/AudioCaptureSample

 

2023.07.04

스테레오를 받으려고 하는데

https://www.youtube.com/watch?v=j0TyIdhSfa4&t=30s 

같게 나오네

2023.07.05

다르게 캡쳐하는 앱이 있다는 거 같으니까 옵션을 좀 더 살표봐야겠다. 

 

2023.07.24

오디오 인터페이스 출력한다고 항상 모노로 해둔것을 까먹었었다.

문제 없이 스테레오로 받음. 

 

아이폰

 

2023.07.05

https://github.com/ExistentialAudio/BlackHole

 

GitHub - ExistentialAudio/BlackHole: BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to

BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. - GitHub - ExistentialAudio/BlackHole: BlackHole is a mod...

github.com

가상 장치를 만들어서 거기에 쏴주는 식으로 동작시킬 수 있다고 하는데, 원하는 방식은 아닌듯 

 

그런 식으로 동작하는 앱은 있는 듯 한데.. 

https://stackoverflow.com/questions/72099949/record-other-apps-speaker-output-in-ios-app

 

Record Other App's Speaker output in iOS App

I am working on an application where I need to record and translate the audio coming out of the speaker while using other application i.e. YouTube or Facebook. I have tried implementing AVFoundatio...

stackoverflow.com

https://apps.apple.com/us/app/minispeech-live-transcribe/id1576069409

 

‎MiniSpeech: Live Transcribe

‎MiniSpeech is live transcription app that turns your voice into text. The app is great for both hearing and deaf/hard-of-hearing people. Hearing people can use this app to transcribe meetings or notes. Deaf people can see live transcriptions/captions of

apps.apple.com

어떤 API를 써야하는지..