Skip to content

ripgamer/AudioGrapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎙️ AudioGrapher v1.0 🌐

Welcome to AudioGrapher, a creative project that records or imports audio, transcribes it into text, and generates a word cloud from the transcribed text. 🎉

📦 Dependencies

This project requires the following R packages:

  • audio 🎵
  • rjson 📄
  • httr 🌐
  • tm 📚
  • SnowballC ❄️
  • wordcloud ☁️
  • RColorBrewer 🎨

These packages can be installed using the install.packages() function in R.

🚀 Usage

Run the `main()` function in the `main.r` script. You will be presented with four options:

  1. Record audio 🎤
  2. Import txt file 📄
  3. Import wav file 🎵
  4. Exit 🚪

📂 Files

The following temporary files are generated during the execution of the program:

  • temp.wav: This file contains the recorded audio. 🎵
  • temp.txt: This file contains the transcribed text from the audio. 📄

These files are overwritten each time you run the program. 🔄

🔑 Note

The transcription service used in this project is provided by Microsoft's Speech to Text service. You will need to replace the `Ocp-Apim-Subscription-Key` in the `transcribe_audio()` function with your own subscription key. 🔐

📝 Version

This is version 1.0 of AudioGrapher. 🎉

🙋‍♂️ Author

This project was created by @ripgamer. 👏

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published