How to use FLAC in iPhone application?

前端 未结 2 746
面向向阳花
面向向阳花 2021-02-09 19:17

I\'m developing iPhone app that should use Google Voice API, so my app should convert voice recorded in m4a to flac. Of course I should use libflac, but all my attempts to compi

2条回答
  •  醉梦人生
    2021-02-09 20:05

    Take a look at this:

    https://github.com/jhurt/FLACiOS

    Makes the integration of libflac into ios apps very easy...

    Have fun

提交回复
热议问题