Skip to content
#

sound

Here are 1,173 public repositories matching this topic...

socalledsound
socalledsound commented Jun 5, 2018

When I run the swift example code from the documentation I get an error on line 7

let b = new_aubio_source(path, 0, hop_size) Cannot convert value of type 'URL?' to expected argument type 'UnsafeMutablePointer<char_t>!' (aka 'ImplicitlyUnwrappedOptional<UnsafeMutablePointer>')

I've been trying to figure out how to get the right data type in there but haven't had success yet.

soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

drathir
drathir commented Apr 18, 2018

There is a issue where both man for 32 and 64 bit version have the same name:
install(FILES "${CMAKE_SOURCE_DIR}/man/apulse.1" DESTINATION share/man/man1)

would be nice if:

  • 64 bit get:
    install(FILES "${CMAKE_SOURCE_DIR}/man/apulse.1" DESTINATION share/man/man1)
    -32 bit get:
    install(FILES "${CMAKE_SOURCE_DIR}/man/apulse32.1" DESTINATION share/man/man1)
webaudiofont

Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.

  • Updated Jun 1, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the sound topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sound topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.