Forums › BB Series Discussions › About API(bbFetchAudio)
- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by tuantuanlee.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
tuantuanleeParticipant- This topic was modified 5 years, 2 months ago by tuantuanlee.
I have retrieved 4096 32-bit floating point data by calling bbFetchAudio(FM mode), but i don’t know how to play the audio data in my program.
AndrewModeratorHello tuantuanlee,
You will need to use some sort of system audio API to play sound. We use the Windows waveout API in Spike to play audio, but there are many options.
Regards,
Andrew
tuantuanleeParticipantThanks!
I have called the Windows waveout API.
My program can play the audio file recorded by Spike now.
But,it can’t play the audio data retrieved by bbFetchAudio.
tuantuanleeParticipantIs there any special processing for 4096 32-bit floating point data before play it by the Windows waveout API?
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.