haberdashPI / Sounds.jl

A Julia interface for creating and manipulating sounds.
Other
7 stars 1 forks source link

Please register #1

Open xiaodaigh opened 5 years ago

xiaodaigh commented 5 years ago

pretty useful.

I can put this at this end of a long-running process to make a sound

haberdashPI commented 5 years ago

Thank you!

My current plan for this package, in the next week or so, is to make some small tweaks to the interface, upgrade to Julia 1.0, rename it SignalOperators, and register it with that name.

I'm open to feedback about that approach. If it would be useful to you, I could register it as is for Julia 0.6 in METADATA.

luavreis commented 5 years ago

Is it supposed to work in Julia 1.1.1? I'm getting an error trying to import the package.

haberdashPI commented 5 years ago

Hi @lucasvreis; no, I am moving this package over to SignalOperators, which will work on 1.1. I am still debugging. I was hopping to have it available ready this week, but there is still a little more work to do.

luavreis commented 5 years ago

Oops, sorry then! I'm new to Julia, and I had an idea for a project that uses sound to illustrate some concepts of my undergraduate research, so I thought doing that in the language would be a good start. I'll try with Python, but I'm looking forward to your new package.

haberdashPI commented 5 years ago

@xiaodaigh and @lucasvreis: I have a working version now at SignalOperators—one test in Windows julia 1.2 seems to not be working, but I think that's an issue with the travis build. Performance was not my focus in the initial release, I'll be improving that now that I'm happy with the redesign. I've submitted it to be registered. (Obviously you can just do ]add https://github.com/haberdashPI/SignalOperators.jl if you want to use it before then).