Skip to content
/ SFMixer Public

This project illustrates how to use AVFoundation to build a simple audio mixer.

Notifications You must be signed in to change notification settings

Heilum/SFMixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SFMixer

This project illustrates how to use AVFoundation to build a simple audio mixer.

ScreenShot

Features

  • Using Swift 3;
  • Panning an audio bus vertically to increase/decrease its volumn;
  • Panning an audio bus horizentally to position it;
  • Taping an audio bus to disable/enable it;
  • Long pressing an audio bus to remove it;
  • You can clip the final mixed audio by draging the starting/ending line;
  • Using AVAudioMix to preview the final audio and Using AVAssetExportSession to export it;
  • Tapping the "Trim" button to trim the final audio automatically;
  • Please use a real device to test the exporting feature.

License

This code is distributed under the terms and conditions of the MIT license.

About

This project illustrates how to use AVFoundation to build a simple audio mixer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages