Skip to content

Commit

Permalink
fix(all): 🐛 minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Yunus Andréasson <[email protected]>
  • Loading branch information
YunusAndreasson committed Nov 27, 2023
1 parent 1797e1e commit 3fe4b7d
Show file tree
Hide file tree
Showing 64 changed files with 1,371 additions and 21,912 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "eslint '**/*.js' --ignore-pattern node_modules/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.440.0",
"@aws-sdk/client-s3": "^3.458.0",
"@fastify/autoload": "^5.8.0",
"@fastify/cors": "^8.4.1",
"@fastify/env": "^4.3.0",
Expand All @@ -39,13 +39,13 @@
"fastify-plugin": "^4.5.1",
"moment": "^2.29.4",
"mongodb": "^6.3.0",
"sinon": "^16.1.3",
"try-to-catch": "^3.0.1",
"tslib": "^2.6.2",
"twitter-api-v2": "^1.15.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"sinon": "^16.1.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
Expand Down
2 changes: 1 addition & 1 deletion api/services/tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function synthesize(text, languageCode, fileName) {
const request = {
input: { text },
voice: { languageCode, ssmlGender: 'MALE', name: 'ar-XA-Wavenet-C' },
audioConfig: { audioEncoding: 'MP3', speakingRate: 0.6, pitch: -4, effectsProfileId: ['headphone-class-device'] }
audioConfig: { audioEncoding: 'MP3', speakingRate: 0.8, effectsProfileId: ['headphone-class-device'] }
}

// Performs the text-to-speech request
Expand Down
68 changes: 0 additions & 68 deletions api/services/twitter.js

This file was deleted.

Loading

0 comments on commit 3fe4b7d

Please sign in to comment.