Author Topic: Can't use BASS_ChannelGetData on ipad device  (Read 953 times)

PatriciaMac

  • Posts: 40
Hello

when trying to compile my recording app for the actual device i get the following error :

Undefined symbols for architecture armv7:
  "_vDSP_create_fftsetup", referenced from:
      _BASS_ChannelGetData in libbass.a(bass.o)
  "_vDSP_fft_zip", referenced from:
      _BASS_ChannelGetData in libbass.a(bass.o)
ld: symbol(s) not found for architecture armv7

How can i use this function on the device ?

thanks
Pat

PatriciaMac

  • Posts: 40
Re: Can't use BASS_ChannelGetData on ipad device
« Reply #1 on: 17 Jun '13 - 10:54 »
Of course as always i find 5s after posting the message :(

it required Accelerate framework in order to function :)

pat.

Ratnesh

  • Guest
Re: Can't use BASS_ChannelGetData on ipad device
« Reply #2 on: 15 Mar '23 - 10:07 »
Undefined symbol: _vDSP_create_fftsetup
Undefined symbol: _vDSP_fft_zip