Skip to content

Commit

Permalink
png exporttype
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Oct 20, 2024
1 parent 355c841 commit e3fa6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ const convertSpecsFromExistingSpecs = async (path) => {
}

const saveResults2DataSet = ({species, included}) => {
const exportType = 'audio';
const exportType = 'png';
const rootDirectory = DATASET_SAVE_LOCATION;
sampleRate = STATE.model === 'birdnet' ? 48_000 : 24_000;
const height = 256, width = 384;
Expand Down

0 comments on commit e3fa6b7

Please sign in to comment.