Skip to content

Commit

Permalink
Merge pull request #35 from elraro/hoy_estoy_aqui
Browse files Browse the repository at this point in the history
Hoy estoy aqui
  • Loading branch information
elraro authored Oct 1, 2023
2 parents 997cdac + 33146b6 commit 4eff2b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added RajoyBotSounds/hoy_estoy_aqui.ogg
Binary file not shown.
5 changes: 5 additions & 0 deletions app/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
"filename": "aroma_de_lo_absurdo.ogg",
"text": "¿Percibe el aroma de lo absurdo?",
"tags": "percibe el aroma de lo absurdo"
},
{
"filename": "hoy_estoy_aqui.ogg",
"text": "Hoy estoy aqui",
"tags": "hoy estoy aqui"
}
]
}
2 changes: 1 addition & 1 deletion convert.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
for f in RajoyBotSounds/*; do
for f in convertSounds/*; do
ffmpeg -i "$f" -map_metadata -1 -c:a libopus -b:a 64k -vbr on -compression_level 10 converted/${f##*/}
done

0 comments on commit 4eff2b1

Please sign in to comment.