AlvaroFranco / AFSoundManager

iOS audio playing (both local and streaming) and recording made easy
MIT License
807 stars 131 forks source link

Be able to record to a different directory than /Documents #31

Closed diogeneshamilton closed 9 years ago

diogeneshamilton commented 9 years ago

Especially since the default place to play from is [[NSBundle mainBundle] resourcePath], which is a different place.

AlvaroFranco commented 9 years ago

Feel free to change the line 217 at the AFSoundManager.m (https://github.com/AlvaroFranco/AFSoundManager/blob/master/Classes/AFSoundManager.m#L217). Anyway, the current version is deprecated and the v2 is going to be pushed anytime this week, maybe tomorrow. Stay tuned!

diogeneshamilton commented 9 years ago

Sounds good, yeah I figured this would be fixed in later versions.

AlvaroFranco commented 9 years ago

Fixed on the v2 :smiley: