Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to make a _SNDNEW song this way?
#5
Hi,

It should work. I mean - maybe. The problem will be with mixing audio samples, probably. Instead of calling _SNDRAW, you save the entire output as a set of numbers in an array of type SINGLE, then you try to play it with _SndRaw (to verify that the recording of sound samples in the array is correct) and then it should work: You create a music descriptor via SndNew and then into you insert the content of the Single field into it via _MemPut. I think this can work.


Reply


Messages In This Thread
RE: Is it possible to make a _SNDNEW song this way? - by Petr - 09-07-2024, 03:11 PM



Users browsing this thread: 3 Guest(s)