how to get pcm in android in MAUI?

mc 5,511 Reputation points
2024-12-01T14:33:25.2466667+00:00

I want to use fftSharp in MAUI both android and ios.

and it can not open mp3 or other file to fftsharp

how to use it ? how to get pcm in android and ios?

Developer technologies | .NET | .NET MAUI
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    2024-12-02T21:06:05.3433333+00:00

    there is no builtin support. You will need to call native library if you want an audio stream.

    https://developer.apple.com/documentation/audiotoolbox/audio_file_stream_services

    https://developer.android.com/ndk/guides/audio/aaudio/aaudio


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.