Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sound encoders #22

Open
1 of 6 tasks
breznak opened this issue Apr 16, 2016 · 3 comments
Open
1 of 6 tasks

Create sound encoders #22

breznak opened this issue Apr 16, 2016 · 3 comments

Comments

@breznak
Copy link
Member

breznak commented Apr 16, 2016

Greetings guys,

I'm happy I can hop on audio and play for some time with this repo!
My question is about encoders and ease of use of this repo, would you be in for extracting the code from your examples and creating reusable encoders in NuPIC style? So this repo could be pip-installed (like nupic.vision) and provide the encoders and examples for new users who need to use sound with HTM (currently me :P)

From what I saw in the codebase the encoders could be:

  • {MIDI/WAV/MP3}toScalar{Adaptive,RDSE,ScalarEncoder}
    • WAV (with scipy backend) encoder
    • MIDI encoder
  • SoundToSpiketrain(Cochlea)Encoder
  • any other state of the art models?
  • Experiments could reuse the encoders

Blocked by: pip #24 (partially blocked)

@breznak
Copy link
Member Author

breznak commented May 6, 2016

Guys, I have a PR for WAV encoder, what other sound formats are you using in the experiments? Would be cool if we could extract any format-specific functionality for parsing the files in here into encoders, and your experiments would simply call the SoundEncoder 😎

@rhyolight
Copy link
Contributor

I've only used WAV so far. I want to find some time to use this encoder, but so busy lately 😫

@breznak
Copy link
Member Author

breznak commented May 22, 2016

@passiweinberger next is the MIDI encoder, could you point me to the code how you transform and work with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants