You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with the Plugin.Maui.Audio plugin in a .NET MAUI application and have encountered a few queries regarding the audio format used by the plugin.
Audio Format: Could you please clarify the default audio format used when recording audio using Plugin.Maui.Audio? I've noticed that the recorded files are saved with extensions like .tmp and .binlog, but I'm uncertain about the actual audio format (sample rate, bit depth, codec, etc.).
Saving to Specific Formats: I am interested in saving the recorded audio in standard formats like .wav or .mp3. I can see from the sample that I can access the audio stream, but I'm unsure of the stream's format. I am considering using naudio to convert it. If you have other ideas, please share them.
The text was updated successfully, but these errors were encountered:
Hello,
I am currently working with the Plugin.Maui.Audio plugin in a .NET MAUI application and have encountered a few queries regarding the audio format used by the plugin.
Audio Format: Could you please clarify the default audio format used when recording audio using Plugin.Maui.Audio? I've noticed that the recorded files are saved with extensions like .tmp and .binlog, but I'm uncertain about the actual audio format (sample rate, bit depth, codec, etc.).
Saving to Specific Formats: I am interested in saving the recorded audio in standard formats like .wav or .mp3. I can see from the sample that I can access the audio stream, but I'm unsure of the stream's format. I am considering using naudio to convert it. If you have other ideas, please share them.
The text was updated successfully, but these errors were encountered: