Skip to content

Commit

Permalink
Added support to AMR recordings (fixes #81)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Feb 22, 2024
1 parent 1b46fa8 commit 857633a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class SettingsService {
'audio/mpeg',
'audio/ogg',
'audio/x-wav',
'audio/amr',
];

/**
Expand Down

0 comments on commit 857633a

Please sign in to comment.