Last updated 7 months ago
Get the synthetic sample as a WAV file
Project ID
Wav file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/performance-calibration/wav', { method: 'GET', headers: {}, }); const data = await response.json();
binary