iphone - how to encode artist name image to audio recording in ios -


i working music app in 1 of feature recording user voice , playback same. far things in control. yesterday got crazy thought in mind , straightway started goggling, idea adding artist names , album image recorded audio using avaudiorecorder, there not success in it. seen av foundation audio settings constants set avaudiorecorder settings, failed in also. can 1 please suggest me clue or link investigate more. suggestion more helpful make more things.thanks in advance.

you can use existing audio tagging library, after creating file, can use add required data. did quick search , found libraries:

  • sonatinatag: made osx may work ios (the project state has few external requirements). not sure if support writing.
  • taglib-objc: wrapper popular taglib. seems in development.
  • taglib: taglib, know pure c pain, maybe not hard use.

good luck!


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -