Sasha Szpakowski
Sasha Szpakowski
**Original comment by Minh Ngo (Bitbucket: [mngo](https://bitbucket.org/mngo), GitHub: [mngo](https://github.com/mngo)).** ---------------------------------------- I'm ok with `set/getPosition` EDIT: Guess that's already taken.
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- These are well-known names, consistent with Files, and used in just about every other piece of software. (See fseek,...
**Original comment by hahawoo (Bitbucket: [hahawoo](https://bitbucket.org/hahawoo), GitHub: [hahawoo](https://github.com/hahawoo)).** ---------------------------------------- All else being equal it would nice if Sources and Files had the same names, but I think the consistency between...
**Original comment by Pablo Mayobre (Bitbucket: [PabloMayobre](https://bitbucket.org/PabloMayobre), GitHub: [PabloMayobre](https://github.com/PabloMayobre)).** ---------------------------------------- That is not something I would like, I mean, I use one file with many sounds and use a combination...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- > Writing tell/seek is easy and not confusing at all, even if they don't match the other functions. If audio...
**Original comment by Pablo Mayobre (Bitbucket: [PabloMayobre](https://bitbucket.org/PabloMayobre), GitHub: [PabloMayobre](https://github.com/PabloMayobre)).** ---------------------------------------- I guess that recording wont be handled with sources, but instead return a source that you can save or play,...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- It would return a SoundData. I mentioned it because it's functionality that achieves the exact same thing as `Source:tell` does...
**Original comment by Pablo Mayobre (Bitbucket: [PabloMayobre](https://bitbucket.org/PabloMayobre), GitHub: [PabloMayobre](https://github.com/PabloMayobre)).** ---------------------------------------- I'm guessing but you could use something like `source:length` to get the total length of the audio source. It could...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- To clarify, an audio recording API will probably not return a `Source`. It will likely have a way to get...
**Original comment by Pablo Mayobre (Bitbucket: [PabloMayobre](https://bitbucket.org/PabloMayobre), GitHub: [PabloMayobre](https://github.com/PabloMayobre)).** ---------------------------------------- Sorry I didn't wrote that right. What I mean is that you are getting the whole length of the data,...