protyposis / Aurio

Audio Fingerprinting & Retrieval for .NET
GNU Affero General Public License v3.0
140 stars 28 forks source link

feat: read FFmpeg samples without intermediary buffer #23

Closed protyposis closed 10 months ago

protyposis commented 10 months ago

Use newer .NET API to read samples from native layer directly into managed memory and avoid the overhead of copying into a transfer buffer.