SkillAgentSearch skills...

AudioRecorder

How to record audio using AVAudioRecorder

Install / Use

/learn @yosei-yamagishi/AudioRecorder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Intoroduce

Intoroduce how to record audio using AVAudioRecorder in SwiftUI
AVAudioRecorderを使用してオーディオを録音する方法を紹介します

UI

https://user-images.githubusercontent.com/22518469/133788546-d23b7a94-2e59-4f43-ad4a-4b3ab9b6788c.mp4

Recorder

using AVAudioRecorder

What can AVAudioRecorder do? (AVAudioRecorderができること)

  • Record audio from the system’s active input device
    システムのアクティブな入力デバイスから音声を録音する。

  • Record for a specified duration or until the user stops recording
    指定された期間、またはユーザーが記録を停止するまで記録します。

  • Pause and resume a recording
    録音を一時停止して再開します。

  • Access recording-level metering data
    記録レベルの計測データにアクセスする 。(収録中の音声の音量を取得できる。)

※document
https://developer.apple.com/documentation/avfaudio/avaudiorecorder

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks1

Languages

Swift

Security Score

55/100

Audited on Dec 16, 2024

No findings